From a92f7032ed75b79571221eb2800f274f7c5b1ff3 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Fri, 25 Mar 2016 17:58:59 +0100 Subject: [PATCH] update deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 126ec2f..9cffd53 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ }, "homepage": "https://github.com/pushrocks/smartci", "dependencies": { - "beautylog": "^1.0.4" + "beautylog": "^3.1.2" }, "devDependencies": { - "npmts": "^3.5.0", - "should": "^8.2.2" + "npmts": "^3.6.3", + "should": "^8.3.0" } }