diff --git a/bower.json b/bower.json index 15139ff..acfc53c 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "angular-resource": "~1.3.15", "angular-sanitize": "~1.3.15", "angular-animate": "~1.3.15", - "angular-local-storage": "~0.1.5" + "angular-local-storage": "~0.2.0" }, "resolutions": { "angular": "~1.3.8" diff --git a/package.json b/package.json index 7b03965..ab6d41a 100644 --- a/package.json +++ b/package.json @@ -12,16 +12,16 @@ "main": "./lib/index.js", "dependencies": { "async": "~0.9.0", - "body-parser": "~1.12.3", + "body-parser": "~1.12.4", "compression": "~1.4.3", "cors": "^2.6.0", - "debug": "~2.1.3", + "debug": "~2.2.0", "express": "~4.12.3", "lwip": "0.0.6", "meow": "^3.1.0", - "phantomas": "1.10.1", + "phantomas": "1.10.2", "ps-node": "0.0.4", - "q": "~1.3.0", + "q": "~1.4.0", "rimraf": "~2.3.3", "temporary": "0.0.8" }, @@ -32,7 +32,7 @@ "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.0", - "grunt-contrib-cssmin": "^0.12.2", + "grunt-contrib-cssmin": "^0.12.3", "grunt-contrib-htmlmin": "^0.4.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-less": "^1.0.1", @@ -43,9 +43,9 @@ "grunt-inline-angular-templates": "^0.1.5", "grunt-line-remover": "^0.0.2", "grunt-mocha-test": "^0.12.7", - "grunt-replace": "^0.8.0", + "grunt-replace": "^0.9.2", "grunt-usemin": "^3.0.0", - "grunt-webfont": "^0.5.2", + "grunt-webfont": "^0.5.3", "matchdep": "^0.3.0", "mocha": "^2.2.4", "request": "^2.55.0",