From 9a8487045bde55635dfde0a8637504b29b530fbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 23:06:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6766a1..f20642a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express-handlebars": "^3.1.0", "express-ws": "^4.0.0", "query-string": "^6.11.1", - "twilio": "^3.42.2", + "twilio": "^4.6.0", "wavefile": "^11.0.0", "websocket-stream": "^5.5.0" },