From f9c85085259c32e774e42cc7098904653568fda7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 06:10:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a69a4..34112c1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "concurrently": "^5.2.0", "cors": "^2.8.5", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.22.0", "express-session": "^1.17.1", "mongoose": "^5.9.20", "multer": "^1.4.2",