From bbaf5177b7a95c670f33cb820758c817fb2c3967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:35:09 +0000 Subject: [PATCH] chore(deps-dev): bump c8 from 10.1.3 to 11.0.0 in /packages/oauth Bumps [c8](https://github.com/bcoe/c8) from 10.1.3 to 11.0.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](https://github.com/bcoe/c8/compare/v10.1.3...v11.0.0) --- updated-dependencies: - dependency-name: c8 dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 492605fc7..75444cc8e 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -51,7 +51,7 @@ "@types/chai": "^4", "@types/mocha": "^10", "@types/sinon": "^21", - "c8": "^10.1.2", + "c8": "^11.0.0", "chai": "^4", "mocha": "^11", "mocha-junit-reporter": "^2.2.1",