Skip to content

Commit 049309f

Browse files
fix(deps): update dependency undici to v7
1 parent b257d7b commit 049309f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"saslprep": "^1.0.3",
8484
"skia-canvas": "^1.0.1",
8585
"typeorm": "^0.3.17",
86-
"undici": "^5.25.3"
86+
"undici": "^7.0.0"
8787
},
8888
"devDependencies": {
8989
"@foxxie/eslint-config": "^0.0.2",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4381,13 +4381,18 @@ [email protected]:
43814381
resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.8.tgz#002d7c8a28f8cc3a44ff33c3d4be4d85e15d40e1"
43824382
integrity sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==
43834383

4384-
undici@^5.25.3, undici@^5.28.2:
4384+
undici@^5.28.2:
43854385
version "5.28.4"
43864386
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
43874387
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==
43884388
dependencies:
43894389
"@fastify/busboy" "^2.0.0"
43904390

4391+
undici@^7.0.0:
4392+
version "7.1.0"
4393+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.1.0.tgz#38efe485eef81f02d2a112121284ab15d5c5b905"
4394+
integrity sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==
4395+
43914396
unidecode@^0.1.8:
43924397
version "0.1.8"
43934398
resolved "https://registry.yarnpkg.com/unidecode/-/unidecode-0.1.8.tgz#efbb301538bc45246a9ac8c559d72f015305053e"

0 commit comments

Comments
 (0)