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-06-16 12:51:28 +00:00
committed by GitHub
parent d5bd6615c4
commit a7e2c58f4f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -32,7 +32,7 @@
"rollup": "^4.40.2",
"rollup-plugin-git-version": "^0.3.1",
"simple-git": "^3.27.0",
"sinon": "^20.0.0",
"sinon": "^21.0.0",
"ssri": "^12.0.0",
"uglify-js": "^3.19.3",
"ui-event-simulator": "^2.0.0"
@ -6976,9 +6976,9 @@
}
},
"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

@ -27,7 +27,7 @@
"rollup": "^4.40.2",
"rollup-plugin-git-version": "^0.3.1",
"simple-git": "^3.27.0",
"sinon": "^20.0.0",
"sinon": "^21.0.0",
"ssri": "^12.0.0",
"uglify-js": "^3.19.3",
"ui-event-simulator": "^2.0.0"