generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
chore: bump sinon from 18.0.0 to 18.0.1
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v18.0.0...v18.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent
8b09740
commit d0ec276
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -664,20 +664,20 @@ | |
dependencies: | ||
type-detect "4.0.8" | ||
|
||
"@sinonjs/[email protected]", "@sinonjs/fake-timers@^11.2.2": | ||
version "11.2.2" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699" | ||
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw== | ||
dependencies: | ||
"@sinonjs/commons" "^3.0.0" | ||
|
||
"@sinonjs/fake-timers@^10.0.2": | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66" | ||
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== | ||
dependencies: | ||
"@sinonjs/commons" "^3.0.0" | ||
|
||
"@sinonjs/fake-timers@^11.2.2": | ||
version "11.2.2" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699" | ||
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw== | ||
dependencies: | ||
"@sinonjs/commons" "^3.0.0" | ||
|
||
"@sinonjs/samsam@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60" | ||
|
@@ -2436,12 +2436,12 @@ signal-exit@^3.0.3, signal-exit@^3.0.7: | |
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== | ||
|
||
sinon@^18.0.0: | ||
version "18.0.0" | ||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.0.tgz#69ca293dbc3e82590a8b0d46c97f63ebc1e5fc01" | ||
integrity sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA== | ||
version "18.0.1" | ||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.1.tgz#464334cdfea2cddc5eda9a4ea7e2e3f0c7a91c5e" | ||
integrity sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw== | ||
dependencies: | ||
"@sinonjs/commons" "^3.0.1" | ||
"@sinonjs/fake-timers" "^11.2.2" | ||
"@sinonjs/fake-timers" "11.2.2" | ||
"@sinonjs/samsam" "^8.0.0" | ||
diff "^5.2.0" | ||
nise "^6.0.0" | ||
|