From 9e175780c7726b9ca629f23e06b7c294c46bf2bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jul 2018 06:18:59 +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 49164ad..78b77f6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "google-auth-library": "^0.10.0", "googleapis": "^17.1.0", - "twilio": "^2.11.1" + "twilio": "^3.0.0" }, "devDependencies": { "codeclimate-test-reporter": "^0.4.1",