From 2f3295d5346479884ea0671c39a299b6f05357f5 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 19 May 2018 03:19:44 +0000 Subject: [PATCH] chore(package): update mocha to version 5.2.0 Closes #9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a95fd07..fd73601 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "assume": "1.x.x", "istanbul": "0.x.x", - "mocha": "4.x.x", + "mocha": "^5.2.0", "pre-commit": "1.x.x" } }