From 7b71e63f83d1944707c1fb239c9aa727113af339 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 09:47:06 +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 365c9e8e..94f1f2fa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lodash": "^4.17.15", "moment": "^2.27.0", "ms": "^2.1.2", - "nodemailer": "^5.1.1", + "nodemailer": "^7.0.11", "pg": "^7.18.2", "random-words": "^1.1.1", "sequelize": "^5.21.7",