From e6382e32e22f49fab927e94335e56b8cca936458 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2019 01:27:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d099f65135a30..7764a84f133c7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "getmac": "1.0.7", "graceful-fs": "4.1.11", "http-proxy-agent": "0.2.7", - "https-proxy-agent": "0.3.6", + "https-proxy-agent": "3.0.0", "iconv-lite": "0.4.15", "minimist": "1.2.0", "native-keymap": "0.3.0",