diff --git a/package-lock.json b/package-lock.json index 6533813..62b89b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-sort-keys-fix": "1.1.1", "eslint-plugin-typescript-sort-keys": "1.7.0", - "eslint-plugin-unused-imports": "1.1.1", + "eslint-plugin-unused-imports": "1.1.5", "prettier": "3.2.5", "ts-node": "10.0.0", "typescript": "4.4.3" @@ -1319,15 +1319,24 @@ } }, "node_modules/eslint-plugin-unused-imports": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.1.tgz", - "integrity": "sha512-EApvRx9Q3XQI96Tg7xPPqY6OuOy95wWMXAtc8RrwdIRk9bv8vkJKwOVoE4HeWJOQhHeHcI8lUbOqmup/PxjfOw==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz", + "integrity": "sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==", "dev": true, "dependencies": { "eslint-rule-composer": "^0.3.0" }, "engines": { - "node": ">=0.10.0" + "node": "^10.12.0 || >=12.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^4.14.2", + "eslint": "^6.0.0 || ^7.0.0" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + } } }, "node_modules/eslint-rule-composer": { @@ -4349,9 +4358,9 @@ } }, "eslint-plugin-unused-imports": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.1.tgz", - "integrity": "sha512-EApvRx9Q3XQI96Tg7xPPqY6OuOy95wWMXAtc8RrwdIRk9bv8vkJKwOVoE4HeWJOQhHeHcI8lUbOqmup/PxjfOw==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz", + "integrity": "sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==", "dev": true, "requires": { "eslint-rule-composer": "^0.3.0" diff --git a/package.json b/package.json index 1577d41..92d3e51 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-sort-keys-fix": "1.1.1", "eslint-plugin-typescript-sort-keys": "1.7.0", - "eslint-plugin-unused-imports": "1.1.1", + "eslint-plugin-unused-imports": "1.1.5", "prettier": "3.2.5", "ts-node": "10.0.0", "typescript": "4.4.3"