From 17e6538754e1c6e2940a301d324c95ad9a423d85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 23:59:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:qs:20170213 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..9a7aebb02 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "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",