From 9bd6060912b0a313640befd4a444e580453e43bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:34:23 +0000 Subject: [PATCH] chore: bump eslint-plugin-eslint-plugin from 6.2.0 to 6.3.1 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 6.2.0 to 6.3.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/v6.2.0...v6.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" },