From 7890b59d86810bac69cf861f5b7b4a5d280c687f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2019 02:17:40 +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 7df5c9897..413bbcb0b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "command-line-args": "^4.0.2", "crypto": "0.0.3", "express": "^4.15.2", - "https-proxy-agent": "^1.0.0", + "https-proxy-agent": "^3.0.0", "jfs": "^0.2.6", "localtunnel": "^1.8.2", "md5": "^2.2.1",