From cba78c4d0a8a0731c2adf413012fa511481ed4df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:38:58 +0000 Subject: [PATCH] fix: install/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index a838a18..ccbad3b 100644 --- a/install/package.json +++ b/install/package.json @@ -61,7 +61,7 @@ "daemon": "1.1.0", "diff": "5.1.0", "esbuild": "0.16.10", - "express": "4.18.2", + "express": "4.21.2", "express-session": "1.17.3", "express-useragent": "1.0.15", "file-loader": "6.2.0", @@ -100,7 +100,7 @@ "nodebb-plugin-location-to-map": "^0.1.1", "nodebb-plugin-markdown": "10.1.1", "nodebb-plugin-mentions": "3.0.12", - "nodebb-plugin-spam-be-gone": "1.0.2", + "nodebb-plugin-spam-be-gone": "2.3.0", "nodebb-rewards-essentials": "0.2.1", "nodebb-widget-essentials": "6.0.1", "nodemailer": "6.8.0",