From 10a4f4a0a984fce6c72c7b74acc1b3d642410a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:08:17 +0000 Subject: [PATCH] Bump eslint-plugin-eslint-plugin from 4.4.1 to 5.0.7 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 4.4.1 to 5.0.7. - [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...v5.0.7) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 407d456..ad5c374 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@babel/eslint-parser": "^7.15.8", "acorn": "^8.5.0", "eslint": "^8.0.0", - "eslint-plugin-eslint-plugin": "^4.0.0", + "eslint-plugin-eslint-plugin": "^5.0.7", "eslint-plugin-import": "^2.24.2", "eslint-plugin-unicorn": "^37.0.1", "husky": "^7.0.2",