Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update vite to 4.1.8
Browse files Browse the repository at this point in the history
Includes a fix for CVE-2024-45812 / CVE-2024-45811
  • Loading branch information
plchampigny authored and alan-agius4 committed Sep 20, 2024
1 parent e56adb0 commit 30489d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"undici": "6.11.1",
"verdaccio": "5.29.2",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.1.7",
"vite": "5.1.8",
"watchpack": "2.4.0",
"webpack": "5.94.0",
"webpack-dev-middleware": "6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.11.1",
"vite": "5.1.7",
"vite": "5.1.8",
"watchpack": "2.4.0",
"webpack": "5.94.0",
"webpack-dev-middleware": "6.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13693,10 +13693,10 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.3"

[email protected].7:
version "5.1.7"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.7.tgz#9f685a2c4c70707fef6d37341b0e809c366da619"
integrity sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==
[email protected].8:
version "5.1.8"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.8.tgz#f728feda90c3f30b0ab530c0981e5aa7745b8aee"
integrity sha512-mB8ToUuSmzODSpENgvpFk2fTiU/YQ1tmcVJJ4WZbq4fPdGJkFNVcmVL5k7iDug6xzWjjuGDKAuSievIsD6H7Xw==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.35"
Expand Down

0 comments on commit 30489d8

Please sign in to comment.