From 4eb580414227e9cc21a46f7f41f38a05c2784cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:09:46 +0000 Subject: [PATCH] Bump eslint-plugin-eslint-plugin from 4.4.1 to 5.0.8 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 4.4.1 to 5.0.8. - [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.8) --- 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..7c37693 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.8", "eslint-plugin-import": "^2.24.2", "eslint-plugin-unicorn": "^37.0.1", "husky": "^7.0.2",