From 2ccfea647e529838611d7a7b91344f9867f28bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:00:18 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 10.4.3 to 10.5.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.4.3 to 10.5.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/10.5.0/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.4.3...10.5.0) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfd064c43..9dd331509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-ssjs": "2.0.0", "eslint-plugin-jsdoc": "48.8.3", - "eslint-plugin-mocha": "10.4.3", + "eslint-plugin-mocha": "10.5.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-unicorn": "54.0.0", "fast-xml-parser": "4.4.1", @@ -2682,9 +2682,9 @@ } }, "node_modules/eslint-plugin-mocha": { - "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==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz", + "integrity": "sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index c5e77706b..87f5db919 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-ssjs": "2.0.0", "eslint-plugin-jsdoc": "48.8.3", - "eslint-plugin-mocha": "10.4.3", + "eslint-plugin-mocha": "10.5.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-unicorn": "54.0.0", "fast-xml-parser": "4.4.1",