From d7f0968c803251fcd56e2dff728d769d1a11c27a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 3 Oct 2017 16:05:29 +0000 Subject: [PATCH] chore(package): update mocha to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53a02a1..d6a5a1b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Typescript Typings for protobufjs", "devDependencies": { "chai": "^3.5.0", - "mocha": "^3.3.0", + "mocha": "^4.0.0", "source-map-support": "^0.4.0", "tslint": "^5.2.0", "typescript": "^2.3.2",