From 71d7b7e308030fd967aa223cfa792628d6a45a60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 21:57:18 -0400 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb42322..872cedd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "body-parser": "^1.15.2", "dotenv": "^5.0.1", "express": "^4.14.0", - "twilio": "~3.17.1" + "twilio": "~4.0.0" }, "devDependencies": { "chai": "^3.5.0",