Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 892e84a

Browse files
committed
Update dependency sinon to v15.1.0
1 parent 787c753 commit 892e84a

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"husky": "7.0.4",
3939
"prettier": "2.8.8",
4040
"rimraf": "3.0.2",
41-
"sinon": "15.0.4",
41+
"sinon": "15.1.0",
4242
"typescript": "5.0.4"
4343
},
4444
"ava": {

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,13 @@
13781378
dependencies:
13791379
"@sinonjs/commons" "^2.0.0"
13801380

1381+
"@sinonjs/fake-timers@^10.2.0":
1382+
version "10.2.0"
1383+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1384+
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1385+
dependencies:
1386+
"@sinonjs/commons" "^3.0.0"
1387+
13811388
"@sinonjs/samsam@^8.0.0":
13821389
version "8.0.0"
13831390
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60"
@@ -7902,13 +7909,13 @@ simple-get@^2.7.0:
79027909
once "^1.3.1"
79037910
simple-concat "^1.0.0"
79047911

7905-
sinon@15.0.4:
7906-
version "15.0.4"
7907-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.4.tgz#bcca6fef19b14feccc96473f0d7adc81e0bc5268"
7908-
integrity sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==
7912+
sinon@15.1.0:
7913+
version "15.1.0"
7914+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
7915+
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
79097916
dependencies:
79107917
"@sinonjs/commons" "^3.0.0"
7911-
"@sinonjs/fake-timers" "^10.0.2"
7918+
"@sinonjs/fake-timers" "^10.2.0"
79127919
"@sinonjs/samsam" "^8.0.0"
79137920
diff "^5.1.0"
79147921
nise "^5.1.4"

0 commit comments

Comments
 (0)