Merge pull request #2542 from thelounge/renovate/sinon-6.x

Update dependency sinon to v6
This commit is contained in:
Pavel Djundik 2018-06-11 10:50:29 +03:00 committed by GitHub
commit 12cd1b2614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@
"mousetrap": "1.6.2", "mousetrap": "1.6.2",
"npm-run-all": "4.1.3", "npm-run-all": "4.1.3",
"nyc": "12.0.2", "nyc": "12.0.2",
"sinon": "5.1.1", "sinon": "6.0.0",
"socket.io-client": "2.1.1", "socket.io-client": "2.1.1",
"stylelint": "9.2.1", "stylelint": "9.2.1",
"stylelint-config-standard": "18.2.0", "stylelint-config-standard": "18.2.0",

View file

@ -6450,9 +6450,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.1, 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@5.1.1: sinon@6.0.0:
version "5.1.1" version "6.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.1.1.tgz#19c59810ffb733ea6e76a28b94a71fc4c2f523b8" resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.0.0.tgz#f26627e4830dc34279661474da2c9e784f166215"
dependencies: dependencies:
"@sinonjs/formatio" "^2.0.0" "@sinonjs/formatio" "^2.0.0"
diff "^3.5.0" diff "^3.5.0"