Skip to content

Commit 0c72065

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 3f2e18d commit 0c72065

File tree

4 files changed

+374
-311
lines changed

4 files changed

+374
-311
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
"@angular/platform-server": "20.0.0-next.1",
6363
"@angular/router": "20.0.0-next.1",
6464
"@angular/service-worker": "20.0.0-next.1",
65-
"@babel/core": "7.26.9",
66-
"@babel/generator": "7.26.9",
65+
"@babel/core": "7.26.10",
66+
"@babel/generator": "7.26.10",
6767
"@babel/helper-annotate-as-pure": "7.25.9",
6868
"@babel/helper-split-export-declaration": "7.24.7",
6969
"@babel/plugin-syntax-import-attributes": "7.26.0",
7070
"@babel/plugin-transform-async-generator-functions": "7.26.8",
7171
"@babel/plugin-transform-async-to-generator": "7.25.9",
72-
"@babel/plugin-transform-runtime": "7.26.9",
72+
"@babel/plugin-transform-runtime": "7.26.10",
7373
"@babel/preset-env": "7.26.9",
74-
"@babel/runtime": "7.26.9",
74+
"@babel/runtime": "7.26.10",
7575
"@bazel/bazelisk": "1.25.0",
7676
"@bazel/buildifier": "8.0.3",
7777
"@discoveryjs/json-ext": "0.6.3",
@@ -198,7 +198,7 @@
198198
"ts-node": "^10.9.1",
199199
"tslib": "2.8.1",
200200
"typescript": "5.8.2",
201-
"undici": "7.4.0",
201+
"undici": "7.5.0",
202202
"unenv": "^1.10.0",
203203
"verdaccio": "6.0.5",
204204
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.26.9",
23+
"@babel/core": "7.26.10",
2424
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.26.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.26.9",
15-
"@babel/generator": "7.26.9",
14+
"@babel/core": "7.26.10",
15+
"@babel/generator": "7.26.10",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.26.8",
1919
"@babel/plugin-transform-async-to-generator": "7.25.9",
20-
"@babel/plugin-transform-runtime": "7.26.9",
20+
"@babel/plugin-transform-runtime": "7.26.10",
2121
"@babel/preset-env": "7.26.9",
22-
"@babel/runtime": "7.26.9",
22+
"@babel/runtime": "7.26.10",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "2.0.0",
@@ -66,7 +66,7 @@
6666
"esbuild": "0.25.1"
6767
},
6868
"devDependencies": {
69-
"undici": "7.4.0",
69+
"undici": "7.5.0",
7070
"@angular/ssr": "workspace:*"
7171
},
7272
"peerDependencies": {

0 commit comments

Comments
 (0)