From d2136bbbcd2b5a3495f9bc2051b7d515a8c0ce71 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 18 Jan 2018 06:52:40 +0000 Subject: [PATCH] chore(package): update mocha to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da5a8d5..e34cfce 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "istanbul": "^0.4.5", "jshint": "^2.9.2", "jshint-stylish": "^2.2.0", - "mocha": "*", + "mocha": ">=5.0.0", "semantic-release": "^6.3.2", "should": "*", "validate-commit-msg": "^2.6.1"