From 8e41ccfc40efac0e7832272310c47c7596878c21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 11:39:48 +0000 Subject: [PATCH] fix: services/notification/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- services/notification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notification/package.json b/services/notification/package.json index 6db3854..e450131 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -17,7 +17,7 @@ "amqp-ts-async": "^1.3.7", "dotenv": "^6.2.0", "koa": "^2.6.2", - "nodemailer": "^4.7.0", + "nodemailer": "^7.0.7", "winston": "^3.1.0" }, "devDependencies": {