From e8e54dd636788c5ff11f9dbfab9703af956f96f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:33:11 +0000 Subject: [PATCH] chore(deps): bump koa from 2.16.1 to 3.0.0 in /examples/openid-connect Bumps [koa](https://github.com/koajs/koa) from 2.16.1 to 3.0.0. - [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.0) --- updated-dependencies: - dependency-name: koa dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/openid-connect/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openid-connect/package.json b/examples/openid-connect/package.json index c523bb12b..aed99d696 100644 --- a/examples/openid-connect/package.json +++ b/examples/openid-connect/package.json @@ -13,7 +13,7 @@ "@koa/router": "^13.0.0", "@slack/web-api": "^7.3.4", "jsonwebtoken": "^9.0.2", - "koa": "^2.13.1", + "koa": "^3.0.0", "uuid": "^11.0.2" } }