From 6fa0a29b082484566f670ed005ee4a14f72983c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:25:26 +0000 Subject: [PATCH] Bump koa from 2.11.0 to 2.15.4 Bumps [koa](https://github.com/koajs/koa) from 2.11.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.11.0...2.15.4) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b1c388..32ea5c0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "ISC", "dependencies": { "dotenv": "8.2.0", - "koa": "2.11.0", + "koa": "2.15.4", "koa-compose": "^4.1.0", "koa-helmet": "^5.2.0", "koa-morgan": "^1.0.1",