From 2f0fe85e57508c85cee015a1105ef90e8d2a145e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 09:28:38 +0000 Subject: [PATCH] fix: chapter8/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- chapter8/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter8/package.json b/chapter8/package.json index 7eed3dd..93c263b 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.3", "connect-redis": "~3.3.1", "cookie-parser": "~1.3.5", "debug": "~3.1.0", "ejs": "~2.5.5", - "express": "~4.16.0", + "express": "~4.21.0", "express-session": "~1.15.6", "log4js": "^0.6.38", "mongoose": "^6.3.4",