From b2ea3515a521b665e53d36e7d983d45981d8f23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 22 Sep 2014 10:20:02 +0200 Subject: [PATCH] Update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfe886d..66f2acb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "phantomas": "1.6.0", - "express": "~4.9.0", + "express": "~4.9.4", "async": "~0.9.0", "socket.io": "~1.1.0", "body-parser": "~1.8.0", @@ -19,7 +19,7 @@ "matchdep": "^0.3.0", "grunt-mocha-test": "^0.11.0", "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-copy": "^0.5.0", + "grunt-contrib-copy": "^0.6.0", "grunt-blanket": "0.0.8", "chai": "^1.9.1", "mocha": "^1.21.4",