mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 20:43:08 +00:00
Merge pull request #2401 from thelounge/greenkeeper/sinon-5.0.1
Update sinon to the latest version 🚀
This commit is contained in:
commit
2a423174b1
2 changed files with 4 additions and 4 deletions
|
@ -90,7 +90,7 @@
|
||||||
"mousetrap": "1.6.1",
|
"mousetrap": "1.6.1",
|
||||||
"npm-run-all": "4.1.2",
|
"npm-run-all": "4.1.2",
|
||||||
"nyc": "11.7.1",
|
"nyc": "11.7.1",
|
||||||
"sinon": "4.5.0",
|
"sinon": "5.0.1",
|
||||||
"socket.io-client": "2.1.0",
|
"socket.io-client": "2.1.0",
|
||||||
"stylelint": "9.2.0",
|
"stylelint": "9.2.0",
|
||||||
"stylelint-config-standard": "18.2.0",
|
"stylelint-config-standard": "18.2.0",
|
||||||
|
|
|
@ -6950,9 +6950,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@4.5.0:
|
sinon@5.0.1:
|
||||||
version "4.5.0"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.5.0.tgz#427ae312a337d3c516804ce2754e8c0d5028cb04"
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.0.1.tgz#e399e00b30df53abf816f16cfc8f3aa0a480ada2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sinonjs/formatio" "^2.0.0"
|
"@sinonjs/formatio" "^2.0.0"
|
||||||
diff "^3.1.0"
|
diff "^3.1.0"
|
||||||
|
|
Loading…
Reference in a new issue