From 4d29407de8b300ff5fb170e3eadfad6be3727a04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 11:38:21 +0000 Subject: [PATCH] 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a781900..b675e56 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "expect.js": "^0.3.1", "fakeredis": "git://github.com/schuyler1d/fakeredis.git#hyperloglog-stub", "istanbul": "^0.4.3", - "mocha": "^2.4.5", + "mocha": "^6.1.4", "request": "^2.81.0" }, "dependencies": {