From a3770b05600ba6da1b19c99155de63882f2f9f6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Aug 2025 03:39:40 +0000 Subject: [PATCH] fix: apps/koa/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- apps/koa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/koa/package.json b/apps/koa/package.json index 7f6af9e..f138102 100644 --- a/apps/koa/package.json +++ b/apps/koa/package.json @@ -29,7 +29,7 @@ "dependencies": { "axios": "^1.7.7", "cross-env": "^7.0.3", - "koa": "^2.15.3", + "koa": "^3.0.1", "koa-body": "^6.0.1", "koa-router": "^13.0.1", "ofetch": "^1.4.1",