diff --git a/package-lock.json b/package-lock.json index c926fb3..7824606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "docsify-cli": "4.4.4", "eslint": "8.41.0", "eslint-plugin-storybook": "^0.8.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "4.1.3", "postcss": "^8.4.31", "prettier": "3.3.3", "storybook": "^8.2.5", @@ -11968,19 +11968,13 @@ } }, "node_modules/eslint-plugin-unused-imports": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz", - "integrity": "sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.3.tgz", + "integrity": "sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==", "dev": true, - "dependencies": { - "eslint-rule-composer": "^0.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", - "eslint": "^8.0.0" + "@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0", + "eslint": "^9.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -11988,15 +11982,6 @@ } } }, - "node_modules/eslint-rule-composer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz", - "integrity": "sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==", - "dev": true, - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/eslint-scope": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", diff --git a/package.json b/package.json index d8782c6..52ba51f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "docsify-cli": "4.4.4", "eslint": "8.41.0", "eslint-plugin-storybook": "^0.8.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "4.1.3", "postcss": "^8.4.31", "prettier": "3.3.3", "storybook": "^8.2.5",