From c15ad6ec8a707a73980aa4d7c36011877222e89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:51:47 +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 20.0.0 to 21.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/commits) --- updated-dependencies: - dependency-name: sinon dependency-version: 21.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 a05e27de0..63d872d83 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -50,7 +50,7 @@ "mocha-multi-reporters": "^1.5.1", "rewiremock": "^3", "shx": "^0.4.0", - "sinon": "^20", + "sinon": "^21", "source-map-support": "^0.5.21", "ts-node": "^10", "typescript": "5.8.3"