From abc06bb375d8487f3e919d99637cb9455c73c385 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jan 2023 18:42:52 -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 485ca5d..b39e194 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lint-staged": "^10.0.8", "prettier": "^1.19.1", "superagent": "^5.2.2", - "twilio": "^3.80.0" + "twilio": "^4.0.0" }, "eslintConfig": { "extends": "eslint:recommended",