From 9cd0a44b59f63929a42877a540aeacae2566b0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 04:57:35 +0000 Subject: [PATCH] Bump https-proxy-agent from 0.3.6 to 5.0.0 Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 0.3.6 to 5.0.0. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/v0.3.6...5.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ccbe6b..b586813 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "adm-zip": "~0.4.4", "format-json": "~1.0.3", - "https-proxy-agent": "~0.3.5", + "https-proxy-agent": "~5.0.0", "memorystream": "~0.3.0", "minimist": "~1.1.0", "mktemp": "~0.3.5",