From 7d3efb7d8b67a298344c7993898299f94a8f8885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:31:05 +0000 Subject: [PATCH] chore: bump eslint-plugin-eslint-plugin from 7.6.0 to 7.6.1 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 7.6.0 to 7.6.1. - [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.6.0...v7.6.1) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-version: 7.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 6fe5f84..8469654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "c8": "^12.0.0", "eslint": "^10.8.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^7.6.0", + "eslint-plugin-eslint-plugin": "^7.6.1", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^6.0.3" }, @@ -2878,9 +2878,9 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-7.6.0.tgz", - "integrity": "sha512-eFYVIjNlAoF/PTvFqjcgS2gDcddsWay0qMb+AAWNqqxxtJ3535nUfUVpPMQkfSiksFjJmDVJo+wbpetwPK/T5g==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-7.6.1.tgz", + "integrity": "sha512-Knh3EFP4T9K/hIu/V7LE29P/wkwfodITf8b5Zcv+YVTvpb1LIlO44NZzZ7MHMEkD9alxeDmXiR462mgMYL2Odg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bc6c789..7093ea2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "c8": "^12.0.0", "eslint": "^10.8.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^7.6.0", + "eslint-plugin-eslint-plugin": "^7.6.1", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^6.0.3" },