Skip to content

Commit b88534e

Browse files
angular-robotclydin
authored andcommitted
build: update dependency undici to v6
1 parent 810d221 commit b88534e

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
@@ -207,7 +207,7 @@
207207
"ts-node": "^10.9.1",
208208
"tslib": "2.6.2",
209209
"typescript": "5.3.2",
210-
"undici": "5.28.2",
210+
"undici": "6.0.0",
211211
"verdaccio": "5.27.1",
212212
"verdaccio-auth-memory": "^10.0.0",
213213
"vite": "5.0.4",

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.2",
67-
"undici": "5.28.2",
67+
"undici": "6.0.0",
6868
"vite": "5.0.4",
6969
"webpack": "5.89.0",
7070
"webpack-dev-middleware": "6.1.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12326,10 +12326,10 @@ [email protected]:
1232612326
dependencies:
1232712327
"@fastify/busboy" "^2.0.0"
1232812328

12329-
undici@5.28.2:
12330-
version "5.28.2"
12331-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.2.tgz#fea200eac65fc7ecaff80a023d1a0543423b4c91"
12332-
integrity sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==
12329+
undici@6.0.0:
12330+
version "6.0.0"
12331+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.0.0.tgz#e8275e084354fd009ce597174fac9b1dd114a3dc"
12332+
integrity sha512-m3nzx/3ji00Y6wY9hAJTBOBdtcMj0SyxpHKd5kaxghTftjB3icbYaPXGeogxIVcm6FVvnAM9aB6wz9L8Sntt8w==
1233312333
dependencies:
1233412334
"@fastify/busboy" "^2.0.0"
1233512335

0 commit comments

Comments
 (0)