From d122c5af6430730810cf4879c669876b19bca6b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 23:58:50 +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 d3ad94df..ca175364 100644 --- a/api/package.json +++ b/api/package.json @@ -25,7 +25,7 @@ "image-thumbnail": "1.0.15", "moment": "2.29.4", "node-schedule": "2.1.0", - "nodemailer": "6.8.0", + "nodemailer": "7.0.7", "os-utils": "0.0.14", "pg": "8.8.0", "pgtools": "0.3.2",