From 761f348beb8c3a18f7d2b9c78d54ea5ddaa4922b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:12:35 +0000 Subject: [PATCH] Bump mocha from 10.5.0 to 10.5.1 Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.0 to 10.5.1. - [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.5.0...v10.5.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index e9e0729b..ac43e1b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4342,9 +4342,9 @@ mkdirp@^0.5.1, mkdirp@^0.5.5: minimist "^1.2.6" mocha@^10.2.0: - version "10.5.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.0.tgz#a8872b2404883792102d78f584ad0e10b35d900d" - integrity sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA== + version "10.5.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.1.tgz#54cfa5212ffc9e04ee68b27aa0f36519919ae877" + integrity sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw== dependencies: ansi-colors "4.1.1" browser-stdout "1.3.1"