Fixed an issue with the stats view crashing on node v8

This commit is contained in:
Lloyd Brookes
2017-06-14 11:02:41 +01:00
parent f08ca8c998
commit 3d8be31dda

View File

@ -53,7 +53,7 @@
"koa-static": "^2.0.0", "koa-static": "^2.0.0",
"path-to-regexp": "^1.6.0", "path-to-regexp": "^1.6.0",
"reduce-flatten": "^1.0.1", "reduce-flatten": "^1.0.1",
"stream-log-stats": "^1.1.7", "stream-log-stats": "^2.0.2",
"test-value": "^2.1.0", "test-value": "^2.1.0",
"typical": "^2.6.0" "typical": "^2.6.0"
}, },