From fa26b0c4074c3744618b901d5a008df127062a32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 10:28:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70e9379..f9433f7 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "@sendgrid/mail": "^7.7.0", "cli-color": "^2.0.4", "dotenv": "^16.4.4", - "express": "^4.18.2", + "express": "^4.22.0", "fontawesome": "^5.6.3", - "jsforce": "^1.11.0", + "jsforce": "^3.1.0", "mailersend": "^2.2.0", "react-router-dom": "^6.10.0", "twilio": "^4.10.0"