From 58efbd7fe24f5e52e9f00388217059f101db2518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:11:02 +0000 Subject: [PATCH] chore: bump eslint-plugin-eslint-plugin from 5.5.1 to 6.0.0 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 5.5.1 to 6.0.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/v5.5.1...v6.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f939f32..3d5a961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "c8": "^9.1.0", "eslint": "^8.57.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^5.5.1", + "eslint-plugin-eslint-plugin": "^6.0.0", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.4.4" }, @@ -2335,19 +2335,19 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.5.1.tgz", - "integrity": "sha512-9AmfZzcQ7QHwpzfAQpZ7xdtwHYViylmlnruCH0aV64/tuoH3igGXg91vr0e6ShLf/mrAYGqLw5LZ/gOxJeRXnw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.0.0.tgz", + "integrity": "sha512-NGHm67Wkuzkvm/I3g6iNEkCKwtQHW4z+8r4S9a1kNoeRVE9JvGiwXlh6H9F+VTHOmDdgY8KpxHzDiu+oL4fBww==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", "estraverse": "^5.3.0" }, "engines": { - "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=7.0.0" + "eslint": ">=8.23.0" } }, "node_modules/eslint-plugin-filenames": { @@ -8007,9 +8007,9 @@ } }, "eslint-plugin-eslint-plugin": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.5.1.tgz", - "integrity": "sha512-9AmfZzcQ7QHwpzfAQpZ7xdtwHYViylmlnruCH0aV64/tuoH3igGXg91vr0e6ShLf/mrAYGqLw5LZ/gOxJeRXnw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.0.0.tgz", + "integrity": "sha512-NGHm67Wkuzkvm/I3g6iNEkCKwtQHW4z+8r4S9a1kNoeRVE9JvGiwXlh6H9F+VTHOmDdgY8KpxHzDiu+oL4fBww==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index f57e8a5..570d465 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "c8": "^9.1.0", "eslint": "^8.57.0", "eslint-ava-rule-tester": "^5.0.1", - "eslint-plugin-eslint-plugin": "^5.5.1", + "eslint-plugin-eslint-plugin": "^6.0.0", "eslint-plugin-optimize-regex": "^1.2.1", "typescript": "^5.4.4" },