Skip to content

Commit 61898a9

Browse files
renovate-botfilipesilva
authored andcommitted
build: update all non-major dependencies
1 parent 7ce5000 commit 61898a9

File tree

3 files changed

+194
-167
lines changed

3 files changed

+194
-167
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"**/ajv-formats/ajv": "8.10.0"
6363
},
6464
"devDependencies": {
65-
"@ampproject/remapping": "2.0.2",
65+
"@ampproject/remapping": "2.1.0",
6666
"@angular/animations": "14.0.0-next.2",
6767
"@angular/cdk": "14.0.0-next.1",
6868
"@angular/common": "14.0.0-next.2",
@@ -116,8 +116,8 @@
116116
"@types/semver": "^7.0.0",
117117
"@types/text-table": "^0.2.1",
118118
"@types/uuid": "^8.0.0",
119-
"@typescript-eslint/eslint-plugin": "5.10.2",
120-
"@typescript-eslint/parser": "5.10.2",
119+
"@typescript-eslint/eslint-plugin": "5.11.0",
120+
"@typescript-eslint/parser": "5.11.0",
121121
"@yarnpkg/lockfile": "1.1.0",
122122
"ajv": "8.10.0",
123123
"ajv-formats": "2.1.1",
@@ -135,8 +135,8 @@
135135
"critters": "0.0.16",
136136
"css-loader": "6.6.0",
137137
"debug": "^4.1.1",
138-
"esbuild": "0.14.18",
139-
"esbuild-wasm": "0.14.18",
138+
"esbuild": "0.14.20",
139+
"esbuild-wasm": "0.14.20",
140140
"eslint": "8.8.0",
141141
"eslint-config-prettier": "8.3.0",
142142
"eslint-plugin-header": "3.1.1",
@@ -170,7 +170,7 @@
170170
"loader-utils": "3.2.0",
171171
"magic-string": "0.25.7",
172172
"mini-css-extract-plugin": "2.5.3",
173-
"minimatch": "3.0.4",
173+
"minimatch": "3.0.5",
174174
"minimist": "^1.2.0",
175175
"ng-packagr": "14.0.0-next.1",
176176
"node-fetch": "^2.2.0",
@@ -189,7 +189,7 @@
189189
"postcss-preset-env": "7.3.1",
190190
"prettier": "^2.0.0",
191191
"protractor": "~7.0.0",
192-
"puppeteer": "13.1.3",
192+
"puppeteer": "13.2.0",
193193
"quicktype-core": "6.0.69",
194194
"regenerator-runtime": "0.13.9",
195195
"resolve-url-loader": "5.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "2.0.2",
9+
"@ampproject/remapping": "2.1.0",
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
@@ -30,7 +30,7 @@
3030
"core-js": "3.21.0",
3131
"critters": "0.0.16",
3232
"css-loader": "6.6.0",
33-
"esbuild-wasm": "0.14.18",
33+
"esbuild-wasm": "0.14.20",
3434
"glob": "7.2.0",
3535
"https-proxy-agent": "5.0.0",
3636
"inquirer": "8.2.0",
@@ -41,7 +41,7 @@
4141
"license-webpack-plugin": "4.0.1",
4242
"loader-utils": "3.2.0",
4343
"mini-css-extract-plugin": "2.5.3",
44-
"minimatch": "3.0.4",
44+
"minimatch": "3.0.5",
4545
"open": "8.4.0",
4646
"ora": "5.4.1",
4747
"parse5-html-rewriting-stream": "6.0.1",
@@ -71,7 +71,7 @@
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.14.18"
74+
"esbuild": "0.14.20"
7575
},
7676
"peerDependencies": {
7777
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",

0 commit comments

Comments
 (0)