diff --git a/package-lock.json b/package-lock.json index 5056965..5f9644e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "c8": "^10.1.2", "eslint": "^8.57.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^6.2.0", + "eslint-plugin-eslint-plugin": "^6.3.1", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.6.3" }, @@ -2395,9 +2395,9 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.2.0.tgz", - "integrity": "sha512-+SSHlThUMBb6MhXl/CqNhKvnUY3111s/1vEcu+paOwTJzniTanRZCfl0kQXNfK57XsWJ5aRsiwMlPg/FgnYsag==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.3.1.tgz", + "integrity": "sha512-5OUvS+kzpfbX3Pyt7ULYLJBGdjM/tGPdjePGFE50Lqdqcn/dB0f9ifbRCrCGWBt10Ljk7O6ajj3BPOZ8vmD50g==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -8343,9 +8343,9 @@ } }, "eslint-plugin-eslint-plugin": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.2.0.tgz", - "integrity": "sha512-+SSHlThUMBb6MhXl/CqNhKvnUY3111s/1vEcu+paOwTJzniTanRZCfl0kQXNfK57XsWJ5aRsiwMlPg/FgnYsag==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.3.1.tgz", + "integrity": "sha512-5OUvS+kzpfbX3Pyt7ULYLJBGdjM/tGPdjePGFE50Lqdqcn/dB0f9ifbRCrCGWBt10Ljk7O6ajj3BPOZ8vmD50g==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/package.json b/package.json index 8aab78c..016eca9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "c8": "^10.1.2", "eslint": "^8.57.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^6.2.0", + "eslint-plugin-eslint-plugin": "^6.3.1", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.6.3" },