From 43c9615b166e0256e2fbdbdc110554b02d40b0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:52:35 +0000 Subject: [PATCH] chore: bump eslint-plugin-eslint-plugin from 7.3.2 to 7.3.3 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 7.3.2 to 7.3.3. - [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.3.2...v7.3.3) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-version: 7.3.3 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 0a166aa..0bf0dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "c8": "^11.0.0", "eslint": "^9.39.2", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^7.3.2", + "eslint-plugin-eslint-plugin": "^7.3.3", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^6.0.3" }, @@ -3128,9 +3128,9 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-7.3.2.tgz", - "integrity": "sha512-odUwjaeon0s3W96vAmZf13XbTEGKnnXStnRykwM3XysTce7ZI7C8AJRn47OFJMdDNVtG/jLb/gFk0Wvj9zkSbQ==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-7.3.3.tgz", + "integrity": "sha512-u99Dsum45JP0j3ep4EcaERIT5VpArPgrXryRMeVNMfnY/bTQFkDl25T3y+FBwVbYnEGCoZzW9DLaI21cDwgldw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0c1968d..15f1bc2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "c8": "^11.0.0", "eslint": "^9.39.2", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^7.3.2", + "eslint-plugin-eslint-plugin": "^7.3.3", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^6.0.3" },