From 8ce09145d3f2d3a705d8203353eefbe4f66e872a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 09:52:40 +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 52126262..7ad08676 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "async": "0.9.0", "authy-node": "1.0.1", "bcryptjs": "~2.3.0", - "body-parser": "1.12.3", + "body-parser": "1.20.3", "bson": "~0.3.1", "clone": "~1.0.2", "cookie-parser": "1.3.4", "ejs": "2.5.5", - "express": "4.12.3", + "express": "4.21.0", "express-partials": "0.3.0", "express-session": "1.11.1", "irc": "0.3.11",