From 3cd2ea79ee518cf8f1e7f7b5d2af22f598444d91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 10:24:40 +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-14157156 --- 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..373e31c 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.11", "winston": "^3.1.0" }, "devDependencies": {