Skip to content

Commit 5488547

Browse files
renovate-botdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 1a9da01 commit 5488547

File tree

3 files changed

+167
-154
lines changed

3 files changed

+167
-154
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"@types/text-table": "^0.2.1",
121121
"@types/uuid": "^8.0.0",
122122
"@types/webpack-dev-server": "^4.5.0",
123-
"@typescript-eslint/eslint-plugin": "5.4.0",
124-
"@typescript-eslint/parser": "5.4.0",
123+
"@typescript-eslint/eslint-plugin": "5.5.0",
124+
"@typescript-eslint/parser": "5.5.0",
125125
"@yarnpkg/lockfile": "1.1.0",
126126
"ajv": "8.8.2",
127127
"ajv-formats": "2.1.1",
@@ -136,12 +136,12 @@
136136
"common-tags": "^1.8.0",
137137
"conventional-commits-parser": "^3.0.0",
138138
"copy-webpack-plugin": "10.0.0",
139-
"core-js": "3.19.1",
139+
"core-js": "3.19.2",
140140
"critters": "0.0.15",
141141
"css-loader": "6.5.1",
142142
"debug": "^4.1.1",
143-
"esbuild": "0.14.0",
144-
"esbuild-wasm": "0.14.0",
143+
"esbuild": "0.14.1",
144+
"esbuild-wasm": "0.14.1",
145145
"eslint": "8.3.0",
146146
"eslint-config-prettier": "8.3.0",
147147
"eslint-plugin-header": "3.1.1",
@@ -194,12 +194,12 @@
194194
"postcss-preset-env": "6.7.0",
195195
"prettier": "^2.0.0",
196196
"protractor": "~7.0.0",
197-
"puppeteer": "12.0.0",
197+
"puppeteer": "12.0.1",
198198
"quicktype-core": "6.0.69",
199199
"regenerator-runtime": "0.13.9",
200200
"resolve-url-loader": "4.0.0",
201201
"rxjs": "6.6.7",
202-
"sass": "1.43.5",
202+
"sass": "1.44.0",
203203
"sass-loader": "12.3.0",
204204
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
205205
"semver": "7.3.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"cacache": "15.3.0",
2929
"circular-dependency-plugin": "5.2.2",
3030
"copy-webpack-plugin": "10.0.0",
31-
"core-js": "3.19.1",
31+
"core-js": "3.19.2",
3232
"critters": "0.0.15",
3333
"css-loader": "6.5.1",
34-
"esbuild-wasm": "0.14.0",
34+
"esbuild-wasm": "0.14.1",
3535
"glob": "7.2.0",
3636
"https-proxy-agent": "5.0.0",
3737
"inquirer": "8.2.0",
@@ -54,7 +54,7 @@
5454
"regenerator-runtime": "0.13.9",
5555
"resolve-url-loader": "4.0.0",
5656
"rxjs": "6.6.7",
57-
"sass": "1.43.5",
57+
"sass": "1.44.0",
5858
"sass-loader": "12.3.0",
5959
"semver": "7.3.5",
6060
"source-map-loader": "3.0.0",
@@ -72,7 +72,7 @@
7272
"webpack-subresource-integrity": "5.0.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.14.0"
75+
"esbuild": "0.14.1"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^13.0.0 || ^13.1.0-next",

0 commit comments

Comments
 (0)