From b866f9690abdf0d271b765a96e99c56cc0d0ce4f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 15 Oct 2014 23:20:50 -0400 Subject: [PATCH] deps: mocha@~1.21.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2af38b..0ff119f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "istanbul": "0.3.2", - "mocha": "~1.21.1", + "mocha": "~1.21.5", "should": "~4.0.0", "supertest": "~0.14.0" },