From b16f98fbd3bc2347e847fc283ddaf584e2cf0cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:29:14 +0000 Subject: [PATCH] Bump koa from 2.13.1 to 2.16.1 in /packages/httpServer Bumps [koa](https://github.com/koajs/koa) from 2.13.1 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.13.1...v2.16.1) --- updated-dependencies: - dependency-name: koa dependency-version: 2.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/httpServer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/httpServer/package.json b/packages/httpServer/package.json index efc84cc..422f91f 100644 --- a/packages/httpServer/package.json +++ b/packages/httpServer/package.json @@ -13,7 +13,7 @@ "ip": "^1.1.5", "joi": "^17.4.0", "joi-to-swagger": "^5.2.0", - "koa": "2.13.1", + "koa": "2.16.1", "koa-bodyparser": "^4.3.0", "koa-helmet": "6.0.0", "koa-router": "^10.0.0",