From 0c95b270f6975fdf31361f35ad2847234e9f056c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:59:01 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 Bumps [sinon](https://github.com/sinonjs/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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62db792..00bf023 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "globals": "^16.0.0", "husky": "^9.1.7", "mocha": "^11.0.0", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.15.0"