From cbd1fcb17b97848fddcddef7383dc7d85078616a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jun 2021 01:41:31 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-import from 2.18.2 to 2.22.1 Snyk has created this PR to upgrade eslint-plugin-import from 2.18.2 to 2.22.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-import See this project in Snyk: https://app.snyk.io/org/cadamsapptio.com/project/704d0619-0000-4b7e-adf0-e84ef368e7ca?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96dec45cfd..75193ab1b6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "6.2.1", "eslint-config-airbnb": "18.0.1", "eslint-import-resolver-webpack": "0.11.1", - "eslint-plugin-import": "2.18.2", + "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.14.3", "eslint-plugin-react-hooks": "1.7.0"