From 1f521d4b2e9d5052a079b058a93e3884e0e59ef0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 21 Feb 2019 22:56:29 +0000 Subject: [PATCH] chore(package): update mocha to version 6.0.1 Closes #9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a58cd2b..9153aaf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "assume": "~2.0.0", "eventstub": "1.0.x", "istanbul": "~0.4.5", - "mocha": "~3.5.0", + "mocha": "~6.0.1", "pre-commit": "~1.2.0" } }