From 42c1264feb4604a8b9ce4e7a79ed55316318a52e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Jul 2025 23:48:36 +0000 Subject: [PATCH] fix: services/authentication/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- services/authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authentication/package.json b/services/authentication/package.json index 12bccfd..204b712 100644 --- a/services/authentication/package.json +++ b/services/authentication/package.json @@ -32,7 +32,7 @@ "bcryptjs": "^2.4.3", "dotenv": "^6.1.0", "jsonwebtoken": "^8.5.1", - "koa": "^2.13.0", + "koa": "^3.0.1", "koa-bodyparser": "^4.3.0", "koa-helmet": "^4.2.1", "koa-logger": "^3.2.1",