From 3b5343ccc4480844a9e774f47f1eb04953b13eaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Dec 2023 01:58:10 +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 3a5bd7e..7cbaea6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "morgan": "~1.7.0", "serve-favicon": "~2.3.2", "stylus": "0.54.5", - "twilio": "^3.0.0-rc.17" + "twilio": "^4.6.0" }, "devDependencies": { "eslint": "^3.19.0",