From a1e31de711742c8bcf190a578b1de1eb3237cf37 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Mon, 22 Jun 2015 09:56:30 -0700 Subject: [PATCH] update lodash and grunt-esvm --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 55cecfba6..3d6fefa69 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "grunt-contrib-jshint": "spenceralger/grunt-contrib-jshint", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", - "grunt-esvm": "^1.0.0", + "grunt-esvm": "^1.1.0", "grunt-mocha-cov": "~0.2.0", "grunt-open": "~0.2.2", "grunt-prompt": "~0.1.2", @@ -84,7 +84,7 @@ "bluebird": "^2.9.14", "chalk": "^1.0.0", "forever-agent": "^0.6.0", - "lodash": "^3.0.0", + "lodash": "^3.9.3", "lodash-compat": "^3.0.0" }, "repository": { @@ -99,4 +99,4 @@ "node": ">=0.8 <=0.12", "iojs": ">=1.5" } -} \ No newline at end of file +}