From f517bfed97bfc45a862a7123c365b683ed3b95d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Jan 2023 17:30:42 +0000 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 5a44cfb84..c51900b4f 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "rollbar": "^0.6.2", "thinky": "^2.3.3", "transform-loader": "^0.2.3", - "twilio": "^2.11.0", + "twilio": "^4.0.0", "uuid": "^3.1.0", "webpack": "^1.13.1", "webpack-manifest-plugin": "^1.0.1",