From c1329320c6f62edda529b06f1e39068c052f3146 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 20:32:02 +0000 Subject: [PATCH] fix: install/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a838a18..84b02bb 100644 --- a/install/package.json +++ b/install/package.json @@ -103,7 +103,7 @@ "nodebb-plugin-spam-be-gone": "1.0.2", "nodebb-rewards-essentials": "0.2.1", "nodebb-widget-essentials": "6.0.1", - "nodemailer": "6.8.0", + "nodemailer": "6.9.9", "nprogress": "0.2.0", "passport": "0.6.0", "passport-http-bearer": "1.0.1",