Skip to content

Commit 3d55f6d

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit f8eb40e)
1 parent a5ead32 commit 3d55f6d

File tree

4 files changed

+169
-20
lines changed

4 files changed

+169
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
8686
"@babel/plugin-transform-async-to-generator": "7.16.8",
8787
"@babel/plugin-transform-runtime": "7.16.10",
88-
"@babel/preset-env": "7.16.10",
88+
"@babel/preset-env": "7.16.11",
8989
"@babel/runtime": "7.16.7",
9090
"@babel/template": "7.16.7",
9191
"@bazel/bazelisk": "1.11.0",
@@ -132,13 +132,13 @@
132132
"circular-dependency-plugin": "5.2.2",
133133
"common-tags": "^1.8.0",
134134
"conventional-commits-parser": "^3.0.0",
135-
"copy-webpack-plugin": "10.2.0",
135+
"copy-webpack-plugin": "10.2.1",
136136
"core-js": "3.20.3",
137137
"critters": "0.0.16",
138138
"css-loader": "6.5.1",
139139
"debug": "^4.1.1",
140-
"esbuild": "0.14.11",
141-
"esbuild-wasm": "0.14.11",
140+
"esbuild": "0.14.12",
141+
"esbuild-wasm": "0.14.12",
142142
"eslint": "8.7.0",
143143
"eslint-config-prettier": "8.3.0",
144144
"eslint-plugin-header": "3.1.1",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"open": "8.4.0",
4141
"ora": "5.4.1",
4242
"pacote": "12.0.2",
43-
"resolve": "1.21.0",
43+
"resolve": "1.21.1",
4444
"semver": "7.3.5",
4545
"symbol-observable": "4.0.0",
4646
"uuid": "8.3.2"

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
1717
"@babel/plugin-transform-async-to-generator": "7.16.8",
1818
"@babel/plugin-transform-runtime": "7.16.10",
19-
"@babel/preset-env": "7.16.10",
19+
"@babel/preset-env": "7.16.11",
2020
"@babel/runtime": "7.16.7",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
@@ -27,11 +27,11 @@
2727
"browserslist": "^4.9.1",
2828
"cacache": "15.3.0",
2929
"circular-dependency-plugin": "5.2.2",
30-
"copy-webpack-plugin": "10.2.0",
30+
"copy-webpack-plugin": "10.2.1",
3131
"core-js": "3.20.3",
3232
"critters": "0.0.16",
3333
"css-loader": "6.5.1",
34-
"esbuild-wasm": "0.14.11",
34+
"esbuild-wasm": "0.14.12",
3535
"glob": "7.2.0",
3636
"https-proxy-agent": "5.0.0",
3737
"inquirer": "8.2.0",
@@ -72,7 +72,7 @@
7272
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.14.11"
75+
"esbuild": "0.14.12"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^13.0.0 || ^13.2.0-next",

0 commit comments

Comments
 (0)