From d8315af453484d62e149f4419a298e7715069e55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Apr 2018 23:59:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:https-proxy-agent:20180402 Latest report for christopheraparicio/botkit: https://snyk.io/test/github/christopheraparicio/botkit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7df5c9897..651bc4af4 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": "^2.2.0", "jfs": "^0.2.6", "localtunnel": "^1.8.2", "md5": "^2.2.1",