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.
This commit is contained in:
Danny Guo 2019-12-11 09:40:22 -05:00 committed by Mathias Bynens
parent 6091a34a36
commit 80b5c44d89

View File

@ -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",