From 21e083098d4b831a42bc483972e0f21eeb3b5736 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 03:37:51 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-import from 2.16.0 to 2.26.0 Snyk has created this PR to upgrade eslint-plugin-import from 2.16.0 to 2.26.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-import See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/881648f9-26c6-4ada-9b82-c883fd2c850c?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 fb2aba1b..cdd04554 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", + "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", "mocha": "^6.2.2",