From d8d936471c846a796e319d4edd392b3348f5f5fd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 18 Apr 2019 18:54:08 +0000 Subject: [PATCH] chore(package): update mocha to version 6.1.4 Closes #105 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a1c715..67f2565 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.4" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",