From e183d67ca28f32f1bbc61c70fa8e7a613743604b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:00:26 +0000 Subject: [PATCH] Bump koa from 2.7.0 to 2.15.4 in /BK Bumps [koa](https://github.com/koajs/koa) from 2.7.0 to 2.15.4. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/2.15.4/History.md) - [Commits](https://github.com/koajs/koa/compare/2.7.0...2.15.4) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- BK/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BK/package.json b/BK/package.json index 125dbf3..daae193 100644 --- a/BK/package.json +++ b/BK/package.json @@ -13,7 +13,7 @@ "@koa/multer": "^2.0.0", "gridfs-stream": "^1.1.1", "i": "^0.3.6", - "koa": "2.7.0", + "koa": "2.15.4", "koa-body": "^4.1.1", "koa-bodyparser": "4.2.1", "koa-cors": "0.0.16",