From ca9abccf8e9e2467252ba32ea933042edebec7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 29 Dec 2017 07:16:35 +0000 Subject: [PATCH] Bump mocha from 4.0.1 to 4.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/mochajs/mocha/releases/tag/v4.1.0) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v4.0.1...v4.1.0) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2343c1..cb4fa1e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "devDependencies": { "babel-preset-env": "^1.6.1", "js-devbox": "^5.0.0", - "mocha": "^4.0.1", + "mocha": "^4.1.0", "nyc": "^11.4.1", "proxyquire": "^1.7.11", "sinon": "^4.1.3" diff --git a/yarn.lock b/yarn.lock index 535a64c..5ed0135 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3110,9 +3110,9 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1: dependencies: minimist "0.0.8" -mocha@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.0.1.tgz#0aee5a95cf69a4618820f5e51fa31717117daf1b" +mocha@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" dependencies: browser-stdout "1.3.0" commander "2.11.0"