From 0f8228c88f76d562a5e76af52a20d1a401e03e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Feb 2019 08:23:23 +0100 Subject: [PATCH] Update mocha requirement from ^5.2.0 to ^6.0.2 (#13) 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.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 681b28f..89c90c8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "^5.7.0", "eslint-config-hexo": "^3.0.0", "istanbul": "^0.4.5", - "mocha": "^5.2.0", + "mocha": "^6.0.2", "moment": "^2.22.2" }, "engines": {