From cb6c7ed216a04ccd96789a08519873217acb43ba Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 22:11:40 +0000 Subject: [PATCH] chore(package): update concurrently to version 5.0.1 Closes #72 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f8bdc9..a92596b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/sinon": "^7.0.11", "@types/sinon-chai": "^3.2.2", "chai": "^4.2.0", - "concurrently": "^4.1.0", + "concurrently": "^5.0.1", "glob": "^7.1.3", "istanbul": "^0.4.5", "lolex": "^4.0.1",