From fa2f0f73c6a925992f64058c88c6ccba7b06de03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Aug 2025 22:14:17 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 74729e636e5..b164e1c796a 100644 --- a/api/package.json +++ b/api/package.json @@ -51,7 +51,7 @@ "cron-parser": "^4.6.0", "dotenv": "^16.0.0", "generic-pool": "^3.8.2", - "koa": "^2.13.4", + "koa": "^3.0.1", "koa-body": "^5.0.0", "koa-router": "^10.1.1", "koa-static": "^5.0.0",