From 3489c30ab858006492f7f0f131c399775eb5909b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jan 2023 20:36:56 +0000 Subject: [PATCH] fix: aws-node-twilio-send-text-message/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 --- aws-node-twilio-send-text-message/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-node-twilio-send-text-message/package.json b/aws-node-twilio-send-text-message/package.json index 259cec67b..98b873360 100644 --- a/aws-node-twilio-send-text-message/package.json +++ b/aws-node-twilio-send-text-message/package.json @@ -9,6 +9,6 @@ "author": "David Wells", "license": "MIT", "dependencies": { - "twilio": "^2.11.1" + "twilio": "^4.0.0" } }