From 39af2bc8325dc389641337dfa5c3f7378eef9592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:59:05 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 10.3.0 to 10.4.1 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] --- 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 3220b646e..13f853a9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-ssjs": "1.1.11", "eslint-plugin-jsdoc": "48.2.1", - "eslint-plugin-mocha": "10.3.0", + "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-unicorn": "51.0.1", "fast-xml-parser": "4.3.4", @@ -2591,12 +2591,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 ea9df2f17..640339162 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-ssjs": "1.1.11", "eslint-plugin-jsdoc": "48.2.1", - "eslint-plugin-mocha": "10.3.0", + "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-unicorn": "51.0.1", "fast-xml-parser": "4.3.4",