Skip to content

Commit

Permalink
chore: upgrade https-proxy-agent (#5243)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dguo authored and mathiasbynens committed Dec 11, 2019
1 parent 6091a34 commit 80b5c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 80b5c44

Please sign in to comment.