From ead3bf3b04787c8ca55ab0e62a4de89e1e9eac39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 13:00:54 +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-14157156 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 2f77c8bd60ea7e..728d07ee6fd2d7 100644 --- a/api/package.json +++ b/api/package.json @@ -29,7 +29,7 @@ "mongodb": "6.10.0", "nanoid": "3", "no-profanity": "1.5.1", - "nodemailer": "6.9.10", + "nodemailer": "7.0.11", "pino-pretty": "10.2.3", "query-string": "7.1.3", "stripe": "16.0.0",