From d6b166cb9a857465ae641014bf8daabbdc3b216c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 20 Oct 2014 10:04:49 +0200 Subject: [PATCH] Update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6ac4587..5623eb2 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ "async": "~0.9.0", "socket.io": "~1.1.0", "body-parser": "~1.9.0", - "compression": "1.1.0" + "compression": "1.2.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "matchdep": "^0.3.0", - "grunt-mocha-test": "^0.12.0", + "grunt-mocha-test": "^0.12.1", "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-copy": "^0.6.0", + "grunt-contrib-copy": "^0.7.0", "grunt-blanket": "0.0.8", - "chai": "^1.9.1", - "mocha": "^1.21.4", - "phantomjs": "^1.9.7-15", + "chai": "^1.9.2", + "mocha": "^1.21.5", + "phantomjs": "^1.9.10", "grunt-fontsmith": "^0.9.1", "grunt-contrib-less": "^0.11.4" },