diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 064b1aaca..630473c55 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.4.1", "update-notifier": "7.3.1", "xml2js": "^0.6.2" }, @@ -14740,12 +14740,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.4.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.4.1.tgz", + "integrity": "sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index c31317554..fc2541e66 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.4.1", "update-notifier": "7.3.1", "xml2js": "^0.6.2" },