Skip to content

Commit d5cf309

Browse files
Bump sinon from 15.1.0 to 16.1.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.0 to 16.1.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.1.0...v16.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65ee473 commit d5cf309

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"sass-loader": "^13.3.2",
317317
"semver": "^7.5.4",
318318
"shelljs": "^0.8.0",
319-
"sinon": "^15.1.0",
319+
"sinon": "^16.1.0",
320320
"style-loader": "^3.3.3",
321321
"stylelint": "^15.10.3",
322322
"stylelint-config-standard-scss": "^11.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,10 +1654,10 @@
16541654
dependencies:
16551655
type-detect "4.0.8"
16561656

1657-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
1658-
version "10.2.0"
1659-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1660-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1657+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1658+
version "10.3.0"
1659+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1660+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
16611661
dependencies:
16621662
"@sinonjs/commons" "^3.0.0"
16631663

@@ -9392,13 +9392,13 @@ simple-update-notifier@^2.0.0:
93929392
dependencies:
93939393
semver "^7.5.3"
93949394

9395-
sinon@^15.1.0:
9396-
version "15.1.0"
9397-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
9398-
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
9395+
sinon@^16.1.0:
9396+
version "16.1.0"
9397+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
9398+
integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
93999399
dependencies:
94009400
"@sinonjs/commons" "^3.0.0"
9401-
"@sinonjs/fake-timers" "^10.2.0"
9401+
"@sinonjs/fake-timers" "^10.3.0"
94029402
"@sinonjs/samsam" "^8.0.0"
94039403
diff "^5.1.0"
94049404
nise "^5.1.4"

0 commit comments

Comments
 (0)