diff --git a/package-lock.json b/package-lock.json index 7bb3d3d..689ec3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^1.2.0", "commander": "^10.0.0", - "https-proxy-agent": "^6.0.0", + "https-proxy-agent": "^7.0.0", "socket.io-client": "^4.5.1" }, "bin": { @@ -451,9 +451,9 @@ } }, "node_modules/https-proxy-agent": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz", - "integrity": "sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz", + "integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -1269,9 +1269,9 @@ } }, "https-proxy-agent": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz", - "integrity": "sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz", + "integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==", "requires": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index a866c4a..7ed3718 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "axios": "^1.2.0", "commander": "^10.0.0", - "https-proxy-agent": "^6.0.0", + "https-proxy-agent": "^7.0.0", "socket.io-client": "^4.5.1" }, "publishConfig": {