From 2d019a402da27517681c44505627c5ab92a82218 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2019 02:15:27 +0000 Subject: [PATCH] Update mocha-multi requirement from ^0.9.0 to ^1.1.0 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.0) 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..5c3e98e62 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.0" } }