From c97bcf8b77f4a0dc88d11adfc76b58c629a9f581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 04:02:58 +0000 Subject: [PATCH] Bump mocha from 9.0.2 to 9.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.2 to 9.1.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/v9.0.2...v9.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... 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 4cb4712..35e733c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "chai": "^4.3.4", "codecov": "^1.0.1", "eslint": "^7.30.0", - "mocha": "^9.0.2", + "mocha": "^9.1.0", "nyc": "^15.1.0", "sinon": "^11.1.1", "sinon-chai": "^3.7.0" diff --git a/yarn.lock b/yarn.lock index 623ea5b..03861df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3048,10 +3048,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: dependencies: minimist "0.0.8" -mocha@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.2.tgz#e84849b61f406a680ced85af76425f6f3108d1a0" - integrity sha512-FpspiWU+UT9Sixx/wKimvnpkeW0mh6ROAKkIaPokj3xZgxeRhcna/k5X57jJghEr8X+Cgu/Vegf8zCX5ugSuTA== +mocha@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.0.tgz#0a7aa6fc4f59d1015d4e11747d9104b752553c67" + integrity sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"