From c9c2339dbef3cec7b768b78b2cc0416f3858d432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:44:09 +0000 Subject: [PATCH] Bump koa from 2.3.0 to 2.16.1 Bumps [koa](https://github.com/koajs/koa) from 2.3.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.3.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 840b143..3ba8a73 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "axios": "^0.18.0", "jsdom": "*", - "koa": "2.3.0", + "koa": "2.16.1", "koa-bodyparser": "4.2.0", "koa-logger": "3.0.1", "koa-router": "7.2.1",