From 55ca1544afb4f8f62d307d2ddb1923b1e20e3d88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 08:25:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 810dd30..c6eeedc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cookie-parser": "~1.4.5", "debug": "^4.3.4", "ejs": "^3.1.5", - "express": "~4.17.1", + "express": "~4.22.0", "express-sslify": "^1.2.0", "http-errors": "~1.8.0", "morgan": "~1.10.0",