From 5c04c8256279a126cbbb84eb16256767ce134701 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 22:18:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb02a15..f635d05 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "body-parser": "^1.15.2", "dotenv-safe": "^3.0.0", "express": "^4.14.0", - "twilio": "~3.0.0" + "twilio": "~3.16.0" }, "devDependencies": { "chai": "^3.5.0",