From f343de4a95d333216bd1950ae96929c313b70fab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 09:10:13 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index b5703917f1f..941da1d5ced 100644 --- a/api/package.json +++ b/api/package.json @@ -50,7 +50,7 @@ "lodash": "^4.17.21", "meilisearch": "^0.33.0", "mongoose": "^7.1.1", - "nodemailer": "^6.9.1", + "nodemailer": "^7.0.7", "openai": "^3.2.1", "passport": "^0.6.0", "passport-facebook": "^3.0.0",