From b3010d51b331d6d72a02a55513bacf28af10b8c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 06:27:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7df5c9897..ab49e4b2b 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.0.0", "ware": "^1.3.0", "ws": "^2.2.2" },