From dc9ca4716514c783a4ef83864d8304cbc2d1f435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 06:29:15 +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-KOA-10944994 --- 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..da754aa 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -16,7 +16,7 @@ "dependencies": { "amqp-ts-async": "^1.3.7", "dotenv": "^6.2.0", - "koa": "^2.6.2", + "koa": "^3.0.1", "nodemailer": "^4.7.0", "winston": "^3.1.0" },