Skip to content

Commit 606b99c

Browse files
committed
fix(@angular-devkit/build-angular): update undici to 6.21.1
This fixes CVE-2025-22150 Closes #30066
1 parent c71beb8 commit 606b99c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"ts-node": "^10.9.1",
208208
"tslib": "2.6.2",
209209
"typescript": "5.4.2",
210-
"undici": "6.11.1",
210+
"undici": "6.21.1",
211211
"verdaccio": "5.29.2",
212212
"verdaccio-auth-memory": "^10.0.0",
213213
"vite": "~5.4.17",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"terser": "5.29.1",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.2",
64-
"undici": "6.11.1",
64+
"undici": "6.21.1",
6565
"vite": "~5.4.17",
6666
"watchpack": "2.4.0",
6767
"webpack": "5.94.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14456,10 +14456,10 @@ undici-types@~5.26.4:
1445614456
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1445714457
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1445814458

14459-
undici@6.11.1:
14460-
version "6.11.1"
14461-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.11.1.tgz#75ab573677885b421ca2e6f5f17ff1185b24c68d"
14462-
integrity sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==
14459+
undici@6.21.1:
14460+
version "6.21.1"
14461+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
14462+
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
1446314463

1446414464
1446514465
version "6.6.2"
@@ -14782,10 +14782,10 @@ [email protected]:
1478214782
optionalDependencies:
1478314783
fsevents "~2.3.3"
1478414784

14785-
14786-
version "5.4.16"
14787-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.16.tgz#471983257a890ef33f2700cbbbc2134f2d08abf1"
14788-
integrity sha512-Y5gnfp4NemVfgOTDQAunSD4346fal44L9mszGGY/e+qxsRT5y1sMlS/8tiQ8AFAp+MFgYNSINdfEchJiPm41vQ==
14785+
vite@~5.4.17:
14786+
version "5.4.17"
14787+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.17.tgz#4bf61dd4cdbf64b0d6661f5dba76954cc81d5082"
14788+
integrity sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==
1478914789
dependencies:
1479014790
esbuild "^0.21.3"
1479114791
postcss "^8.4.43"

0 commit comments

Comments
 (0)