From 6724e62f6c34b67d71f69f07302089b37ed2ee85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:06:15 +0000 Subject: [PATCH] Bump koa in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [koa](https://github.com/koajs/koa). Updates `koa` from 2.16.1 to 3.0.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.1...v3.0.1) --- updated-dependencies: - dependency-name: koa dependency-version: 3.0.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f208c4a..d064424 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/koa__router": "^12.0.4", "express": "^5.1.0", "jsdom": "^25.0.1", - "koa": "^2.16.1", + "koa": "^3.0.1", "turndown": "^7.2.0", "zod": "^3.24.2" },