From 75972583e6dd89f38f7e4d5e64a678dc5df7d771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 15:23:11 +0000 Subject: [PATCH] Bump mocha from 7.1.2 to 7.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.2 to 7.2.0. - [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/v7.1.2...v7.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42c0a41..831c923 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "faker": "^4.1.0", - "mocha": "^7.1.1", + "mocha": "^7.2.0", "nodemon": "^2.0.2", "nyc": "^15.0.1" }, diff --git a/yarn.lock b/yarn.lock index a8486c8..65e3ba5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2179,10 +2179,10 @@ mkdirp@0.5.5, mkdirp@^0.5.1: dependencies: minimist "^1.2.5" -mocha@^7.1.1: - version "7.1.2" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6" - integrity sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA== +mocha@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.2.0.tgz#01cc227b00d875ab1eed03a75106689cfed5a604" + integrity sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ== dependencies: ansi-colors "3.2.3" browser-stdout "1.3.1"