Update dependency undici to v5.28.4
Some checks failed
Test / build (push) Failing after 1s

This commit is contained in:
RenovateBot 2024-04-28 23:03:10 +00:00
parent 35646ef153
commit a22015ad08
2 changed files with 1 additions and 12 deletions

11
package-lock.json generated
View file

@ -8366,17 +8366,6 @@
"node": ">=14.17"
}
},
"node_modules/undici": {
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz",
"integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},
"engines": {
"node": ">=14.0"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",

View file

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