From 451a06c98f95896d97431e65b6263d6cbb25b2c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 03:36:39 +0000 Subject: [PATCH] fix: sample-app/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 --- sample-app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-app/package.json b/sample-app/package.json index 0a4de535..d2a220d7 100644 --- a/sample-app/package.json +++ b/sample-app/package.json @@ -9,13 +9,13 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "^1.16.1", + "body-parser": "^1.20.3", "connect-ensure-login": "^0.1.1", "connect-flash": "^0.1.1", "cookie-parser": "^1.4.3", "debug": "^2.6.1", "dotenv": "^4.0.0", - "express": "^4.14.1", + "express": "^4.21.0", "express-session": "^1.11.3", "morgan": "^1.8.1", "passport": "^0.3.0",