From 4100d6814b9a2c58782cc4c45d6d943af4082a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 12:44:18 +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 97d6f3c..09fd58d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@typescript-eslint/eslint-plugin": "^4.16.1", "eslint": "^7.19.0", "glob": "^7.1.6", - "mocha": "^8.3.1", + "mocha": "^8.3.2", "ts-loader": "^8.0.18", "typescript": "^4.2.3", "vscode-test": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index c5421ed..2b82ca1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1611,10 +1611,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"