From 04bd982e19608e6891f03f979b24d572cbab7734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:30:36 +0000 Subject: [PATCH] Bump mocha from 10.6.0 to 10.7.0 in the development-dependencies group Bumps the development-dependencies group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.6.0 to 10.7.0 - [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.6.0...v10.7.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 17e2c41..2560915 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^1.0.3", "globby": "^11.1.0", - "mocha": "^10.6.0", + "mocha": "^10.7.0", "nock": "^13.5.4", "nyc": "^15.1.0", "oclif": "^3.17.2", diff --git a/yarn.lock b/yarn.lock index d795c1c..2a613ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3523,9 +3523,9 @@ mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" -mocha@^10.6.0: - version "10.6.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.6.0.tgz#465fc66c52613088e10018989a3b98d5e11954b9" +mocha@^10.7.0: + version "10.7.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a" dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1"