Skip to content

Commit 7eb421a

Browse files
chore(deps)(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] <support@github.com>
1 parent 9ae42e1 commit 7eb421a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"nodemon": "^3.1.9",
5656
"prettier": "^3.5.3",
5757
"run-script-os": "^1.1.3",
58-
"sinon": "^20.0.0",
58+
"sinon": "^21.0.0",
5959
"web-ext": "^8.5.0",
6060
"webextension-polyfill": "^0.12.0",
6161
"webpack": "^5.98.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5808,10 +5808,10 @@ simple-update-notifier@^2.0.0:
58085808
dependencies:
58095809
semver "^7.5.3"
58105810

5811-
sinon@^20.0.0:
5812-
version "20.0.0"
5813-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-20.0.0.tgz#4b653468735f7152ba694d05498c2b5d024ab006"
5814-
integrity sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==
5811+
sinon@^21.0.0:
5812+
version "21.0.0"
5813+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-21.0.0.tgz#dbda73abc7e6cb803fef3368cfbecbb5936e8a9e"
5814+
integrity sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==
58155815
dependencies:
58165816
"@sinonjs/commons" "^3.0.1"
58175817
"@sinonjs/fake-timers" "^13.0.5"

0 commit comments

Comments
 (0)