Skip to content

Commit 4ddea65

Browse files
committed
fix(@angular/build): bump @babel/core to 7.29.7
Bumps @babel/core to 7.29.7 to address GHSA-4x5r-pxfx-6jf8 / CVE-2026-49356. Fixes #33420.
1 parent b957e1d commit 4ddea65

3 files changed

Lines changed: 436 additions & 252 deletions

File tree

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.28.3",
23+
"@babel/core": "7.29.7",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.14",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.28.3",
14+
"@babel/core": "7.29.7",
1515
"@babel/generator": "7.28.3",
1616
"@babel/helper-annotate-as-pure": "7.27.3",
1717
"@babel/helper-split-export-declaration": "7.24.7",

0 commit comments

Comments
 (0)