From c873e2bbf7a1430fbb04ec9e32dd5993c3ac3469 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Aug 2025 09:32:50 +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 698fb88..e201a2e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "fs-extra": "^0.26.5", "humps": "^1.0.0", "jsonfile": "^2.2.3", - "koa": "^1.2.1", + "koa": "^3.0.1", "lodash": "^4.5.1", "log-update": "^1.0.2", "minimist": "^1.2.0",