From d051a31af27fb1bdd8ee68e60437f60f162c270b Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Tue, 10 Dec 2019 22:18:01 -0500 Subject: [PATCH] chore: upgrade https-proxy-agent 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",