From d4d18f741f62e9cc7510189295fbc4cef003832b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 07:36:13 +0000 Subject: [PATCH] Bump mocha from 8.2.0 to 8.2.1 Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.0 to 8.2.1. - [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.2.0...v8.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee29d1d4..189dd3e7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "express-ws": "^4.0.0", "glob": "^7.0.5", "jsdom": "^16.4.0", - "mocha": "^8.2.0", + "mocha": "^8.2.1", "mustache": "^4.0.1", "node-pty": "^0.9.0", "nyc": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index 33fcd65c..63ec45a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3120,10 +3120,10 @@ mocha@^6.1.4: yargs-parser "13.1.2" yargs-unparser "1.6.0" -mocha@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.0.tgz#f8aa79110b4b5a6580c65d4dd8083c425282624e" - integrity sha512-lEWEMq2LMfNJMKeuEwb5UELi+OgFDollXaytR5ggQcHpzG3NP/R7rvixAvF+9/lLsTWhWG+4yD2M70GsM06nxw== +mocha@^8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39" + integrity sha512-cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"