Update dependency undici to v6 #416

Merged
Vylpes merged 1 commit from renovate/undici-6.x into develop 2024-03-18 18:44:06 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
},
"resolutions": {
"**/semver": "^7.5.2",
"**/undici": "^5.28.3"
"**/undici": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",

View file

@ -4777,10 +4777,10 @@ undici-types@~5.26.4:
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
undici@5.27.2, undici@^5.28.3:
version "5.28.3"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
undici@5.27.2, undici@^6.0.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-6.7.0.tgz#ab7eccb292c8e831c93564ac59f8323c0e8aa842"
integrity sha512-IcWssIyDN1gk6Mcae44q04oRoWTKrW8OKz0effVK1xdWwAgMPnfpxhn9RXUSL5JlwSikO18R7Ibk7Nukz6kxWA==
dependencies:
"@fastify/busboy" "^2.0.0"