From 334da9e1049a3dae49a5f966bbec0fbc27324d6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 16:07:11 +0100 Subject: [PATCH] chore: Bump eslint-plugin-import from 2.18.2 to 2.20.0 (#30) Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.20.0. - [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.18.2...v2.20.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: Kevin Clifford --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e2894f..da8767c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "^6.1.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-flowtype": "^4.0.0", - "eslint-plugin-import": "2.18.2", + "eslint-plugin-import": "^2.20.0", "flow-bin": "^0.116.1", "istanbul": "^1.0.0-alpha.2", "mocha": "^7.0.1",