diff --git a/package-lock.json b/package-lock.json index af5b35ed..ca6d1ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "sinon": "^22.0.0", "standard": "^17.1.0", "tstyche": "^7.0.0", - "undici": "^7.2.1" + "undici": "^8.5.0" }, "peerDependencies": { "next": "12.x.x || 13.x.x" @@ -5082,13 +5082,13 @@ } }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "dev": true, "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index dd86e0da..01a923bf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sinon": "^22.0.0", "standard": "^17.1.0", "tstyche": "^7.0.0", - "undici": "^7.2.1" + "undici": "^8.5.0" }, "publishConfig": { "access": "public"