From 88d39fb2a243e57b2fc8462da7b8a6b2dca2087a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 21 Feb 2019 23:51:47 +0900 Subject: [PATCH] Update mocha requirement from ^5.2.0 to ^6.0.0 (#84) 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.0.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 91c7853..a399e57 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "babel-eslint": "^10.0.1", "eslint-config-hexo": "^3.0.0", "istanbul": "^0.4.5", - "mocha": "^5.2.0" + "mocha": "^6.0.0" } }