From c9cfba95490cee59a1d8e7333738b1b3f6265ed6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 01:29:39 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-import from 2.24.2 to 2.30.0 Snyk has created this PR to upgrade eslint-plugin-import from 2.24.2 to 2.30.0. See this package in npm: eslint-plugin-import See this project in Snyk: https://app.snyk.io/org/sarrac3873/project/6d00ae62-e46c-45d8-b501-129fb2d85f1c?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 85e9f2a..79158ed 100644 --- a/package.json +++ b/package.json @@ -630,7 +630,7 @@ "babel-preset-env": "~1.7.0", "eslint": "~7.32.0", "eslint-import-resolver-webpack": "~0.13.1", - "eslint-plugin-import": "~2.24.0", + "eslint-plugin-import": "~2.30.0", "prettier": "~2.3.2", "vsce": "~1.96.1", "webpack": "~5.50.0",