From 5f29e44fe55f0ea0206c870bf0be081eba996c24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jun 2025 22:33:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-9679272 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd7dd24..a679b43 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": "2.16.1", "koa-404-handler": "^0.1.0", "koa-basic-auth": "^4.0.0", "koa-better-error-handler": "^11.0.4",