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" },