From 94a4684b3ac7f445fbc4d1f14338c94ad97e66fb Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 28 Oct 2021 10:21:26 -0400 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-eslint-plugin to 4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21daa8805..f57bf143c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-preset-airbnb": "^5.0.0", "eslint": "^3 || ^4 || ^5 || ^6 || ^7", "eslint-config-airbnb-base": "^14.2.1", - "eslint-plugin-eslint-plugin": "^4.0.1", + "eslint-plugin-eslint-plugin": "^4.0.2", "eslint-plugin-flowtype": "^5.8.0", "eslint-plugin-import": "^2.25.2", "estraverse": "^5.3.0",