From 07f7bea968fd65c7a72adc68c56f1c062110397f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Apr 2018 17:32:14 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v5.1.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 14085f3..c0a3a23 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint": "4.19.1", "generate-changelog": "1.7.1", "istanbul": "0.4.5", - "mocha": "5.1.0" + "mocha": "5.1.1" }, "eslintConfig": { "env": { diff --git a/yarn.lock b/yarn.lock index 591de14..9c5c190 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1031,9 +1031,9 @@ mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.1: dependencies: minimist "0.0.8" -mocha@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.0.tgz#5ff11cc39c0bb65330ac6c41f9086634e3e3f686" +mocha@5.1.1: + 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"