From 315ca65e9f4695da85b5d378ecc759c8c2a5cee9 Mon Sep 17 00:00:00 2001 From: Nick Wronski Date: Thu, 25 Jun 2015 16:59:51 -0400 Subject: [PATCH] updated dependencies in package.json. refs #2 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 066aab1..e4b9c8a 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "grunt-contrib-copy": "^0.8.0", "grunt-contrib-watch": "^0.6.1", "grunt-shell": "^1.1.2", - "lodash": "^3.9.1", - "mocha": "^1.21.4", + "lodash": "^3.9.3", + "mocha": "^2.2.5", "pegjs": "^0.8.0", - "prettyjson": "^1.1.0" + "prettyjson": "^1.1.2" }, "dependencies": { - "promise": "^7.0.1" + "promise": "^7.0.3" } }