From 3b8e1f537ceacf48d8eb7e49cbf39d4947efabb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:13:46 +0000 Subject: [PATCH] chore(deps-dev): bump chai in /packages/oauth in the dev-chai group Bumps the dev-chai group in /packages/oauth with 1 update: [chai](https://github.com/chaijs/chai). Updates `chai` from 4.5.0 to 6.0.1 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v6.0.1) --- updated-dependencies: - dependency-name: chai dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-chai ... Signed-off-by: dependabot[bot] --- packages/oauth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 1ac424ca8..25157f7c1 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -52,7 +52,7 @@ "@types/mocha": "^10", "@types/sinon": "^21", "c8": "^10.1.2", - "chai": "^4", + "chai": "^6", "mocha": "^11", "mocha-junit-reporter": "^2.2.1", "mocha-multi-reporters": "^1.5.1",