diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1b527aa86..0ace29170 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -41,7 +41,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.5.0", "update-notifier": "7.3.1", "xml2js": "^0.6.2" }, @@ -137,7 +137,7 @@ "typescript": "^6.0.2" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=23.0.0", + "node": ">=22.19.0", "npm": ">=8" }, "optionalDependencies": { @@ -14624,12 +14624,12 @@ } }, "node_modules/undici": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz", - "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index b27934c59..e1e4d42a4 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ ], "license": "MIT", "engines": { - "node": "^20.19.0 || ^22.12.0 || >=23.0.0", + "node": ">=22.19.0", "npm": ">=8" }, "bugs": { @@ -172,7 +172,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.5.0", "update-notifier": "7.3.1", "xml2js": "^0.6.2" },