tests: update mocha 5.0.5 -> 5.2.0

This does not break any backend tests
This commit is contained in:
muxator 2018-07-28 01:02:43 +02:00 committed by muxator
parent 4e10f4d52a
commit f7000c786d

View file

@ -62,7 +62,7 @@
"etherpad-lite": "./node/server.js" "etherpad-lite": "./node/server.js"
}, },
"devDependencies": { "devDependencies": {
"mocha": "5.0.5", "mocha": "5.2.0",
"supertest": "3.0.0", "supertest": "3.0.0",
"wd": "1.6.1" "wd": "1.6.1"
}, },