From d896a319870da08e59588185e14bbc69b074fca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:57:38 +0000 Subject: [PATCH] Bump koa from 2.16.3 to 3.1.1 Bumps [koa](https://github.com/koajs/koa) from 2.16.3 to 3.1.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/v2.16.3...v3.1.1) --- updated-dependencies: - dependency-name: koa dependency-version: 3.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc637f8..f3cfce5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", - "koa": "^2.6.2", + "koa": "^3.1.1", "mocha": "^7.0.1", "supertest": "^4.0.1" },