From 5f8a1baaa73f94871c88593d8b461ff67fa8ba2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:45:23 +0000 Subject: [PATCH] Bump mocha from 10.8.0 to 10.8.2 in the development-dependencies group Bumps the development-dependencies group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.8.0 to 10.8.2 - [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.8.0...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch 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 6a51c66..afeb0c8 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.8.0", + "mocha": "^10.8.2", "nock": "^13.5.5", "nyc": "^15.1.0", "oclif": "^3.17.2", diff --git a/yarn.lock b/yarn.lock index 538909b..031f577 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.8.0: - version "10.8.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.0.tgz#22821af2792a017643ce6250998f7a0a16181356" +mocha@^10.8.2: + version "10.8.2" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96" dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1"