mocha 2.3.0 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "2.3.0",
3
+ "version": "2.3.4",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -275,13 +275,12 @@
275
275
  },
276
276
  "dependencies": {
277
277
  "commander": "2.3.0",
278
- "debug": "2.0.0",
278
+ "debug": "2.2.0",
279
279
  "diff": "1.4.0",
280
280
  "escape-string-regexp": "1.0.2",
281
281
  "glob": "3.2.3",
282
282
  "growl": "1.8.1",
283
- "jade": "1.11.0",
284
- "lodash.create": "^3.1.1",
283
+ "jade": "0.26.3",
285
284
  "mkdirp": "0.5.0",
286
285
  "supports-color": "1.2.0"
287
286
  },
@@ -313,4 +312,4 @@
313
312
  "url": "https://raw.github.com/mochajs/mocha/master/LICENSE"
314
313
  }
315
314
  ]
316
- }
315
+ }