From f623bdac21039a2002888ef683703d917af02eab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 10:47:34 +0000 Subject: [PATCH] fix: config_examples/safex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156 --- config_examples/safex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/safex/package.json b/config_examples/safex/package.json index b70c36d..9ec3c91 100644 --- a/config_examples/safex/package.json +++ b/config_examples/safex/package.json @@ -18,7 +18,7 @@ "dateformat": "*", "mailgun.js": "*", "node-telegram-bot-api": "*", - "nodemailer": "2.7.2", + "nodemailer": "7.0.11", "nodemailer-sendmail-transport": "*", "redis": "*", "socket.io": "^2.1.1",