From 80b5c44d89cdebd9160d85855031e1844cb0c48e Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Wed, 11 Dec 2019 09:40:22 -0500 Subject: [PATCH] chore: upgrade https-proxy-agent (#5243) https-proxy-agent requires agent-base, which currently monkey-patches the core `https` Node module, causing problems in unrelated code. The latest version of https-proxy-agent uses the latest version of agent-base which no longer does this monkey patching. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f36d356dbcee4..12c8c1c5b89bd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/mime-types": "^2.1.0", "debug": "^4.1.0", "extract-zip": "^1.6.6", - "https-proxy-agent": "^3.0.0", + "https-proxy-agent": "^4.0.0", "mime": "^2.0.3", "mime-types": "^2.1.25", "progress": "^2.0.1",