From e9505f31f76c8a67054704cb70c51a3dfa2b7b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sun, 28 Dec 2014 16:57:45 +0100 Subject: [PATCH] Update phantomas and other dependencies --- bower.json | 6 +++--- package.json | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 9d7da0f..8609ca8 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,8 @@ { "name": "yellowlabtools", "dependencies": { - "angular": "~1.3.5", - "angular-route": "~1.3.6", - "angular-resource": "~1.3.6" + "angular": "~1.3.8", + "angular-route": "~1.3.8", + "angular-resource": "~1.3.7" } } diff --git a/package.json b/package.json index c7cfe8c..f77e320 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,12 @@ "dependencies": { "async": "~0.9.0", "body-parser": "~1.10.0", - "compression": "~1.2.1", - "debug": "^2.1.0", - "express": "~4.10.4", - "phantomas": "1.7.0", - "rimraf": "^2.2.8", - "q": "^1.1.2" + "compression": "~1.2.2", + "debug": "~2.1.0", + "express": "~4.10.6", + "phantomas": "1.8.0", + "rimraf": "~2.2.8", + "q": "~1.1.2" }, "devDependencies": { "chai": "^1.10.0", @@ -31,9 +31,9 @@ "grunt-fontsmith": "^0.9.1", "grunt-mocha-test": "^0.12.4", "matchdep": "^0.3.0", - "mocha": "^2.0.1", - "phantomjs": "^1.9.12", - "request": "^2.49.0", + "mocha": "^2.1.0", + "phantomjs": "^1.9.13", + "request": "^2.51.0", "sinon": "^1.12.1", "sinon-chai": "^2.6.0" },