Update dependency undici to v6
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bcb7beabc6
commit
401dc09282
2 changed files with 1 additions and 11 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -9832,16 +9832,6 @@
|
|||
"node": ">=14.17"
|
||||
}
|
||||
},
|
||||
"node_modules/undici": {
|
||||
"version": "5.27.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fastify/busboy": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"license": "MIT"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"typeorm": "0.3.17"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/undici": "^5.26.2"
|
||||
"**/undici": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
|
|
Loading…
Reference in a new issue