From 4a515e79da8a8c2e477ffd346264f40eeb4a5f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:01:30 +0000 Subject: [PATCH] fix(deps): bump eslint-plugin-mocha from 10.4.1 to 10.4.2 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.4.1 to 10.4.2. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/10.4.2/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.4.1...10.4.2) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7810dd8..4f1b2d7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "eslint-config-xo-space": "^0.35.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-mocha": "^10.4.1", + "eslint-plugin-mocha": "^10.4.2", "eslint-plugin-n": "^15", "eslint-plugin-perfectionist": "^2.8.0" }, diff --git a/yarn.lock b/yarn.lock index 5563d63..a2b2ca0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -604,10 +604,10 @@ eslint-plugin-import@^2.29.1: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-mocha@^10.4.1: - version "10.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz#7975a3dbb0de80a5f3ea69c30f6f1f1c931f8800" - integrity sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA== +eslint-plugin-mocha@^10.4.2: + version "10.4.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.2.tgz#dfaed06d362506c5e4d561c534314e25b3b0f1f7" + integrity sha512-cur4dVYnSEWTBwdqIBQFxa/9siAhesu0TX+lbJ4ClE9j0eNMNe6BSx3vkFFNz6tGoveyMyELFXa30f3fvuAVDg== dependencies: eslint-utils "^3.0.0" globals "^13.24.0"