Skip to content

Commit 5a73982

Browse files
committedMar 13, 2025·
fix(@angular/build): update babel packages
This fixes a security report: GHSA-968p-4wvh-cqc8 Closes #29833
1 parent 0ee1fc5 commit 5a73982

File tree

4 files changed

+370
-307
lines changed

4 files changed

+370
-307
lines changed
 

Diff for: ‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
"@angular/platform-server": "19.2.0-rc.0",
6464
"@angular/router": "19.2.0-rc.0",
6565
"@angular/service-worker": "19.2.0-rc.0",
66-
"@babel/core": "7.26.9",
67-
"@babel/generator": "7.26.9",
66+
"@babel/core": "7.26.10",
67+
"@babel/generator": "7.26.10",
6868
"@babel/helper-annotate-as-pure": "7.25.9",
6969
"@babel/helper-split-export-declaration": "7.24.7",
7070
"@babel/plugin-syntax-import-attributes": "7.26.0",
7171
"@babel/plugin-transform-async-generator-functions": "7.26.8",
7272
"@babel/plugin-transform-async-to-generator": "7.25.9",
73-
"@babel/plugin-transform-runtime": "7.26.9",
73+
"@babel/plugin-transform-runtime": "7.26.10",
7474
"@babel/preset-env": "7.26.9",
75-
"@babel/runtime": "7.26.9",
75+
"@babel/runtime": "7.26.10",
7676
"@bazel/bazelisk": "1.25.0",
7777
"@bazel/buildifier": "8.0.3",
7878
"@discoveryjs/json-ext": "0.6.3",

Diff for: ‎packages/angular/build/package.json

+1-1
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",

Diff for: ‎packages/angular_devkit/build_angular/package.json

+4-4
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": "1.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.