From 791ca03f6e89f6900fa97d9f37d9a0e0291e979a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:33:04 +0800 Subject: [PATCH] Bump eslint-plugin-mocha from 10.3.0 to 10.4.1 (#637) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.3.0 to 10.4.1. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/10.4.1/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.3.0...10.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 932b311..343e2e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "chai": "^4.4.1", "check-if-windows": "^1.0.0", "eslint": "^8.57.0", - "eslint-plugin-mocha": "^10.3.0", + "eslint-plugin-mocha": "^10.4.1", "fs-extra": "^11.2.0", "mocha": "^10.3.0", "mock-tmp": "^0.0.2", @@ -1106,12 +1106,13 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.3.0.tgz", - "integrity": "sha512-IWzbg2K6B1Q7h37Ih4zMyW+nhmw1JvUlHlbCUUUu6PfOOAUGCB0gxmvv7/U+TQQ6e8yHUv+q7KMdIIum4bx+PA==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz", + "integrity": "sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", + "globals": "^13.24.0", "rambda": "^7.4.0" }, "engines": { diff --git a/package.json b/package.json index abbf81e..92c8cd6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chai": "^4.4.1", "check-if-windows": "^1.0.0", "eslint": "^8.57.0", - "eslint-plugin-mocha": "^10.3.0", + "eslint-plugin-mocha": "^10.4.1", "fs-extra": "^11.2.0", "mocha": "^10.3.0", "mock-tmp": "^0.0.2",