Update dependency @types/sinon to v10.0.5
This commit is contained in:
parent
a3f0e6107c
commit
20669772be
|
@ -19,7 +19,7 @@
|
|||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/mocha": "9.0.0",
|
||||
"@types/node": "16.4.2",
|
||||
"@types/sinon": "10.0.4",
|
||||
"@types/sinon": "10.0.5",
|
||||
"@types/sinon-chai": "3.2.5",
|
||||
"c8": "7.10.0",
|
||||
"chai": "4.3.4",
|
||||
|
|
|
@ -82,10 +82,10 @@
|
|||
dependencies:
|
||||
"@sinonjs/fake-timers" "^7.1.0"
|
||||
|
||||
"@types/sinon@10.0.4":
|
||||
version "10.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.4.tgz#9332527665692b9f6826afe017f342a3ac6120f4"
|
||||
integrity sha512-fOYjrxQv8zJsqOY6V6ecP4eZhQBxtY80X0er1VVnUIAIZo74jHm8e1vguG5Yt4Iv8W2Wr7TgibB8MfRe32k9pA==
|
||||
"@types/sinon@10.0.5":
|
||||
version "10.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.5.tgz#01e7037ac0c6c5c54c1606463421ad5c6afc43e7"
|
||||
integrity sha512-BrAUy0yq3n84XOykYGvGbDir9nBIYwQm2NdBNQT0DbtDLqh/5nMUsjz5XfwrefFNLPE9B6g8yLOZREpvw0J40A==
|
||||
dependencies:
|
||||
"@sinonjs/fake-timers" "^7.1.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue