From 8ae255e32721aa2ce6617ea7bb178c3e493d9fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 21:35:19 +0000 Subject: [PATCH] Update dependency koa to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5eacd01..479c415 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "core-worker": "^0.3.0", "imagemagick": "^0.1.3", "imgur": "^0.3.0", - "koa": "^2.0.0", + "koa": "^3.0.0", "koa-router": "^5.3.0", "uuid": "^3.0.0" },