Skip to content

Commit 042758f

Browse files
Bump sinon from 15.0.4 to 15.1.0 (#818)
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.0.4 to 15.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.0.4...v15.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d646806 commit 042758f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,12 +1221,12 @@
12211221
dependencies:
12221222
type-detect "4.0.8"
12231223

1224-
"@sinonjs/fake-timers@^10.0.2":
1225-
version "10.0.2"
1226-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c"
1227-
integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==
1224+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
1225+
version "10.2.0"
1226+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1227+
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
12281228
dependencies:
1229-
"@sinonjs/commons" "^2.0.0"
1229+
"@sinonjs/commons" "^3.0.0"
12301230

12311231
"@sinonjs/samsam@^8.0.0":
12321232
version "8.0.0"
@@ -4666,12 +4666,12 @@ sinon-chai@^3.7.0:
46664666
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==
46674667

46684668
sinon@^15.0.1:
4669-
version "15.0.4"
4670-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.4.tgz#bcca6fef19b14feccc96473f0d7adc81e0bc5268"
4671-
integrity sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==
4669+
version "15.1.0"
4670+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
4671+
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
46724672
dependencies:
46734673
"@sinonjs/commons" "^3.0.0"
4674-
"@sinonjs/fake-timers" "^10.0.2"
4674+
"@sinonjs/fake-timers" "^10.2.0"
46754675
"@sinonjs/samsam" "^8.0.0"
46764676
diff "^5.1.0"
46774677
nise "^5.1.4"

0 commit comments

Comments
 (0)