From c339dc3c2809b3727788551a1eeca22e6f9a2e55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 23:30:23 +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 68818e8..41a03b4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "debug": "^4.3.1", "dotenv": "^8.2.0", "ejs": "^3.1.8", - "express": "~4.21.0", + "express": "~4.22.0", "express-rate-limit": "^6.9.0", "helmet": "^7.1.0", "json5": "^2.2.3",