From 347c6402d532ee663a897dc18c48daaee3f7600b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 01:47:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b124d0..5383430 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "domexception": "*", "mailgun.js": "*", "node-telegram-bot-api": "*", - "nodemailer": "^6.4.18", + "nodemailer": "^7.0.7", "nodemailer-sendmail-transport": "*", "redis": "3.0.2", "socket.io": "^3.1.1",