From c414ca803fedd8998b8a042c9de6ffb7da40f2f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 00:46:13 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-import from 2.14.0 to 2.31.0 Snyk has created this PR to upgrade eslint-plugin-import from 2.14.0 to 2.31.0. See this package in npm: eslint-plugin-import See this project in Snyk: https://app.snyk.io/org/gupta.vishesh1100/project/6c72b7ea-9a58-43ac-87ae-f6c4920ca4be?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/preact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/preact/package.json b/examples/preact/package.json index 038424e86b630c..49261e226dcdfb 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -23,7 +23,7 @@ "eslint-config-react-app": "^3.0.8", "eslint-loader": "2.1.1", "eslint-plugin-flowtype": "2.50.1", - "eslint-plugin-import": "2.14.0", + "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-react": "7.12.4", "file-loader": "2.0.0",