From 0e69dc8b4d7dd34f04bf7e6a201125e760de3b6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 08:27:52 +0000 Subject: [PATCH] chore(deps-dev): update mocha requirement from 5.2.0 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/v5.2.0...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 5421e71..e3f428e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "codecov": "3.1.0", "conventional-changelog-metahub": "2.0.2", "cz-conventional-changelog": "2.1.0", - "mocha": "5.2.0", + "mocha": "6.1.4", "nyc": "13.1.0", "semantic-release": "15.13.18", "standard": "12.0.1",