diff --git a/package.json b/package.json index 6a1c715..b26f900 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "istanbul": "0.4.5", "jscs": "3.0.7", "jsinspect": "0.12.5", - "mocha": "4.0.1" + "mocha": "6.1.2" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",