Skip to content

Commit 255c8a5

Browse files
committed
fix(@angular-devkit/build-angular): update babel packages
This fixes a security report: GHSA-968p-4wvh-cqc8 Closes #29833
1 parent d621da8 commit 255c8a5

File tree

3 files changed

+856
-658
lines changed

3 files changed

+856
-658
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969
"@angular/platform-server": "18.2.0",
7070
"@angular/router": "18.2.0",
7171
"@angular/service-worker": "18.2.0",
72-
"@babel/core": "7.25.2",
73-
"@babel/generator": "7.25.0",
74-
"@babel/helper-annotate-as-pure": "7.24.7",
72+
"@babel/core": "7.26.10",
73+
"@babel/generator": "7.26.10",
74+
"@babel/helper-annotate-as-pure": "7.25.9",
7575
"@babel/helper-split-export-declaration": "7.24.7",
76-
"@babel/plugin-syntax-import-attributes": "7.24.7",
77-
"@babel/plugin-transform-async-generator-functions": "7.25.0",
78-
"@babel/plugin-transform-async-to-generator": "7.24.7",
79-
"@babel/plugin-transform-runtime": "7.24.7",
80-
"@babel/preset-env": "7.25.3",
81-
"@babel/runtime": "7.25.0",
76+
"@babel/plugin-syntax-import-attributes": "7.26.0",
77+
"@babel/plugin-transform-async-generator-functions": "7.26.8",
78+
"@babel/plugin-transform-async-to-generator": "7.25.9",
79+
"@babel/plugin-transform-runtime": "7.26.10",
80+
"@babel/preset-env": "7.26.9",
81+
"@babel/runtime": "7.26.10",
8282
"@bazel/bazelisk": "1.19.0",
8383
"@bazel/buildifier": "7.1.2",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",

packages/angular_devkit/build_angular/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.25.2",
15-
"@babel/generator": "7.25.0",
16-
"@babel/helper-annotate-as-pure": "7.24.7",
14+
"@babel/core": "7.26.10",
15+
"@babel/generator": "7.26.10",
16+
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.25.0",
19-
"@babel/plugin-transform-async-to-generator": "7.24.7",
20-
"@babel/plugin-transform-runtime": "7.24.7",
21-
"@babel/preset-env": "7.25.3",
22-
"@babel/runtime": "7.25.0",
18+
"@babel/plugin-transform-async-generator-functions": "7.26.8",
19+
"@babel/plugin-transform-async-to-generator": "7.25.9",
20+
"@babel/plugin-transform-runtime": "7.26.10",
21+
"@babel/preset-env": "7.26.9",
22+
"@babel/runtime": "7.26.10",
2323
"@discoveryjs/json-ext": "0.6.1",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",

0 commit comments

Comments
 (0)