From cca745f02c5c69b921f626d4f0a4fe8a5629ed8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 09:26:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f69bec567b..212bd430b36 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "angularjs-rzslider": "^0.1.4", "body-parser": "^1.17.1", "bootstrap": "3.3.5", - "browser-sync": "^1.3.7", + "browser-sync": "^3.0.0", "c3": "^0.4.14", "compression": "^1.4.6", "cookie-parser": "^1.4.3", @@ -82,7 +82,7 @@ "run-sequence": "^1.2.2", "sendgrid": "^5.1.0", "tiny-lr": "0.0.5", - "twilio": "^3.6.7", + "twilio": "^4.19.3", "twitter": "^1.7.1" } }