From 44492356a9270c85560c0a7d05f08c051862d664 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 22:41:00 +0000 Subject: [PATCH] fix: verify-sna/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- verify-sna/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 verify-sna/package.json diff --git a/verify-sna/package.json b/verify-sna/package.json old mode 100755 new mode 100644 index 20e3c1fa..2b82952a --- a/verify-sna/package.json +++ b/verify-sna/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "twilio": "^3.61.0" + "twilio": "^5.4.4" } }