From 314d2541b3aca5445aaff47a7aa07c354bcd7f52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 10:30:31 +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 775a471..d59994a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "es6-string-html-template": "~1.0.2", "mongodb": "~2.2.28", "monk": "~6.0.0", - "nodemailer": "~4.0.1", + "nodemailer": "~7.0.7", "pify": "~3.0.0", "require-all": "~2.2.0", "t-component": "1.0.0"