From 899265d23c1b1256b462ba7859e9235de47afa4e Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 13 Jun 2020 16:11:55 +0300 Subject: [PATCH 1/2] Fix `mocha` version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88f23ae0..f573925d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "express": "4.x", "fs-extra": "^5.0.0", "get-port": "^3.2.0", - "mocha": "*", + "mocha": "^7.2.0", "mocha-phantomjs-core": "^2.1.2", "mocha-phantomjs-istanbul": "0.0.2", "module-alias": "^2.0.3", From 647fc115e62976748d993391f4c23cc8bced6ce9 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 13 Jun 2020 16:16:20 +0300 Subject: [PATCH 2/2] Change version query --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f573925d..639a9cf1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "express": "4.x", "fs-extra": "^5.0.0", "get-port": "^3.2.0", - "mocha": "^7.2.0", + "mocha": "< 8.x", "mocha-phantomjs-core": "^2.1.2", "mocha-phantomjs-istanbul": "0.0.2", "module-alias": "^2.0.3",