From fbe2c38560db07b1221bbeffcabbc1ce0ef00fb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 04:33:23 +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 743b1c1b..46aa379f 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.7", "optipng": "2.2.0", "passthrough-counter": "1.0.0", "path-to-regexp": "3.1.0",