From 5c0adb5db89dd2a67a20bfe1146b6895ad7e89d7 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 17 Apr 2018 11:50:04 -0700 Subject: [PATCH] chore: explicit upgrade of istanbul-reports (#816) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01df93473..cb75ae90f 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "istanbul-lib-instrument": "^1.10.0", "istanbul-lib-report": "^1.1.3", "istanbul-lib-source-maps": "^1.2.3", - "istanbul-reports": "^1.1.4", + "istanbul-reports": "^1.4.0", "md5-hex": "^1.2.0", "merge-source-map": "^1.0.2", "micromatch": "^2.3.11",