From d5c607d370342ebe643af51d0f9847bcd6cf0ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sun, 16 Aug 2015 13:06:18 +0200 Subject: [PATCH] Update dependencies --- bower.json | 14 +++++------ package.json | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/bower.json b/bower.json index 12cd42e..47c8bd3 100644 --- a/bower.json +++ b/bower.json @@ -1,13 +1,13 @@ { "name": "yellowlabtools", "dependencies": { - "angular": "1.3.15", - "angular-route": "1.3.15", - "angular-resource": "1.3.15", - "angular-sanitize": "1.3.15", - "angular-animate": "1.3.15", + "angular": "1.4.4", + "angular-route": "1.4.4", + "angular-resource": "1.4.4", + "angular-sanitize": "1.4.4", + "angular-animate": "1.4.4", "angular-local-storage": "0.2.2", - "angular-chart.js": "0.7.1", - "Chart.js": "~1.0.2" + "angular-chart.js": "0.7.3", + "Chart.js": "1.0.2" } } diff --git a/package.json b/package.json index 8245fcd..6829832 100644 --- a/package.json +++ b/package.json @@ -17,51 +17,51 @@ }, "main": "./lib/index.js", "dependencies": { - "async": "1.2.1", - "body-parser": "1.13.1", - "clean-css": "3.3.0", - "compression": "1.5.0", + "async": "1.4.2", + "body-parser": "1.13.3", + "clean-css": "3.3.9", + "compression": "1.5.2", "cors": "2.7.1", "debug": "2.2.0", - "express": "4.12.4", + "express": "4.13.3", "imagemin": "3.2.0", "imagemin-jpegoptim": "4.0.0", "lwip": "0.0.7", "meow": "3.3.0", - "minimize": "1.4.1", + "minimize": "1.6.0", "phantomas": "1.11.0", "ps-node": "0.0.4", "q": "1.4.1", - "request": "^2.58.0", - "rimraf": "2.4.0", + "request": "2.60.0", + "rimraf": "2.4.2", "temporary": "0.0.8", - "uglify-js": "2.4.23" + "uglify-js": "2.4.24" }, "devDependencies": { - "chai": "^3.0.0", - "grunt": "^0.4.5", - "grunt-blanket": "^0.0.8", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-concat": "^0.5.1", - "grunt-contrib-copy": "^0.8.0", - "grunt-contrib-cssmin": "^0.12.3", - "grunt-contrib-htmlmin": "^0.4.0", - "grunt-contrib-jshint": "^0.11.2", - "grunt-contrib-less": "^1.0.1", - "grunt-contrib-uglify": "^0.9.1", - "grunt-env": "^0.4.4", - "grunt-express": "^1.4.1", - "grunt-filerev": "^2.3.1", - "grunt-inline-angular-templates": "^0.1.5", - "grunt-line-remover": "^0.0.2", - "grunt-mocha-test": "^0.12.7", - "grunt-replace": "^0.9.2", - "grunt-usemin": "^3.0.0", - "grunt-webfont": "^0.5.3", - "matchdep": "^0.3.0", - "mocha": "^2.2.5", - "sinon": "^1.15.3", - "sinon-chai": "^2.8.0" + "chai": "~3.2.0", + "grunt": "~0.4.5", + "grunt-blanket": "~0.0.8", + "grunt-contrib-clean": "~0.6.0", + "grunt-contrib-concat": "~0.5.1", + "grunt-contrib-copy": "~0.8.0", + "grunt-contrib-cssmin": "~0.13.0", + "grunt-contrib-htmlmin": "~0.4.0", + "grunt-contrib-jshint": "~0.11.2", + "grunt-contrib-less": "~1.0.1", + "grunt-contrib-uglify": "~0.9.1", + "grunt-env": "~0.4.4", + "grunt-express": "~1.4.1", + "grunt-filerev": "~2.3.1", + "grunt-inline-angular-templates": "~0.1.5", + "grunt-line-remover": "~0.0.2", + "grunt-mocha-test": "~0.12.7", + "grunt-replace": "~0.9.3", + "grunt-usemin": "~3.0.0", + "grunt-webfont": "~0.5.4", + "matchdep": "~0.3.0", + "mocha": "~2.2.5", + "sinon": "~1.15.4", + "sinon-chai": "~2.8.0" }, "scripts": { "test": "grunt test"