Skip to content

Commit 5ec494b

Browse files
committed
fix(@angular-devkit/build-angular): upgrade postcss to 8.5.23
This addresses CVE-2026-45623 (GHSA-fxqj-rqcc-2cmp).
1 parent ed8f6ff commit 5ec494b

3 files changed

Lines changed: 57 additions & 41 deletions

File tree

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"jsdom": "26.1.0",
5555
"less": "4.4.0",
5656
"ng-packagr": "20.3.0",
57-
"postcss": "8.5.12",
57+
"postcss": "8.5.23",
5858
"rxjs": "7.8.2",
5959
"vitest": "3.2.4"
6060
},

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ora": "8.2.0",
4444
"picomatch": "4.0.4",
4545
"piscina": "5.2.0",
46-
"postcss": "8.5.12",
46+
"postcss": "8.5.23",
4747
"postcss-loader": "8.1.1",
4848
"resolve-url-loader": "5.0.0",
4949
"rxjs": "7.8.2",

pnpm-lock.yaml

Lines changed: 55 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)