From 79e0dadedd3dfa2df95c8e0e10af935f2708d71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:18:53 +0800 Subject: [PATCH] Bump eslint-plugin-mocha from 10.4.2 to 10.4.3 (#648) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.4.2 to 10.4.3. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.4.2...10.4.3) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4499cf..bb76adc 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.4.2", + "eslint-plugin-mocha": "^10.4.3", "fs-extra": "^11.2.0", "mocha": "^10.4.0", "mock-tmp": "^0.0.3", @@ -1103,9 +1103,9 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.2.tgz", - "integrity": "sha512-cur4dVYnSEWTBwdqIBQFxa/9siAhesu0TX+lbJ4ClE9j0eNMNe6BSx3vkFFNz6tGoveyMyELFXa30f3fvuAVDg==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz", + "integrity": "sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index f3f9684..68c23b1 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.4.2", + "eslint-plugin-mocha": "^10.4.3", "fs-extra": "^11.2.0", "mocha": "^10.4.0", "mock-tmp": "^0.0.3",