From d7c29ff1a9514b144046304edf1be4d8698a1d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 09:26:55 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [koa](https://github.com/koajs/koa) and [puppeteer](https://github.com/puppeteer/puppeteer). 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) Updates `puppeteer` from 0.12.0 to 24.15.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v0.12.0...puppeteer-v24.15.0) --- updated-dependencies: - dependency-name: koa dependency-version: 3.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: puppeteer dependency-version: 24.15.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2007b17..f70b967 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "cheerio": "^1.0.0-rc.2", "kcors": "^2.2.1", - "koa": "^2.3.0", + "koa": "^3.0.1", "koa-body": "^2.5.0", "koa-logger": "^3.1.0", "koa-pug": "^3.0.0-2", @@ -23,7 +23,7 @@ "koa-static": "^4.0.1", "koa-views": "^6.1.1", "lodash": "^4.17.4", - "puppeteer": "^0.12.0" + "puppeteer": "^24.15.0" }, "devDependencies": { "nodemon": "^1.12.1"