Chore: clean up make-fetch-happen

This commit is contained in:
SukkaW
2025-01-17 20:47:16 +08:00
parent 9a4acbd3f1
commit 7d555d0ba9
4 changed files with 5 additions and 311 deletions

View File

@@ -34,7 +34,6 @@
"foxts": "^1.1.5",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "^3.0.0",
"make-fetch-happen": "^14.0.3",
"picocolors": "^1.1.1",
"tar-fs": "^3.0.6",
"tinyexec": "^0.3.2",
@@ -57,7 +56,6 @@
"@types/cacache": "^17.0.2",
"@types/dns2": "^2.0.9",
"@types/fast-fifo": "^1.3.0",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"@types/node-fetch": "^2.6.12",
@@ -72,13 +70,13 @@
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.3",
"resolutions": {
"has": "npm:@nolyfill/has@latest"
},
"pnpm": {
"patchedDependencies": {
"undici": "patches/undici.patch",
"whoiser": "patches/whoiser.patch"
}
},
"resolutions": {
"has": "npm:@nolyfill/has@latest"
}
}