From 340ed1c648b242cde0541703788cd3ccc2bc27b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:22:03 +0000 Subject: [PATCH] Bump eslint-plugin-eslint-plugin from 4.4.1 to 5.0.2 Bumps [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin) from 4.4.1 to 5.0.2. - [Release notes](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.4.1...v5.0.2) --- 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..3fd0a4f 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.2", "eslint-plugin-import": "^2.24.2", "eslint-plugin-unicorn": "^37.0.1", "husky": "^7.0.2",