From 55a0580dd15404c7d7ee5ca941edec4cbb865ff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 08:42:46 +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 c1a5e27..0d42ef6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cors": "^2.8.5", "dotenv": "^8.2.0", "ejs": "^3.1.3", - "express": "^4.17.1", + "express": "^4.22.0", "helmet": "^3.23.3", "jsonwebtoken": "^8.5.1", "moment": "^2.27.0",