From f56c935822733870d007cfb7b95ddcf7db4716f5 Mon Sep 17 00:00:00 2001 From: Paul Rodwell Date: Thu, 7 Jul 2016 11:52:40 +0100 Subject: [PATCH] update packages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68bdba7..0d0f02d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "coffee-script": "1.10", - "lodash": "4", + "lodash": "^4.13.1", "passport": "^0.3.2", "passport-github": "^1.1.0", "passport-google-oauth20": "^1.0.0", @@ -24,6 +24,6 @@ "grunt-contrib-watch": "~1", "grunt-git-authors": "^3.2.0", "grunt-nsp": "*", - "grunt-retire": "*" + "grunt-retire": "^1.0.1" } }