From 9cc4190cc3d6677ed9f8d5683fc83f4e3d57074a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 14:09:10 +0000 Subject: [PATCH] Bump https-proxy-agent from 2.2.4 to 7.0.0 Bumps [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) from 2.2.4 to 7.0.0. - [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.0/packages/https-proxy-agent) --- updated-dependencies: - dependency-name: https-proxy-agent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dffd490..e194bb1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@adobe/aio-lib-core-logging": "^2.0.0", "fetch-retry": "^5.0.4", "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "2.2.4", + "https-proxy-agent": "7.0.0", "node-fetch": "^2.6.4", "proxy-from-env": "^1.1.0" },