From bc52b2033ac8c42929ce7dc8c992e2a7f1a8f5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:50:26 +0000 Subject: [PATCH] Update mocha requirement from 2.x to 5.x Updates the requirements on [mocha](https://github.com/mochajs/mocha) to permit the latest version. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/commits/v5.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f711181..6843b55 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "karma-webpack": "2.x", "match-require": "2.x", "minimist": "1.x", - "mocha": "2.x", + "mocha": "5.x", "object-assign": "4.x", "phantomjs-prebuilt": "^2.1.4", "shelljs": "0.3.x"