From 5b34028e63c9532349ac525fa4c14daeada05b94 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Thu, 10 Oct 2019 11:43:06 +0100 Subject: [PATCH] chore: bump https-proxy-agent to mitigate a security issue (#5016) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2f902a83f0df..cbd6d306e3505 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "debug": "^4.1.0", "extract-zip": "^1.6.6", - "https-proxy-agent": "^2.2.1", + "https-proxy-agent": "^3.0.0", "mime": "^2.0.3", "progress": "^2.0.1", "proxy-from-env": "^1.0.0",