From: Nicolas Coden Date: Tue, 6 Dec 2016 10:27:41 +0000 (+0100) Subject: Update dependency mocha X-Git-Tag: v6.3.0-rc2~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c206473db82911908d510a70e708830f2cbe677;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update dependency mocha Update `mocha` from `^2.3.3` (currently `v2.5.3`) to `^3.2.0`. No relevant package changes. Essentially bug fixes. See: - https://github.com/mochajs/mocha/pull/2350 (`v3.0.0-0` release) - https://github.com/mochajs/mocha/releases/tag/v3.2.0 (latest release) --- diff --git a/package.json b/package.json index 2c04cf361..88b632362 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "inquirer": "^1.2.3", "is-empty-object": "^1.1.1", "js-yaml": "^3.5.4", - "mocha": "^2.3.3", + "mocha": "^3.2.0", "mocha-phantomjs": "^4.0.2", "motion-ui": "^1.1.0", "multiline": "^1.0.2",