From 7d670d42f2ee22df00967c8495e2650211d6bd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 06:54:43 +0000 Subject: [PATCH] Update mocha requirement from ^3.2.0 to ^5.2.0 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 7a219c3..c41d674 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "istanbul": "^0.4.5", "jscs": "^3.0.7", "jscs-preset-hexo": "^1.0.1", - "mocha": "^3.2.0" + "mocha": "^5.2.0" } }