From bc8732cb42f98642a74085f12ab60e36657a8fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:53:04 +0000 Subject: [PATCH] build(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-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3fc48d4..35623893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "glob": "^11.0.3", "minimatch": "^10.0.1", "mocha": "^11.7.1", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "split2": "^4.2.0", "stacktrace-parser": "^0.1.11", "supports-color": "^10.0.0", @@ -7700,11 +7700,10 @@ } }, "node_modules/sinon": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-20.0.0.tgz", - "integrity": "sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.0.tgz", + "integrity": "sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1", "@sinonjs/fake-timers": "^13.0.5", diff --git a/package.json b/package.json index fcdaa9e0..3cb1eba4 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "glob": "^11.0.3", "minimatch": "^10.0.1", "mocha": "^11.7.1", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "split2": "^4.2.0", "stacktrace-parser": "^0.1.11", "supports-color": "^10.0.0",