From 21d6d9a983e686328dc70b9ad7fe06527bbda4ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 12:28:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0adfea4..d0e69b15 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "mariadb": "^2.4.2", "mathjs": "^7.5.1", "mysql2": "^2.2.5", - "nodemailer": "^6.7.3", + "nodemailer": "^7.0.11", "pg": "^8.4.1", "pg-hstore": "^2.3.3", "pino": "^6.3.2",