From 3d8be31dda9d978d6bc707f6f1aebda190c1993a Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Wed, 14 Jun 2017 11:02:41 +0100 Subject: [PATCH] Fixed an issue with the stats view crashing on node v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0954347..8d1ab4a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "koa-static": "^2.0.0", "path-to-regexp": "^1.6.0", "reduce-flatten": "^1.0.1", - "stream-log-stats": "^1.1.7", + "stream-log-stats": "^2.0.2", "test-value": "^2.1.0", "typical": "^2.6.0" },