From 1f4fdc1838c31924a1c87f12cafb2c30f0632800 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Dec 2021 23:32:34 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-import from 2.8.0 to 2.25.3 Snyk has created this PR to upgrade eslint-plugin-import from 2.8.0 to 2.25.3. See this package in npm: https://www.npmjs.com/package/eslint-plugin-import See this project in Snyk: https://app.snyk.io/org/jswheeler/project/c2791e48-9463-4013-aa41-aa8e432d118b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce6606..51fa882 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-config-react-app": "^2.0.1", "eslint-loader": "1.9.0", "eslint-plugin-flowtype": "2.39.1", - "eslint-plugin-import": "2.8.0", + "eslint-plugin-import": "2.25.3", "eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-react": "7.4.0", "extract-text-webpack-plugin": "3.0.2",