From ba984e42a7ed70e73aadf0f14a9259ee74a3f641 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jan 2023 16:01:37 -0800 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8fefd5..d71a7d0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dotenv": "^4.0.0", "express": "^4.15.2", "body-parser": "^1.18.2", - "twilio": "^3.71.1" + "twilio": "^4.0.0" }, "devDependencies": { "jest": "^19.0.2",