From: dependabot[bot] Date: Fri, 13 Apr 2018 09:18:24 +0000 (+0000) Subject: build: bump mocha from 5.0.5 to 5.1.0 X-Git-Tag: v6.6.0~3^2~237^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11172%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git build: bump mocha from 5.0.5 to 5.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 5.0.5 to 5.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v5.0.5...v5.1.0) Signed-off-by: dependabot[bot] --- diff --git a/package-lock.json b/package-lock.json index a4dce3826..68244e04b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10436,9 +10436,9 @@ } }, "mocha": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.0.5.tgz", - "integrity": "sha512-3MM3UjZ5p8EJrYpG7s+29HAI9G7sTzKEe4+w37Dg0QP7qL4XGsV+Q2xet2cE37AqdgN1OtYQB6Vl98YiPV3PgA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.1.0.tgz", + "integrity": "sha512-d6RWgYPILd+AoWVOxiD0UwUqRicnE1inTxMr40CXOgqYve1MvnKntoLAtLIcxjEeVjEoYYTe5QAq3mUc6/ySjQ==", "dev": true, "requires": { "browser-stdout": "1.3.1", @@ -10449,6 +10449,7 @@ "glob": "7.1.2", "growl": "1.10.3", "he": "1.1.1", + "minimatch": "3.0.4", "mkdirp": "0.5.1", "supports-color": "4.4.0" }, diff --git a/yarn.lock b/yarn.lock index dc7a9809d..09219a3bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5587,7 +5587,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" -"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: +"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" dependencies: @@ -5672,8 +5672,8 @@ mocha-headless-chrome@^1.8.3: puppeteer "^1.2.0" mocha@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52" + version "5.1.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.0.tgz#5ff11cc39c0bb65330ac6c41f9086634e3e3f686" dependencies: browser-stdout "1.3.1" commander "2.11.0" @@ -5683,6 +5683,7 @@ mocha@^5.0.5: glob "7.1.2" growl "1.10.3" he "1.1.1" + minimatch "3.0.4" mkdirp "0.5.1" supports-color "4.4.0"