From d2ee93eb76b4f88395244050121ad188141ed1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 22:52:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 11.2.0 to 11.3.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 11.2.0 to 11.3.0. - [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/11.2.0...11.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-version: 11.3.0 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 25874c1..cb6d510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^10.4.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsdoc": "^62.8.0", - "eslint-plugin-mocha": "^11.2.0", + "eslint-plugin-mocha": "^11.3.0", "eslint-plugin-mozilla": "^4.0.0", "eslint-plugin-unicorn": "^64.0.0", "globals": "^17.6.0", @@ -2000,9 +2000,9 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-11.2.0.tgz", - "integrity": "sha512-nMdy3tEXZac8AH5Z/9hwUkSfWu8xHf4XqwB5UEQzyTQGKcNlgFeciRAjLjliIKC3dR1Ex/a2/5sqgQzvYRkkkA==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-11.3.0.tgz", + "integrity": "sha512-anENwrIwmdvunmmssjMn5a4nTd+mYMkqBlwjksxOECcIThLNhefWJIiTWY7pY/arMQFjNwHQjVOZb6pQ9PrLjg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fb73fcf..8f09479 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "^10.4.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsdoc": "^62.8.0", - "eslint-plugin-mocha": "^11.2.0", + "eslint-plugin-mocha": "^11.3.0", "eslint-plugin-mozilla": "^4.0.0", "eslint-plugin-unicorn": "^64.0.0", "globals": "^17.6.0",