Skip to content

Commit

Permalink
fix(deps): update dependency @types/sinon to v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 2, 2021
1 parent e551dee commit 81371eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@sourcegraph/extension-api-classes": "^1.1.0",
"@types/sinon": "10.0.1",
"@types/sinon": "10.0.2",
"rxjs": "^6.5.1",
"sinon": "^10.0.0",
"sourcegraph": "^25.3.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -757,10 +757,10 @@
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==

"@types/sinon@10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.1.tgz#97ccb0482b750f5140ffdc661240ebbbe6e28d75"
integrity sha512-tZulsvuJwif5ddTBtscflI7gJcd+RpENcNZ7QCp0jKEl0bZY3Pu6PbJs4GR3SfQkGgsUa+FrlKsKQ0XyGNvDuA==
"@types/sinon@10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4"
integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==
dependencies:
"@sinonjs/fake-timers" "^7.1.0"

Expand Down

0 comments on commit 81371eb

Please sign in to comment.