From bf8b091409b0b399f44c7bf08ff6b010d5ee4468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:09:43 +0000 Subject: [PATCH] chore: bump eslint-plugin-eslint-plugin from 7.0.0 to 7.2.0 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v7.0.0...v7.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-version: 7.2.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 1d78179..ca76a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "c8": "^10.1.3", "eslint": "^9.38.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^7.0.0", + "eslint-plugin-eslint-plugin": "^7.2.0", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.9.3" }, @@ -3161,9 +3161,9 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-7.0.0.tgz", - "integrity": "sha512-EgiW9zf4PbqA+yN9T6Z8bHx46+fWtAIXFrYkL4nSTnI84LnTKmzjh+cIJaVAyFVZveKUSG8LcVe1suGG78qZPw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-7.2.0.tgz", + "integrity": "sha512-3WOuoauBlxCItqpIdyajCOVQbCmAlqHNQq82QunpzuGkBNr6OqHRjdPZKpy2Z0rGb005mIO0HEP9aaDCzkApxQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 23c0f71..c4531e2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "c8": "^10.1.3", "eslint": "^9.38.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^7.0.0", + "eslint-plugin-eslint-plugin": "^7.2.0", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.9.3" },