From 0ef2526a6c0e0f889175af1ab37d817724b1cb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:07:14 +0000 Subject: [PATCH] chore: bump eslint-plugin-eslint-plugin from 6.4.0 to 6.5.0 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 6.4.0 to 6.5.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/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-version: 6.5.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 de2e98f..d924a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "c8": "^10.1.3", "eslint": "^9.28.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^6.4.0", + "eslint-plugin-eslint-plugin": "^6.5.0", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.8.3" }, @@ -3054,9 +3054,9 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.4.0.tgz", - "integrity": "sha512-X94/hr7DnckX68wE6Qqeo3DsZndZSclfoewjwD249yG5z2EAOl3UGUohLIgOpmbUjcFv6AlfW3wxBnOiWkS1Iw==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.5.0.tgz", + "integrity": "sha512-DT8YpcXDtMBcBZN39JlkHGurHKU8eYFLavTrnowQLeNwqe/diRUsllsftgD/7dZ2/ItabNLLF2/EYapE1H+G7Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 89a01d2..062dca0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "c8": "^10.1.3", "eslint": "^9.28.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^6.4.0", + "eslint-plugin-eslint-plugin": "^6.5.0", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.8.3" },