Skip to content

Commit 9fa0840

Browse files
chore(deps): update dependency undici to v7 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 309ff78 commit 9fa0840

File tree

3 files changed

+11
-29
lines changed

3 files changed

+11
-29
lines changed

package-lock.json

Lines changed: 6 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@
259259
"mocha": "^10.2.0",
260260
"prettier": "~3.4.0",
261261
"typescript": "^5.2.2",
262-
"undici": "^6.0.0"
262+
"undici": "^7.0.0"
263263
}
264264
}

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@
290290
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz"
291291
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
292292

293-
"@fastify/busboy@^2.0.0":
294-
version "2.1.0"
295-
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz"
296-
integrity sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==
297-
298293
"@humanwhocodes/config-array@^0.11.13":
299294
version "0.11.14"
300295
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz"
@@ -2677,12 +2672,10 @@ undici-types@~6.19.8:
26772672
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
26782673
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
26792674

2680-
undici@^6.0.0:
2681-
version "6.0.0"
2682-
resolved "https://registry.npmjs.org/undici/-/undici-6.0.0.tgz"
2683-
integrity sha512-m3nzx/3ji00Y6wY9hAJTBOBdtcMj0SyxpHKd5kaxghTftjB3icbYaPXGeogxIVcm6FVvnAM9aB6wz9L8Sntt8w==
2684-
dependencies:
2685-
"@fastify/busboy" "^2.0.0"
2675+
undici@^7.0.0:
2676+
version "7.0.0"
2677+
resolved "https://registry.npmjs.org/undici/-/undici-7.0.0.tgz"
2678+
integrity sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==
26862679

26872680
universalify@^0.1.0:
26882681
version "0.1.2"

0 commit comments

Comments
 (0)