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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-11 15:44:05 +00:00 committed by GitHub
parent 296dd2724a
commit 3685b3902d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",
@ -11050,9 +11050,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": {

View File

@ -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",