From d44351f584032e14c54af1f3b6c4a710929de08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:30:13 +0000 Subject: [PATCH] Bump https-proxy-agent from 7.0.0 to 7.0.2 Bumps [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/https-proxy-agent@7.0.2/packages/https-proxy-agent) --- updated-dependencies: - dependency-name: https-proxy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {