From: dependabot[bot] Date: Thu, 19 Apr 2018 09:19:53 +0000 (+0000) Subject: build: bump mocha from 5.1.0 to 5.1.1 X-Git-Tag: v6.6.0~3^2~229^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8455ecb1;p=thirdparty%2Ffoundation%2Ffoundation-sites.git build: bump mocha from 5.1.0 to 5.1.1 Bumps [mocha](https://github.com/mochajs/mocha) from 5.1.0 to 5.1.1. - [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.1.0...v5.1.1) Signed-off-by: dependabot[bot] --- diff --git a/package-lock.json b/package-lock.json index 1fdb652e2..13ec1cf45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10426,9 +10426,9 @@ } }, "mocha": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.1.0.tgz", - "integrity": "sha512-d6RWgYPILd+AoWVOxiD0UwUqRicnE1inTxMr40CXOgqYve1MvnKntoLAtLIcxjEeVjEoYYTe5QAq3mUc6/ySjQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.1.1.tgz", + "integrity": "sha512-kKKs/H1KrMMQIEsWNxGmb4/BGsmj0dkeyotEvbrAuQ01FcWRLssUNXCEUZk6SZtyJBi6EE7SL0zDDtItw1rGhw==", "dev": true, "requires": { "browser-stdout": "1.3.1", diff --git a/yarn.lock b/yarn.lock index a7750f1ad..b0bb7ca00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5673,8 +5673,8 @@ mocha-headless-chrome@^1.8.3: puppeteer "^1.2.0" mocha@^5.0.5: - version "5.1.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.0.tgz#5ff11cc39c0bb65330ac6c41f9086634e3e3f686" + version "5.1.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.1.tgz#b774c75609dac05eb48f4d9ba1d827b97fde8a7b" dependencies: browser-stdout "1.3.1" commander "2.11.0"