From 442468dca0e0acc881aeb20d1e6841a95915a14a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 07:02:36 +0000 Subject: [PATCH] fix: chapter8/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- chapter8/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter8/package.json b/chapter8/package.json index c1e3940..1b49411 100644 --- a/chapter8/package.json +++ b/chapter8/package.json @@ -15,7 +15,7 @@ "cookie-parser": "~1.3.5", "debug": "~3.1.0", "ejs": "~2.5.5", - "express": "~4.16.0", + "express": "~4.22.0", "express-session": "~1.18.2", "log4js": "^0.6.38", "mongoose": "^6.3.4",