From c6b2f2525a241efae2a289d3e47e4794be2cdfab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:34:40 +0000 Subject: [PATCH] chore(deps-dev): bump sinon in /packages/oauth in the dev-sinon group Bumps the dev-sinon group in /packages/oauth with 1 update: [sinon](https://github.com/sinonjs/sinon). Updates `sinon` from 21.1.2 to 22.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v21.1.2...v22.0.0) --- updated-dependencies: - dependency-name: sinon dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-sinon ... 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 b03ee1414..ffe069599 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -49,6 +49,6 @@ "devDependencies": { "@types/sinon": "^21", "rewiremock": "^3", - "sinon": "^21" + "sinon": "^22" } }