Skip to content

Commit f94c03f

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 2d3ffcd commit f94c03f

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
@@ -1632,10 +1632,10 @@
16321632
dependencies:
16331633
type-detect "4.0.8"
16341634

1635-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
1636-
version "10.2.0"
1637-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1638-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1635+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1636+
version "10.3.0"
1637+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1638+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
16391639
dependencies:
16401640
"@sinonjs/commons" "^3.0.0"
16411641

@@ -9324,13 +9324,13 @@ simple-update-notifier@^2.0.0:
93249324
dependencies:
93259325
semver "^7.5.3"
93269326

9327-
sinon@^15.1.0:
9328-
version "15.1.0"
9329-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
9330-
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
9327+
sinon@^16.1.0:
9328+
version "16.1.0"
9329+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
9330+
integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
93319331
dependencies:
93329332
"@sinonjs/commons" "^3.0.0"
9333-
"@sinonjs/fake-timers" "^10.2.0"
9333+
"@sinonjs/fake-timers" "^10.3.0"
93349334
"@sinonjs/samsam" "^8.0.0"
93359335
diff "^5.1.0"
93369336
nise "^5.1.4"

0 commit comments

Comments
 (0)