From 9ad56580ed5e8fc30cc1510b1136b30d7e09da68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:48:27 +0000 Subject: [PATCH] Bump mocha from 8.3.1 to 8.3.2 Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.1 to 8.3.2. - [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/v8.3.1...v8.3.2) 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 b706286303..6a001b8aeb 100644 --- a/package.json +++ b/package.json @@ -577,7 +577,7 @@ "js-yaml": "^4.0.0", "lint-staged": "^10.5.4", "minimist": "^1.2.5", - "mocha": "^8.3.1", + "mocha": "^8.3.2", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "rollup": "^2.41.1", diff --git a/yarn.lock b/yarn.lock index 4f40163792..1e49a1a335 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1299,10 +1299,10 @@ minimist@^1.2.5: dependencies: minimist "^1.2.5" -mocha@^8.3.1: - version "8.3.1" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.3.1.tgz#b9eda6da1eb8cb8d29860a9c2205de5b8a076560" - integrity sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ== +mocha@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.3.2.tgz#53406f195fa86fbdebe71f8b1c6fb23221d69fcc" + integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"