From 4765d930979d08dd0127a0397bb5abe2ae149ec2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 23:17:39 +0000 Subject: [PATCH] fix: config_examples/x-cash/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156 --- config_examples/x-cash/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/x-cash/package.json b/config_examples/x-cash/package.json index c30a12d..3fcc708 100644 --- a/config_examples/x-cash/package.json +++ b/config_examples/x-cash/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",