From 7b4cff40e6a76c797bfa77afe1380761ab558b90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 10:43:27 +0000 Subject: [PATCH] fix: config_examples/aeon-k12/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- config_examples/aeon-k12/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/aeon-k12/package.json b/config_examples/aeon-k12/package.json index e7313a0..976deda 100644 --- a/config_examples/aeon-k12/package.json +++ b/config_examples/aeon-k12/package.json @@ -19,7 +19,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",