From ac91d34f7ea91fbdac479bd511c7b5c55d18c5e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 08:44:14 +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 124fc1f..e6700db 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express-request-id": "1.4.1", "is-string-and-not-blank": "^0.0.2", "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",