From 3f7620bc90abdd671fa95053e831875336e55508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 08:29:36 +0000 Subject: [PATCH] Bump koa from 2.15.3 to 3.1.2 in /apps/koa Bumps [koa](https://github.com/koajs/koa) from 2.15.3 to 3.1.2. - [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.3...v3.1.2) --- updated-dependencies: - dependency-name: koa dependency-version: 3.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/koa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/koa/package.json b/apps/koa/package.json index 42e969b..be1266d 100644 --- a/apps/koa/package.json +++ b/apps/koa/package.json @@ -18,7 +18,7 @@ "@koa/router": "12.0.1", "@sentry/node": "8.9.2", "dotenv": "^16.4.5", - "koa": "2.15.3" + "koa": "3.1.2" }, "devDependencies": { "@types/koa": "2.15.0",