From 8a62927fbdec60050a4496ffa156ba8a3804fb5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Aug 2025 05:19:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63ef87f..17d3d38 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "cabin": "^14.0.0", "express-request-id": "1.4.1", "kcors": "^2.2.2", - "koa": "2.16.0", + "koa": "3.0.1", "koa-404-handler": "^0.1.0", "koa-basic-auth": "^4.0.0", "koa-better-error-handler": "^11.0.4",