From 9d84a96df320c9497b969cecd0b34eda106112dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Aug 2025 09:05:33 +0000 Subject: [PATCH] fix: apps/koa-esm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- apps/koa-esm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/koa-esm/package.json b/apps/koa-esm/package.json index 421b2df..4703ca5 100644 --- a/apps/koa-esm/package.json +++ b/apps/koa-esm/package.json @@ -31,7 +31,7 @@ "axios": "^1.6.8", "cross-env": "^7.0.3", "got": "^14.4.1", - "koa": "^2.15.3", + "koa": "^3.0.1", "koa-body": "^6.0.1", "koa-router": "^12.0.1", "ts-node": "^10.9.2",