From 343ff18ef7887ad7341c7fa6b52fa0137c1fc941 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2018 23:59:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 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..ba60567e4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "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" },