From 423f517c9b3f68ecf5971d613338857712b05052 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 19:44:14 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb02a15..b239371 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "body-parser": "^1.15.2", "dotenv-safe": "^3.0.0", "express": "^4.14.0", - "twilio": "~3.0.0" + "twilio": "~3.17.1" }, "devDependencies": { "chai": "^3.5.0",