From 05da780d1eab30f66e0873685310655b8c69e9c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 04:37:32 +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 743b1c1b..7e1a3a35 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "mongoose-unique-validator": "2.0.3", "natives": "1.1.6", "nodegit": "^0.26.2", - "nodemailer": "6.4.15", + "nodemailer": "7.0.11", "optipng": "2.2.0", "passthrough-counter": "1.0.0", "path-to-regexp": "3.1.0",