From 5cc22281ec874a7d576874cb3e001767f7758512 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 09:15:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e455e1c..17dbbd0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "body-parser": "~1.18.2", "cookie-parser": "^1.4.5", "debug": "~2.6.9", - "express": "~4.16.0", + "express": "~4.22.0", "jade": "~1.11.0", "morgan": "~1.9.1", "serve-favicon": "~2.4.5",