From 98c8ea1f28477899537a844b75c52f7e8413749e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 04:14:00 +0000 Subject: [PATCH] fix: config_examples/masari/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- config_examples/masari/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/masari/package.json b/config_examples/masari/package.json index d985aca..7628f99 100644 --- a/config_examples/masari/package.json +++ b/config_examples/masari/package.json @@ -18,7 +18,7 @@ "dateformat": "*", "mailgun.js": "*", "node-telegram-bot-api": "*", - "nodemailer": "2.7.2", + "nodemailer": "7.0.7", "nodemailer-sendmail-transport": "*", "redis": "*", "socket.io": "^2.1.1",