Skip to content

Commit 7a91323

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 18a11f5 commit 7a91323

File tree

3 files changed

+194
-66
lines changed

3 files changed

+194
-66
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"@babel/plugin-transform-async-generator-functions": "7.23.7",
8484
"@babel/plugin-transform-async-to-generator": "7.23.3",
8585
"@babel/plugin-transform-runtime": "7.23.7",
86-
"@babel/preset-env": "7.23.7",
87-
"@babel/runtime": "7.23.7",
86+
"@babel/preset-env": "7.23.8",
87+
"@babel/runtime": "7.23.8",
8888
"@bazel/bazelisk": "1.19.0",
8989
"@bazel/buildifier": "6.4.0",
9090
"@bazel/concatjs": "5.8.1",
@@ -118,8 +118,8 @@
118118
"@types/yargs": "^17.0.20",
119119
"@types/yargs-parser": "^21.0.0",
120120
"@types/yarnpkg__lockfile": "^1.1.5",
121-
"@typescript-eslint/eslint-plugin": "6.17.0",
122-
"@typescript-eslint/parser": "6.17.0",
121+
"@typescript-eslint/eslint-plugin": "6.18.1",
122+
"@typescript-eslint/parser": "6.18.1",
123123
"@vitejs/plugin-basic-ssl": "1.0.2",
124124
"@web/test-runner": "^0.18.0",
125125
"@yarnpkg/lockfile": "1.1.0",
@@ -136,7 +136,7 @@
136136
"chokidar": "3.5.3",
137137
"copy-webpack-plugin": "11.0.0",
138138
"critters": "0.0.20",
139-
"css-loader": "6.8.1",
139+
"css-loader": "6.9.0",
140140
"debug": "^4.1.1",
141141
"esbuild": "0.19.11",
142142
"esbuild-wasm": "0.19.11",
@@ -187,7 +187,7 @@
187187
"prettier": "^3.0.0",
188188
"protractor": "~7.0.0",
189189
"puppeteer": "18.2.1",
190-
"quicktype-core": "23.0.80",
190+
"quicktype-core": "23.0.81",
191191
"resolve-url-loader": "5.0.0",
192192
"rollup": "~4.9.0",
193193
"rollup-plugin-sourcemaps": "^0.6.0",
@@ -209,7 +209,7 @@
209209
"ts-node": "^10.9.1",
210210
"tslib": "2.6.2",
211211
"typescript": "5.3.3",
212-
"undici": "6.2.1",
212+
"undici": "6.3.0",
213213
"verdaccio": "5.29.0",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"vite": "5.0.11",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@babel/plugin-transform-async-generator-functions": "7.23.7",
1818
"@babel/plugin-transform-async-to-generator": "7.23.3",
1919
"@babel/plugin-transform-runtime": "7.23.7",
20-
"@babel/preset-env": "7.23.7",
21-
"@babel/runtime": "7.23.7",
20+
"@babel/preset-env": "7.23.8",
21+
"@babel/runtime": "7.23.8",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.0.2",
@@ -29,7 +29,7 @@
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "11.0.0",
3131
"critters": "0.0.20",
32-
"css-loader": "6.8.1",
32+
"css-loader": "6.9.0",
3333
"esbuild-wasm": "0.19.11",
3434
"fast-glob": "3.3.2",
3535
"https-proxy-agent": "7.0.2",
@@ -62,7 +62,7 @@
6262
"text-table": "0.2.0",
6363
"tree-kill": "1.2.2",
6464
"tslib": "2.6.2",
65-
"undici": "6.2.1",
65+
"undici": "6.3.0",
6666
"vite": "5.0.11",
6767
"watchpack": "2.4.0",
6868
"webpack": "5.89.0",

0 commit comments

Comments
 (0)