Skip to content

Commit d3aaa48

Browse files
committed
fix(@angular-devkit/build-angular): update less to 4.9.0
Update less dependency to version 4.9.0 to address a vulnerability with image-size. closes #33934
1 parent 60dee48 commit d3aaa48

3 files changed

Lines changed: 107 additions & 28 deletions

File tree

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@angular-devkit/core": "workspace:*",
5454
"@angular/ssr": "workspace:*",
5555
"jsdom": "28.1.0",
56-
"less": "4.4.2",
56+
"less": "4.9.0",
5757
"ng-packagr": "21.2.3",
5858
"postcss": "8.5.23",
5959
"rxjs": "7.8.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"istanbul-lib-instrument": "6.0.3",
3434
"jsonc-parser": "3.3.1",
3535
"karma-source-map-support": "1.4.0",
36-
"less": "4.4.2",
36+
"less": "4.9.0",
3737
"less-loader": "12.3.1",
3838
"license-webpack-plugin": "4.0.2",
3939
"loader-utils": "3.3.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)