From 77cc5a072db7850d8afb74d73d8bd6d4415d6077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:32:47 +0000 Subject: [PATCH] build(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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3b42da0..bf0ead17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "chai": "6.2.2", "coveralls": "3.1.1", "eslint": "10.4.0", - "eslint-plugin-mocha": "11.2.0", + "eslint-plugin-mocha": "11.3.0", "eslint-plugin-testing-library": "7.16.2", "mocha": "^11.7.5", "nyc": "18.0.0", @@ -1840,11 +1840,10 @@ } }, "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": { "@eslint-community/eslint-utils": "^4.4.1", "globals": "^15.14.0" @@ -5735,9 +5734,9 @@ } }, "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, "requires": { "@eslint-community/eslint-utils": "^4.4.1", diff --git a/package.json b/package.json index c13bc857..98785b16 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "chai": "6.2.2", "coveralls": "3.1.1", "eslint": "10.4.0", - "eslint-plugin-mocha": "11.2.0", + "eslint-plugin-mocha": "11.3.0", "eslint-plugin-testing-library": "7.16.2", "mocha": "^11.7.5", "nyc": "18.0.0",