From 931d587d60dfc0bad8c970fca2e7702be5f338a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 11:41:35 +0000 Subject: [PATCH] Update mocha-multi requirement from ^0.9.0 to ^1.1.3 Updates the requirements on [mocha-multi](https://github.com/glenjamin/mocha-multi) to permit the latest version. - [Release notes](https://github.com/glenjamin/mocha-multi/releases) - [Commits](https://github.com/glenjamin/mocha-multi/compare/v0.9.0...v1.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92a968f29..9266c06e8 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "jsdom": "^9.2.1", "mocha": "^2.5.3", "mocha-jsdom": "^1.1.0", - "mocha-multi": "^0.9.0" + "mocha-multi": "^1.1.3" } }