From ee054f1d7fec1a7434edc87c861b1148c51ae22e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 09:59:11 +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 4fb98ba..120bd20 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.22.0", "jsonwebtoken": "^8.5.1", "pg": "^8.3.3" }