From 8f42ce9adbe844c16b7bf4dcad87362bf0ea555a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:02:12 +0000 Subject: [PATCH] Bump koa from 2.16.4 to 3.2.1 Bumps [koa](https://github.com/koajs/koa) from 2.16.4 to 3.2.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.4...v3.2.1) --- updated-dependencies: - dependency-name: koa dependency-version: 3.2.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 2aa8a49..fbbce89 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^5.0.0", "etag": "^1.8.1", - "koa": "^2.13.4", + "koa": "^3.2.1", "koa-etag": "^4.0.0", "mocha": "^11.7.4", "nyc": "^15.1.0",