From 04f16d9917e098289f6b3c1fcc94f8fd0249bb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:42:01 +0000 Subject: [PATCH] Bump koa from 2.13.1 to 2.15.4 in /packages/httpServer Bumps [koa](https://github.com/koajs/koa) from 2.13.1 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.13.1...2.15.4) --- updated-dependencies: - dependency-name: koa 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..a64c19e 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.15.4", "koa-bodyparser": "^4.3.0", "koa-helmet": "6.0.0", "koa-router": "^10.0.0",