From 6a6923620c1711b613886b1671564b98b893b003 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 02:49:58 +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-6219989 --- 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..7b97bf7 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": "^6.9.9", "winston": "^3.1.0" }, "devDependencies": {