From 3449dec2d9d2000e6c5823ca67b64781d22f2992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 19:17:30 +0000 Subject: [PATCH] Upgrade: Update mocha requirement from ^2.4.5 to ^6.1.4 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/compare/v2.4.5...v6.1.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb134f4..22d2959 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.7.0", "minimist": "^1.2.0", - "mocha": "^2.4.5", + "mocha": "^6.1.4", "null-loader": "^0.1.1", "open": "0.0.5", "phantomjs-prebuilt": "^2.1.6",