diff --git a/package-lock.json b/package-lock.json index 09433a4b..dd79f60e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28426,7 +28426,7 @@ "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", "debug": "^4.4.0", - "http-proxy-agent": "^7.0.2", + "http-proxy-agent": "^9.0.0", "https-proxy-agent": "^7.0.5", "lru-cache": "^11.3.5", "node-fetch": "^3.3.2", @@ -28477,6 +28477,28 @@ "node": ">= 12" } }, + "packages/devtools-proxy-support/node_modules/http-proxy-agent": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-9.0.0.tgz", + "integrity": "sha512-FcF8VhXYLQcxWCnt/cCpT2apKsRDUGeVEeMqGu4HSTu29U8Yw0TLOjdYIlDsYk3IkUh+taX4IDWpPcCqKDhCjA==", + "license": "MIT", + "dependencies": { + "agent-base": "9.0.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 20" + } + }, + "packages/devtools-proxy-support/node_modules/http-proxy-agent/node_modules/agent-base": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-9.0.0.tgz", + "integrity": "sha512-TQf59BsZnytt8GdJKLPfUZ54g/iaUL2OWDSFCCvMOhsHduDQxO8xC4PNeyIkVcA5KwL2phPSv0douC0fgWzmnA==", + "license": "MIT", + "engines": { + "node": ">= 20" + } + }, "packages/devtools-proxy-support/node_modules/lru-cache": { "version": "11.3.5", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz", @@ -35940,7 +35962,7 @@ "electron": "^39.8.5", "eslint": "^7.25.0 || ^8.0.0", "gen-esm-wrapper": "^1.1.3", - "http-proxy-agent": "^7.0.2", + "http-proxy-agent": "^9.0.0", "https-proxy-agent": "^7.0.5", "lru-cache": "^11.3.5", "mocha": "^8.4.0", @@ -35971,6 +35993,22 @@ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" }, + "http-proxy-agent": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-9.0.0.tgz", + "integrity": "sha512-FcF8VhXYLQcxWCnt/cCpT2apKsRDUGeVEeMqGu4HSTu29U8Yw0TLOjdYIlDsYk3IkUh+taX4IDWpPcCqKDhCjA==", + "requires": { + "agent-base": "9.0.0", + "debug": "^4.3.4" + }, + "dependencies": { + "agent-base": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-9.0.0.tgz", + "integrity": "sha512-TQf59BsZnytt8GdJKLPfUZ54g/iaUL2OWDSFCCvMOhsHduDQxO8xC4PNeyIkVcA5KwL2phPSv0douC0fgWzmnA==" + } + } + }, "lru-cache": { "version": "11.3.5", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz", diff --git a/packages/devtools-proxy-support/package.json b/packages/devtools-proxy-support/package.json index 85e64169..df726531 100644 --- a/packages/devtools-proxy-support/package.json +++ b/packages/devtools-proxy-support/package.json @@ -70,7 +70,7 @@ "lru-cache": "^11.3.5", "node-fetch": "^3.3.2", "pac-proxy-agent": "^7.0.2", - "http-proxy-agent": "^7.0.2", + "http-proxy-agent": "^9.0.0", "https-proxy-agent": "^7.0.5", "socks-proxy-agent": "^8.0.4", "ssh2": "^1.17.0",