From 36daaa9183d748d53fe6fe4a9c18465e3d4620c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 07:45:18 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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..23efa21 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": "4.0.1", "nodemailer-sendmail-transport": "*", "redis": "*", "socket.io": "^2.1.1",