From 3f416b2740a35aa21ff92b9aa61c00854fe508f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 03:48:41 +0000 Subject: [PATCH] Bump eslint-plugin-import from 2.7.0 to 2.22.0 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.7.0 to 2.22.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.7.0...v2.22.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 018ac9f..10f15f5 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "css-loader": "^0.28.7", "eslint": "^4.9.0", "eslint-config-airbnb-base": "^12.1.0", - "eslint-plugin-import": "2.7.0", + "eslint-plugin-import": "2.22.0", "extract-text-webpack-plugin": "^3.0.1", "html-webpack-plugin": "^2.30.1", "imagemin-webpack-plugin": "^1.6.1",