From 256ed14109f26e956628caa4abe5561db3455395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:30:43 +0000 Subject: [PATCH] Bump mocha from 10.7.3 to 10.8.0 in the development-dependencies group Bumps the development-dependencies group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.7.3 to 10.8.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.7.3...v10.8.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 71d496f..6a51c66 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.7.3", + "mocha": "^10.8.0", "nock": "^13.5.5", "nyc": "^15.1.0", "oclif": "^3.17.2", diff --git a/yarn.lock b/yarn.lock index c5ff863..538909b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3525,9 +3525,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.7.3: - version "10.7.3" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752" +mocha@^10.8.0: + version "10.8.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.0.tgz#22821af2792a017643ce6250998f7a0a16181356" dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1"