diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 2df9e429f7..3d597226ce 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -46,7 +46,7 @@ "axios": "^1.13.6" }, "devDependencies": { - "https-proxy-agent": "^7.0.6", + "https-proxy-agent": "^8.0.0", "nock": "^14.0.11", "typescript": "~5.9.3", "jsonwebtoken": "^9.0.3" diff --git a/yarn.lock b/yarn.lock index f5ce60bb2f..876b671f69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2419,6 +2419,11 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1: resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816" integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== +agent-base@8.0.0: + version "8.0.0" + resolved "https://registry.npmjs.org/agent-base/-/agent-base-8.0.0.tgz#3eb7c2c198ccb93368c77969530594e725b804b5" + integrity sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg== + agent-base@^7.0.2, agent-base@^7.1.0, agent-base@^7.1.2: version "7.1.3" resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1" @@ -5248,6 +5253,14 @@ https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.3, https-proxy-agent@^7.0.6: agent-base "^7.1.2" debug "4" +https-proxy-agent@^8.0.0: + version "8.0.0" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-8.0.0.tgz#2ab138d2706d473ede6d1f5e7158d7586d5ca738" + integrity sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ== + dependencies: + agent-base "8.0.0" + debug "^4.3.4" + human-id@^4.1.1: version "4.1.1" resolved "https://registry.npmjs.org/human-id/-/human-id-4.1.1.tgz#2801fbd61b9a5c1c9170f332802db6408a39a4b0"