From e1f90c2cc03ec176d00a6b54a202ddead133ddca Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 21:09:47 +0000 Subject: [PATCH] fix: pin concurrently to 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a815d22a..347a483a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/sinon": "^7.0.11", "@types/sinon-chai": "^3.2.2", "chai": "^4.2.0", - "concurrently": "^4.1.0", + "concurrently": "4.1.0", "glob": "^7.1.3", "istanbul": "^0.4.5", "lolex": "^4.0.1",