From 0c2b16e7f66c995fc5fb278fe9a133c117ed8fe6 Mon Sep 17 00:00:00 2001 From: Jonny Nabors Date: Thu, 20 Dec 2018 15:58:13 -0500 Subject: [PATCH] Upgrade underscore version 1.9.x Signed-off-by: Dan Painter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73cbf28..7129421 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "js-yaml": "3.11.x", "ports": "1.1.x", - "underscore": "1.8.x" + "underscore": "1.9.x" }, "devDependencies": { "coffeescript": "1.12.x",