From 9d0bd65f0ea3578b375a2a5e829259c4556483ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 02:19:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07dbbb0..993f052 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^4.3.1", "react-scripts": "4.0.1", "request-promise": "^4.2.6", - "twilio": "~3.6.6" + "twilio": "~3.17.1" }, "devDependencies": { "concurrently": "^3.6.1"