From e8455ecb141380ea3be4aed6a7fbc56d8e0d04d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 19 Apr 2018 09:19:53 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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" -- 2.47.2