From 1c0e9fd0468817a0c6159fc24411f902c34c9ae3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 09:14:52 +0000 Subject: [PATCH] fix: chapter8/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- chapter8/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter8/package.json b/chapter8/package.json index c1e3940..eb5c9a3 100644 --- a/chapter8/package.json +++ b/chapter8/package.json @@ -10,12 +10,12 @@ }, "dependencies": { "async": "~1.5.0", - "body-parser": "~1.18.2", + "body-parser": "~1.20.4", "connect-redis": "~3.3.1", "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",