From 5db8d960fde5d11cef5efb93537a7278754512bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 19:33:07 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-sinon group across 1 directory with 2 updates Bumps the dev-sinon group with 2 updates in the /packages/oauth directory: [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) and [sinon](https://github.com/sinonjs/sinon). Updates `@types/sinon` from 21.0.1 to 22.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/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/CHANGES.md) - [Commits](https://github.com/sinonjs/sinon/compare/v21.1.2...v22.0.0) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-sinon - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/oauth/package.json b/packages/oauth/package.json index b03ee1414..c6ff7120a 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -47,8 +47,8 @@ "jsonwebtoken": "^9" }, "devDependencies": { - "@types/sinon": "^21", + "@types/sinon": "^22", "rewiremock": "^3", - "sinon": "^21" + "sinon": "^22" } }