From 25fc294772c4963e9b4c050f7edc21b1f1b5de6b Mon Sep 17 00:00:00 2001 From: sverweij Date: Sun, 7 Apr 2019 19:47:27 +0200 Subject: [PATCH] build(npm): :arrow_down: mocha build breaks on node 6 due to https://github.com/mochajs/mocha/issues/3866 using 6.0.2 until that is fixed, or node 6 is de-supported whichever comes first --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f314a3528..b8f867a35 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,8 @@ }, "upem": { "donotup": [ - "symlink-dir" + "symlink-dir", + "mocha" ] }, "dependencies": { @@ -125,7 +126,7 @@ "eslint-plugin-node": "8.0.1", "eslint-plugin-security": "1.4.0", "intercept-stdout": "0.1.2", - "mocha": "6.1.0", + "mocha": "6.0.2", "normalize-newline": "3.0.0", "npm-run-all": "4.1.5", "nyc": "13.3.0",