From ec04f79585a1067112818656c8a6cb513210aee1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Apr 2019 02:18:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:https-proxy-agent:20180402 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:tunnel-agent:20170305 - https://snyk.io/vuln/npm:ws:20171108 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7df5c9897..32a97874b 100644 --- a/package.json +++ b/package.json @@ -9,21 +9,21 @@ "body-parser": "^1.17.1", "botbuilder": "^3.7.0", "botkit-studio-sdk": "^1.0.2", - "ciscospark": "^0.7.69", + "ciscospark": "^1.28.4", "clone": "2.1.1", "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", "mustache": "^2.3.0", "promise": "^7.1.1", "request": "^2.81.0", - "twilio": "^2.11.1", + "twilio": "^3.9.0", "ware": "^1.3.0", - "ws": "^2.2.2" + "ws": "^3.3.1" }, "devDependencies": { "jest-cli": "^20.0.1",