From 09734c05f0aed63afb0e8e282b732c0b73fdce28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:52:47 +0000 Subject: [PATCH] Bump koa from 2.5.0 to 2.15.4 in /frameworks/JavaScript/koa Bumps [koa](https://github.com/koajs/koa) from 2.5.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.5.0...2.15.4) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/JavaScript/koa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/JavaScript/koa/package.json b/frameworks/JavaScript/koa/package.json index 52cbf5ca886..eb4a7970a04 100644 --- a/frameworks/JavaScript/koa/package.json +++ b/frameworks/JavaScript/koa/package.json @@ -7,7 +7,7 @@ "dependencies": { "bluebird": "3.5.1", "handlebars": "4.3.0", - "koa": "2.5.0", + "koa": "2.15.4", "koa-bodyparser": "4.2.0", "koa-hbs": "1.0.0", "koa-router": "7.4.0",