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

Commit 5086421

Browse files
committed
Update dependency sinon to v15.1.2
1 parent 45f838b commit 5086421

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.1.0",
41+
"sinon": "15.1.2",
4242
"typescript": "5.0.4"
4343
},
4444
"ava": {

yarn.lock

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

1381-
"@sinonjs/fake-timers@^10.2.0":
1381+
"@sinonjs/fake-timers@^10.1.0":
13821382
version "10.2.0"
13831383
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
13841384
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
@@ -7908,13 +7908,13 @@ simple-get@^2.7.0:
79087908
once "^1.3.1"
79097909
simple-concat "^1.0.0"
79107910

7911-
sinon@15.1.0:
7912-
version "15.1.0"
7913-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
7914-
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
7911+
sinon@15.1.2:
7912+
version "15.1.2"
7913+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.2.tgz#09b5f3abfbd9df6b257d0f05bbb9d1b78a31ae51"
7914+
integrity sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==
79157915
dependencies:
79167916
"@sinonjs/commons" "^3.0.0"
7917-
"@sinonjs/fake-timers" "^10.2.0"
7917+
"@sinonjs/fake-timers" "^10.1.0"
79187918
"@sinonjs/samsam" "^8.0.0"
79197919
diff "^5.1.0"
79207920
nise "^5.1.4"

0 commit comments

Comments
 (0)