From 5672d11e0fa8f433b67b833ce7c6e336ccdeaa1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 08:48:23 +0000 Subject: [PATCH] fix: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0dbab5b..1ab04c1 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "start": "node ./bin/www" }, "dependencies": { - "express": "~4.2.0", + "express": "~4.21.0", "static-favicon": "~1.0.0", "morgan": "~1.0.0", "cookie-parser": "~1.0.1", - "body-parser": "~1.0.0", + "body-parser": "~1.20.3", "debug": "~0.7.4", "jade": "~1.3.0", "express-handlebars": "~1.1.0",