From e82e96b5f9c3e8226a8cd21ed34a6e619a0e60d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Dec 2017 05:07:22 +0000 Subject: [PATCH] chore(deps): update dependency mocha to 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 8378d50..2111c90 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "generate-changelog": "1.7.0", "hubot-test-helper": "1.8.1", "istanbul": "0.4.5", - "mocha": "4.0.1", + "mocha": "4.1.0", "nock": "9.1.5" } } diff --git a/yarn.lock b/yarn.lock index f33961a..936839d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1098,9 +1098,9 @@ mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.0: 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"