From dce9ee9d80547a421cf521a645b84049560647bd Mon Sep 17 00:00:00 2001 From: Greenkeeper Date: Tue, 26 Jul 2016 14:00:01 +0200 Subject: [PATCH] =?UTF-8?q?Update=20mocha=20to=20version=202.5.3=20?= =?UTF-8?q?=F0=9F=9A=80=20(#3597)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update mocha to version 2.5.3 https://greenkeeper.io/ * Allow range for mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca906e1d15..a369cec285 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lodash": "^4.2.0", "matcha": "^0.6.0", "mkdirp": "^0.5.1", - "mocha": "2.2.0", + "mocha": "^2.5.3", "output-file-sync": "^1.1.1", "pad": "^1.0.0", "path-exists": "^1.0.0",