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