From ef516c123dead9f3d0b13694ecf9211a38f6f7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 11 Sep 2015 08:45:01 +0200 Subject: [PATCH] Update dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 15c2ee5..1b13e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.7.6", + "version": "1.7.7", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": { @@ -17,13 +17,13 @@ }, "main": "./lib/index.js", "dependencies": { - "angular": "1.4.4", - "angular-animate": "1.4.4", - "angular-chart.js": "0.7.6", + "angular": "1.4.5", + "angular-animate": "1.4.5", + "angular-chart.js": "0.8.3", "angular-local-storage": "0.2.2", - "angular-resource": "1.4.4", - "angular-route": "1.4.4", - "angular-sanitize": "1.4.4", + "angular-resource": "1.4.5", + "angular-route": "1.4.5", + "angular-sanitize": "1.4.5", "async": "1.4.2", "body-parser": "1.13.3", "chart.js": "1.0.2", @@ -55,7 +55,7 @@ "grunt-contrib-copy": "~0.8.1", "grunt-contrib-cssmin": "~0.13.0", "grunt-contrib-htmlmin": "~0.4.0", - "grunt-contrib-jshint": "~0.11.2", + "grunt-contrib-jshint": "~0.11.3", "grunt-contrib-less": "~1.0.1", "grunt-contrib-uglify": "~0.9.2", "grunt-env": "~0.4.4", @@ -64,11 +64,11 @@ "grunt-inline-angular-templates": "~0.1.5", "grunt-line-remover": "~0.0.2", "grunt-mocha-test": "~0.12.7", - "grunt-replace": "~0.10.2", + "grunt-replace": "~0.11.0", "grunt-usemin": "~3.1.1", "grunt-webfont": "~0.5.4", "matchdep": "~0.3.0", - "mocha": "~2.2.5", + "mocha": "~2.3.2", "sinon": "~1.16.1", "sinon-chai": "~2.8.0" },