From 538e4560ffbc1f6836749c45878886b9c4d95c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:34:29 +0000 Subject: [PATCH] chore(deps-dev): bump sinon Bumps the dev-sinon group in /packages/cli-hooks 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/cli-hooks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-hooks/package.json b/packages/cli-hooks/package.json index de198fe84..713790b1e 100644 --- a/packages/cli-hooks/package.json +++ b/packages/cli-hooks/package.json @@ -55,6 +55,6 @@ "@types/minimist": "^1.2.5", "@types/semver": "^7.5.6", "@types/sinon": "^21.0.0", - "sinon": "^21.0.0" + "sinon": "^22.0.0" } }