From 08a24a07fa32ca49984cbbf13b9b306be9869318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:35:54 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-eslint-plugin from 4.4.1 to 6.0.0 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 4.4.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/v4.4.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 | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5158e10..625082b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-doc-generator": "^0.25.0", - "eslint-plugin-eslint-plugin": "^4.4.1", + "eslint-plugin-eslint-plugin": "^6.0.0", "eslint-plugin-jest": "^26.9.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", @@ -2740,19 +2740,19 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.4.1.tgz", - "integrity": "sha512-e4jJGw/ezJseAPutnIasBfnO0XMdp0wPD/upBvRtzN5tqMM3xiwXtcCmDyH5NHO79ij7olxpaNGATFqS+5480g==", + "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.2.0" + "estraverse": "^5.3.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=6.0.0" + "eslint": ">=8.23.0" } }, "node_modules/eslint-plugin-jest": { @@ -9291,13 +9291,13 @@ } }, "eslint-plugin-eslint-plugin": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.4.1.tgz", - "integrity": "sha512-e4jJGw/ezJseAPutnIasBfnO0XMdp0wPD/upBvRtzN5tqMM3xiwXtcCmDyH5NHO79ij7olxpaNGATFqS+5480g==", + "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", - "estraverse": "^5.2.0" + "estraverse": "^5.3.0" } }, "eslint-plugin-jest": { diff --git a/package.json b/package.json index e9c2078b..fb0e592d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-doc-generator": "^0.25.0", - "eslint-plugin-eslint-plugin": "^4.4.1", + "eslint-plugin-eslint-plugin": "^6.0.0", "eslint-plugin-jest": "^26.9.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1",