From fba49aa20f2b6e7cb72f3e41fa48686dc44b263d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 09:20:05 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03589ff5..d7f27844 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "author": "Operation Privacy", "license": "", "dependencies": { - "@sendgrid/mail": "^7.4.6", - "axios": "^0.23.0", + "@sendgrid/mail": "^8.0.0", + "axios": "^1.12.0", "bcrypt": "^5.0.1", "body-parser": "^1.19.0", "compression": "^1.7.4", @@ -35,7 +35,7 @@ "socket.io": "^4.1.3", "speakeasy": "^2.0.0", "telnyx": "^1.18.0", - "twilio": "^3.67.0", + "twilio": "^4.19.3", "u2f": "^0.1.3", "validatorjs": "^3.22.1" }