Skip to content

Commit 12aca00

Browse files
committed
fix(@angular-devkit/build-angular): update vite to 4.5.5
Includes a fix for CVE-2024-45812 / CVE-2024-45811 Closes #28435
1 parent 8460cec commit 12aca00

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"typescript": "5.1.6",
205205
"verdaccio": "5.26.1",
206206
"verdaccio-auth-memory": "^10.0.0",
207-
"vite": "4.5.3",
207+
"vite": "4.5.5",
208208
"webpack": "5.94.0",
209209
"webpack-dev-middleware": "6.1.2",
210210
"webpack-dev-server": "4.15.1",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.6.1",
67-
"vite": "4.5.3",
67+
"vite": "4.5.5",
6868
"webpack": "5.94.0",
6969
"webpack-dev-middleware": "6.1.2",
7070
"webpack-dev-server": "4.15.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12362,10 +12362,10 @@ [email protected]:
1236212362
optionalDependencies:
1236312363
fsevents "~2.3.2"
1236412364

12365-
12366-
version "4.5.3"
12367-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
12368-
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
12365+
12366+
version "4.5.5"
12367+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
12368+
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
1236912369
dependencies:
1237012370
esbuild "^0.18.10"
1237112371
postcss "^8.4.27"

0 commit comments

Comments
 (0)