Commit 7fd2786a by Bernhard Reiter

Update mocha dependency to >= 2.3.4

That latest version includes an update (mochajs/mocha@039a8a7) to a newer version (2.2.0) of `debug`, which in turn has updated (visionmedia/debug@adc2402) its dependency on `ms` to 0.7.1 in order to include a [security fix](https://nodesecurity.io/advisories/46).

Untested!

Ideally, please also do a point release including this fixed dependency.
parent 8ebf2a85
......@@ -66,7 +66,7 @@
"coveralls": "^2.11.4",
"istanbul": "^0.3.18",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^0.0.2",
"rimraf": "^2.4.2"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment