Skip to content

Commit 494261b

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @types/sinon to v10.0.1
1 parent 62c5722 commit 494261b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@sourcegraph/extension-api-classes": "^1.1.0",
67-
"@types/sinon": "10.0.0",
67+
"@types/sinon": "10.0.1",
6868
"rxjs": "^6.5.1",
6969
"sinon": "^10.0.0",
7070
"sourcegraph": "^25.3.0"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@
606606
dependencies:
607607
"@sinonjs/commons" "^1.7.0"
608608

609-
"@sinonjs/fake-timers@^7.0.4":
610-
version "7.0.5"
611-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.0.5.tgz#558a7f8145a01366c44b3dcbdd7172c05c461564"
612-
integrity sha512-fUt6b15bjV/VW93UP5opNXJxdwZSbK1EdiwnhN7XrQrcpaOhMJpZ/CjwFpM3THpxwA+YviBUJKSuEqKlCK5alw==
609+
"@sinonjs/fake-timers@^7.1.0":
610+
version "7.1.2"
611+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
612+
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
613613
dependencies:
614614
"@sinonjs/commons" "^1.7.0"
615615

@@ -757,12 +757,12 @@
757757
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
758758
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
759759

760-
"@types/[email protected].0":
761-
version "10.0.0"
762-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
763-
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
760+
"@types/[email protected].1":
761+
version "10.0.1"
762+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.1.tgz#97ccb0482b750f5140ffdc661240ebbbe6e28d75"
763+
integrity sha512-tZulsvuJwif5ddTBtscflI7gJcd+RpENcNZ7QCp0jKEl0bZY3Pu6PbJs4GR3SfQkGgsUa+FrlKsKQ0XyGNvDuA==
764764
dependencies:
765-
"@sinonjs/fake-timers" "^7.0.4"
765+
"@sinonjs/fake-timers" "^7.1.0"
766766

767767
"@types/yargs-parser@*":
768768
version "20.2.0"

0 commit comments

Comments
 (0)