From c261fbc7a0e5c16df97d34d903837a4f81e2dac8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 13:40:27 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.21.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4afcda7bcc..5f8956a37e 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint-config-airbnb": "~18.1.0", "eslint-config-prettier": "~6.11.0", "eslint-import-resolver-typescript": "~2.0.0", - "eslint-plugin-import": "~2.20.2", + "eslint-plugin-import": "~2.21.1", "eslint-plugin-jest": "~23.13.0", "eslint-plugin-jsx-a11y": "~6.2.3", "eslint-plugin-prettier": "~3.1.2",