From 4930d75a48e1295bfe6bd701b5ce666232d4a545 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jul 2018 04:57:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7df5c9897..62b215f20 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.17.1", "ware": "^1.3.0", "ws": "^2.2.2" },