Update dependency sinon to v7

This commit is contained in:
Renovate Bot 2018-10-14 10:44:13 +00:00
parent 010ddab78e
commit c5f8bb20bc
No known key found for this signature in database
GPG key ID: 30DC19D6846E13FA
2 changed files with 10 additions and 6 deletions

View file

@ -99,7 +99,7 @@
"mousetrap": "1.6.2", "mousetrap": "1.6.2",
"npm-run-all": "4.1.3", "npm-run-all": "4.1.3",
"nyc": "13.0.1", "nyc": "13.0.1",
"sinon": "6.3.5", "sinon": "7.0.0",
"socket.io-client": "2.1.1", "socket.io-client": "2.1.1",
"stylelint": "9.6.0", "stylelint": "9.6.0",
"stylelint-config-standard": "18.2.0", "stylelint-config-standard": "18.2.0",

View file

@ -4576,10 +4576,14 @@ loglevel@^1.4.1:
version "1.6.1" version "1.6.1"
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa" resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
lolex@^2.3.2, lolex@^2.7.5: lolex@^2.3.2:
version "2.7.5" version "2.7.5"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733" resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733"
lolex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-3.0.0.tgz#f04ee1a8aa13f60f1abd7b0e8f4213ec72ec193e"
longest-streak@^2.0.1: longest-streak@^2.0.1:
version "2.0.2" version "2.0.2"
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e" resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"
@ -6749,16 +6753,16 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2" version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
sinon@6.3.5: sinon@7.0.0:
version "6.3.5" version "7.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.5.tgz#0f6d6a5b4ebaad1f6e8e019395542d1d02c144a0" resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.0.0.tgz#99f2e5198d90a01ccbcebd4dc181a24827cb90dd"
dependencies: dependencies:
"@sinonjs/commons" "^1.0.2" "@sinonjs/commons" "^1.0.2"
"@sinonjs/formatio" "^3.0.0" "@sinonjs/formatio" "^3.0.0"
"@sinonjs/samsam" "^2.1.2" "@sinonjs/samsam" "^2.1.2"
diff "^3.5.0" diff "^3.5.0"
lodash.get "^4.4.2" lodash.get "^4.4.2"
lolex "^2.7.5" lolex "^3.0.0"
nise "^1.4.5" nise "^1.4.5"
supports-color "^5.5.0" supports-color "^5.5.0"
type-detect "^4.0.8" type-detect "^4.0.8"