From 350eab95b864ec6381d10dbe7dd26f4f81aad442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Fri, 7 Feb 2020 16:21:31 +0100 Subject: [PATCH] [test] update nyc to v15 to fix tests on windows nyc@<15 is broken on Windows (see https://github.com/istanbuljs/nyc/issues/1205) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64c12b066b..7bea0e2c26 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-import": "2.x", "linklocal": "^2.8.2", "mocha": "^3.5.3", - "nyc": "^11.9.0", + "nyc": "^15.0.0", "redux": "^3.7.2", "rimraf": "^2.7.1", "semver": "^6.3.0",