Resolve undici version to fix vulnerability

This commit is contained in:
Ethan Lane 2024-03-01 17:31:29 +00:00
parent 07237b82aa
commit 808f5e3b1c
2 changed files with 6 additions and 5 deletions

View file

@ -41,7 +41,8 @@
"typeorm": "0.3.17"
},
"resolutions": {
"**/semver": "^7.5.2"
"**/semver": "^7.5.2",
"**/undici": "^5.28.3"
},
"devDependencies": {
"@types/node": "^20.0.0",

View file

@ -4746,10 +4746,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:
version "5.27.2"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411"
integrity sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==
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==
dependencies:
"@fastify/busboy" "^2.0.0"