From c08886185fff662d996d2525ba010f2df45a20b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 09:37:45 +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 4032fd2..c2627ed 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bcrypt": "^3.0.7", "cors": "^2.8.5", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.22.0", "jsonwebtoken": "^8.5.1", "mongodb": "^3.4.0", "mongoose": "^5.8.1",