From 2ef15ae35cd0d5bf4db77a0db4721ee8b49dd94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:33:22 +0000 Subject: [PATCH] Bump koa from 2.11.0 to 2.16.1 Bumps [koa](https://github.com/koajs/koa) from 2.11.0 to 2.16.1. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](https://github.com/koajs/koa/compare/2.11.0...v2.16.1) --- updated-dependencies: - dependency-name: koa dependency-version: 2.16.1 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..ba3a213 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "ISC", "dependencies": { "dotenv": "8.2.0", - "koa": "2.11.0", + "koa": "2.16.1", "koa-compose": "^4.1.0", "koa-helmet": "^5.2.0", "koa-morgan": "^1.0.1",