From 591a9655a8657359ac951ba3729bb39893e0d01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:27:11 +0100 Subject: [PATCH] chore(deps): bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.18.0 (#883) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eslint/package.json b/config/eslint/package.json index 945d0d6ad5..563f42ab39 100644 --- a/config/eslint/package.json +++ b/config/eslint/package.json @@ -12,7 +12,7 @@ "index.js" ], "dependencies": { - "@typescript-eslint/eslint-plugin": "4.16.1", + "@typescript-eslint/eslint-plugin": "4.18.0", "@typescript-eslint/parser": "4.17.0", "babel-eslint": "10.1.0", "eslint-config-react-app": "6.0.0",