From d4f9c77af6edb7e0260c61859c324eafa366fee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:10:07 +0200 Subject: [PATCH] Tests: Bump sinon from 20.0.0 to 21.0.0 (#1909) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d14e938..08c1af59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "mocha": "^11.7.1", "playwright": "^1.55.0", "rollup": "^4.48.1", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", "tsx": "^4.20.5", @@ -11060,9 +11060,9 @@ "license": "ISC" }, "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": { diff --git a/package.json b/package.json index aac9497c..76e64094 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "mocha": "^11.7.1", "playwright": "^1.55.0", "rollup": "^4.48.1", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", "web-streams-polyfill": "^4.1.0",