From d324158ced2d4824074354533888f529fdca4bcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 22:14:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8fefd5..9da8c25 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dotenv": "^4.0.0", "express": "^4.15.2", "body-parser": "^1.18.2", - "twilio": "^3.71.1" + "twilio": "^4.19.3" }, "devDependencies": { "jest": "^19.0.2",