From 2dc504dff624e9b0508122fa85726e9a8a6c7daf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jan 2023 22:07:01 -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 bff7567..34d3a94 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "http-errors": "~1.6.3", "morgan": "~1.9.1", "pug": "2.0.0-beta11", - "twilio": "^3.31.0", + "twilio": "^4.0.0", "ws": "^7.0.0" } }