From 996c8ffaef8951e53786aa8dd89d1421c19a3f6b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:09:54 +0000 Subject: [PATCH] fix: MERN/Authentication Form/server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- MERN/Authentication Form/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MERN/Authentication Form/server/package.json b/MERN/Authentication Form/server/package.json index f60f7864bf..aff4613c67 100644 --- a/MERN/Authentication Form/server/package.json +++ b/MERN/Authentication Form/server/package.json @@ -14,7 +14,7 @@ "bcrypt": "^6.0.0", "cors": "^2.8.5", "dotenv": "^16.0.3", - "express": "^4.19.2", + "express": "^4.22.0", "jsonwebtoken": "^9.0.0", "mongoose": "^7.3.4", "nodemon": "^3.0.0"