diff --git a/package-lock.json b/package-lock.json index bc7e3d2..63bb4fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "tsx": "^4.21.0", "typed-rest-client": "^2.2.0", "typescript": "^6.0.2", - "undici": "^7.2.0", + "undici": "^8.0.2", "wretch": "^2.11.0" }, "engines": { @@ -39,7 +39,7 @@ "node-fetch": "^3.0.0", "superagent": "^8.0.0 || ^9.0.0 || ^10.0.0", "typed-rest-client": "^2.0.0", - "undici": "^5.0.0 || ^6.0.0 || ^7.0.0", + "undici": "^8.0.2", "wretch": "^2.0.0" }, "peerDependenciesMeta": { @@ -3230,12 +3230,13 @@ "license": "MIT" }, "node_modules/undici": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz", - "integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.2.tgz", + "integrity": "sha512-B9MeU5wuFhkFAuNeA19K2GDFcQXZxq33fL0nRy2Aq30wdufZbyyvxW3/ChaeipXVfy/wUweZyzovQGk39+9k2w==", "dev": true, + "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/unique-filename": { diff --git a/package.json b/package.json index 50c90de..5950073 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "superagent": "^10.1.0", "tsx": "^4.21.0", "typescript": "^6.0.2", - "undici": "^7.2.0", + "undici": "^8.0.2", "ky": "^1.7.0", "wretch": "^2.11.0", "make-fetch-happen": "^14.0.3",