Update dependency sinon to v7.1.1
This commit is contained in:
parent
f01bf0cc09
commit
e91a55fd99
@ -99,7 +99,7 @@
|
||||
"mousetrap": "1.6.2",
|
||||
"npm-run-all": "4.1.3",
|
||||
"nyc": "13.1.0",
|
||||
"sinon": "7.1.0",
|
||||
"sinon": "7.1.1",
|
||||
"socket.io-client": "2.1.1",
|
||||
"stylelint": "9.6.0",
|
||||
"stylelint-config-standard": "18.2.0",
|
||||
|
14
yarn.lock
14
yarn.lock
@ -537,9 +537,9 @@
|
||||
version "0.7.0"
|
||||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
|
||||
|
||||
"@sinonjs/commons@^1.0.2":
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.0.2.tgz#3e0ac737781627b8844257fadc3d803997d0526e"
|
||||
"@sinonjs/commons@^1.2.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.3.0.tgz#50a2754016b6f30a994ceda6d9a0a8c36adda849"
|
||||
dependencies:
|
||||
type-detect "4.0.8"
|
||||
|
||||
@ -6543,11 +6543,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
||||
|
||||
sinon@7.1.0:
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.1.0.tgz#819b63002ee09a90a3b50a0da4e0bdecb2e3f345"
|
||||
sinon@7.1.1:
|
||||
version "7.1.1"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.1.1.tgz#1202f317aa14d93cb9b69ff50b6bd49c0e05ffc9"
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.0.2"
|
||||
"@sinonjs/commons" "^1.2.0"
|
||||
"@sinonjs/formatio" "^3.0.0"
|
||||
"@sinonjs/samsam" "^2.1.2"
|
||||
diff "^3.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user