From ad8dac1321ba61533ae8f2f0ff845b6df8f8cb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:49:47 +0000 Subject: [PATCH] Bump koa from 2.15.4 to 2.16.1 in /frameworks/JavaScript/koa Bumps [koa](https://github.com/koajs/koa) from 2.15.4 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.15.4...v2.16.1) --- updated-dependencies: - dependency-name: koa dependency-version: 2.16.1 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 eb4a7970a04..353a1d3990b 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.15.4", + "koa": "2.16.1", "koa-bodyparser": "4.2.0", "koa-hbs": "1.0.0", "koa-router": "7.4.0",