Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update vite to 4.5.5
Browse files Browse the repository at this point in the history
Includes a fix for CVE-2024-45812 / CVE-2024-45811

Closes #28435
  • Loading branch information
alan-agius4 committed Sep 18, 2024
1 parent 8460cec commit 12aca00
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 @@ -204,7 +204,7 @@
"typescript": "5.1.6",
"verdaccio": "5.26.1",
"verdaccio-auth-memory": "^10.0.0",
"vite": "4.5.3",
"vite": "4.5.5",
"webpack": "5.94.0",
"webpack-dev-middleware": "6.1.2",
"webpack-dev-server": "4.15.1",
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 @@ -64,7 +64,7 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.6.1",
"vite": "4.5.3",
"vite": "4.5.5",
"webpack": "5.94.0",
"webpack-dev-middleware": "6.1.2",
"webpack-dev-server": "4.15.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12362,10 +12362,10 @@ vite@4.4.3:
optionalDependencies:
fsevents "~2.3.2"

vite@4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
vite@4.5.5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down

0 comments on commit 12aca00

Please sign in to comment.