From 5f5fd9ab4d80b0f76284a235090c8ba62bc2ad27 Mon Sep 17 00:00:00 2001 From: Court Ewing Date: Wed, 9 Mar 2016 13:40:43 -0500 Subject: [PATCH] Bump bunyan version to 1.7.1 Unfortunately, the old version of bunyan we were depending on has a compilation failure during npm install, so we need to upgrade it in order to get more builds. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4e6ba5202e2e..c2aeaf89aa8a7 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "boom": "2.8.0", "bootstrap": "3.3.5", "brace": "0.5.1", - "bunyan": "1.4.0", + "bunyan": "1.7.1", "clipboard": "1.5.5", "commander": "2.8.1", "css-loader": "0.17.0",