From a60eb5380bf61837eeaf20f021e49e0b4154888f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:25:17 +0000 Subject: [PATCH] Bump mocha from 10.7.0 to 10.7.3 Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... 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 ffd4817c..a24e018d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "exorcist": "^2.0.0", "find-unused-exports": "^7.0.0", "http-server": "^14.1.1", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "nightwatch": "^3.7.0", "nightwatch-saucelabs-endsauce": "^2.4.0", "nyc": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index f92df5d1..ca70a0d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3565,10 +3565,10 @@ mocha@10.3.0: yargs-parser "20.2.4" yargs-unparser "2.0.0" -mocha@^10.7.0: - version "10.7.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a" - integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA== +mocha@^10.7.3: + version "10.7.3" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752" + integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A== dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1"