From 27c55ed4544c7416c5398adb10d861fd80e8e8c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Sep 2025 06:33:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82e35710..8f404a93 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lodash": "~3.10.1", "mongoose": "4.7.4", "node-uuid": "^1.4.7", - "nodemailer": "^2.6.4", + "nodemailer": "^4.0.1", "nodemailer-markdown": "^1.0.1", "q": "^1.4.1", "require-dir": "^0.3.2",