Skip to content

Commit 792a48e

Browse files
Update dependency @types/sinon to v10.0.11 (#830)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7c38381 commit 792a48e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "16.11.26",
6060
"@types/react": "16.4.1",
6161
"@types/react-dom": "17.0.11",
62-
"@types/sinon": "10.0.2",
62+
"@types/sinon": "10.0.11",
6363
"@types/storybook__addon-actions": "5.2.1",
6464
"@types/storybook__react": "5.2.1",
6565
"avaron": "0.2.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@
20582058
dependencies:
20592059
type-detect "4.0.8"
20602060

2061-
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.0":
2061+
"@sinonjs/fake-timers@^7.0.4":
20622062
version "7.1.2"
20632063
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
20642064
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
@@ -3534,12 +3534,17 @@
35343534
dependencies:
35353535
"@types/node" "*"
35363536

3537-
"@types/[email protected].2":
3538-
version "10.0.2"
3539-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4"
3540-
integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==
3537+
"@types/[email protected].11":
3538+
version "10.0.11"
3539+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.11.tgz#8245827b05d3fc57a6601bd35aee1f7ad330fc42"
3540+
integrity sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==
35413541
dependencies:
3542-
"@sinonjs/fake-timers" "^7.1.0"
3542+
"@types/sinonjs__fake-timers" "*"
3543+
3544+
"@types/sinonjs__fake-timers@*":
3545+
version "8.1.1"
3546+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
3547+
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
35433548

35443549
"@types/source-list-map@*":
35453550
version "0.1.2"

0 commit comments

Comments
 (0)