From 62dabf087bb28354289803913fd2d2fe83a080d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 14 Feb 2018 09:15:35 +0000 Subject: [PATCH] Bump mocha from 4.0.1 to 5.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 4.0.1 to 5.0.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/v4.0.1...v5.0.1) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2343c1..bc12abf 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": "^5.0.1", "nyc": "^11.4.1", "proxyquire": "^1.7.11", "sinon": "^4.1.3" diff --git a/yarn.lock b/yarn.lock index 535a64c..ea258fb 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@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.1.tgz#759b62c836b0732382a62b6b1fb245ec1bc943ac" dependencies: browser-stdout "1.3.0" commander "2.11.0"