From 33ad36229edb9136d91b5803a5bb77ae1bbddfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:10:45 +0000 Subject: [PATCH] Bump mocha from 10.5.1 to 10.5.2 in the development-dependencies group Bumps the development-dependencies group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 10.5.1 to 10.5.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.5.1...v10.5.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 2f32073..e0b72f6 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.5.1", + "mocha": "^10.5.2", "nock": "^13.5.4", "nyc": "^15.1.0", "oclif": "^3.17.2", diff --git a/yarn.lock b/yarn.lock index b0aeb83..71b271d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3533,9 +3533,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.5.1: - version "10.5.1" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.1.tgz#54cfa5212ffc9e04ee68b27aa0f36519919ae877" +mocha@^10.5.2: + version "10.5.2" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.2.tgz#0a3481fb67c0a7fc144a909b2d6a9fec35ec5989" dependencies: ansi-colors "4.1.1" browser-stdout "1.3.1"