diff --git a/package-lock.json b/package-lock.json index 881ecafc4..ad3b57b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@octokit/webhooks-definitions": "^3.67.3", "axios": "^1.4.0", "crypto": "^1.0.1", - "https-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.2", "whatwg-url": "^13.0.0" }, "devDependencies": { @@ -4786,9 +4786,9 @@ } }, "node_modules/https-proxy-agent": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz", - "integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz", + "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==", "dependencies": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index 38ec91aa7..09cc0db1e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@octokit/webhooks-definitions": "^3.67.3", "axios": "^1.4.0", "crypto": "^1.0.1", - "https-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.2", "whatwg-url": "^13.0.0" }, "devDependencies": {