From b9b64bf9ade6dae21cb77831ea1496ca1b0aaa36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 09:53:16 +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 e0adfea4..6c68218d 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.7", "pg": "^8.4.1", "pg-hstore": "^2.3.3", "pino": "^6.3.2",