Update dependency @types/sinon to v10.0.10 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c541dbc9c6
commit
afa35c9de5
|
@ -19,7 +19,7 @@
|
|||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/mocha": "9.1.0",
|
||||
"@types/node": "16.11.22",
|
||||
"@types/sinon": "10.0.9",
|
||||
"@types/sinon": "10.0.10",
|
||||
"@types/sinon-chai": "3.2.8",
|
||||
"c8": "7.11.0",
|
||||
"chai": "4.3.6",
|
||||
|
|
|
@ -89,10 +89,10 @@
|
|||
dependencies:
|
||||
"@sinonjs/fake-timers" "^7.1.0"
|
||||
|
||||
"@types/sinon@10.0.9":
|
||||
version "10.0.9"
|
||||
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.9.tgz#6f761210811ac54c18ad56a2ab95bf3350b18a7a"
|
||||
integrity sha512-xGZVAe61omKnVGedBdTbAveuJ5QyI0LrMIcp0hc1LmVI5IEjs5qG4fM0sv9GIBA2JVoKuf7332IjQX4y5qqMMQ==
|
||||
"@types/sinon@10.0.10":
|
||||
version "10.0.10"
|
||||
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.10.tgz#f8acd72fbc2e87c4679f3e2c1ab3530dff1ab6e2"
|
||||
integrity sha512-US5E539UfeL2DiWALzCyk0c4zKh6sCv86V/0lpda/afMJJ0oEm2SrKgedH5optvFWstnJ8e1MNYhLmPhAy4rvQ==
|
||||
dependencies:
|
||||
"@sinonjs/fake-timers" "^7.1.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue