Skip to content

Commit 5c36fff

Browse files
Update dependency @types/sinon to v10.0.2 (#789)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 32bf3a6 commit 5c36fff

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
@@ -59,7 +59,7 @@
5959
"@types/node": "^15.3.1",
6060
"@types/react": "16.4.1",
6161
"@types/react-dom": "17.0.9",
62-
"@types/sinon": "10.0.0",
62+
"@types/sinon": "10.0.2",
6363
"@types/storybook__addon-actions": "5.2.1",
6464
"@types/storybook__react": "5.2.1",
6565
"avaron": "0.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,10 +2065,10 @@
20652065
dependencies:
20662066
"@sinonjs/commons" "^1.7.0"
20672067

2068-
"@sinonjs/fake-timers@^7.0.4":
2069-
version "7.0.5"
2070-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.0.5.tgz#558a7f8145a01366c44b3dcbdd7172c05c461564"
2071-
integrity sha512-fUt6b15bjV/VW93UP5opNXJxdwZSbK1EdiwnhN7XrQrcpaOhMJpZ/CjwFpM3THpxwA+YviBUJKSuEqKlCK5alw==
2068+
"@sinonjs/fake-timers@^7.1.0":
2069+
version "7.1.2"
2070+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
2071+
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
20722072
dependencies:
20732073
"@sinonjs/commons" "^1.7.0"
20742074

@@ -3534,12 +3534,12 @@
35343534
dependencies:
35353535
"@types/node" "*"
35363536

3537-
"@types/sinon@10.0.0":
3538-
version "10.0.0"
3539-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
3540-
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
3537+
"@types/sinon@10.0.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==
35413541
dependencies:
3542-
"@sinonjs/fake-timers" "^7.0.4"
3542+
"@sinonjs/fake-timers" "^7.1.0"
35433543

35443544
"@types/source-list-map@*":
35453545
version "0.1.2"

0 commit comments

Comments
 (0)