From 10c1485c418797b7cc40bcb5fba59ef724e47e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:12:59 +0000 Subject: [PATCH] Bump sinon from 1.17.2 to 21.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 1.17.2 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 ac2f04f..3d634ef 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-config-onelint": "1.2.0", "istanbul": "0.4.2", "mocha": "2.3.4", - "sinon": "1.17.2", + "sinon": "21.0.0", "unexpected": "10.36.2", "unexpected-check": "1.11.0", "unexpected-sinon": "10.0.0"