From 12054a4ff73b831d6f5859e0c749284d5d54b56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:24:28 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 21.0.0 to 21.0.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 21.0.0 to 21.0.1. - [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.0.0...v21.0.1) --- updated-dependencies: - dependency-name: sinon dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0e2e2e8b..d38de7590 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "rosie": "2.1.1", "runok": "^0.9.3", "semver": "7.7.3", - "sinon": "21.0.0", + "sinon": "21.0.1", "sinon-chai": "^4.0.1", "ts-morph": "27.0.2", "ts-node": "10.9.2",