From b6fd3a3bf9560e6f658707978b4764730c015f69 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 18 Jan 2018 07:29:01 +0000 Subject: [PATCH] chore(package): update mocha to version 5.0.0 Closes #38 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d65310..398b0ef 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "karma-junit-reporter": "^1.1.0", "karma-mocha": "^1.2.0", "karma-spec-reporter": "0.0.31", - "mocha": "^3.1.2", + "mocha": "^5.0.0", "sinon": "^3.2.1", "sinon-chai": "^2.13.0", "tap-spec": "^4.1.1",