From 6d5a37d2c643a862adaeca3f2de908576685958f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:29:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unused-imports from 3.1.0 to 4.1.4 Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 3.1.0 to 4.1.4. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.4) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 9777a8d..dedb025 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/jest": "^29.5.12", "@types/lodash": "^4.14.161", "@types/node": "^22.5.4", - "eslint-plugin-unused-imports": "^3.0.0", + "eslint-plugin-unused-imports": "^4.1.4", "jest": "^29.7.0", "ts-node": "^10.9.1", "typescript": "^4.7.4" diff --git a/yarn.lock b/yarn.lock index 733322d..bcfd252 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6079,17 +6079,10 @@ eslint-plugin-sort-destructure-keys@^1.4.0: dependencies: natural-compare-lite "^1.4.0" -eslint-plugin-unused-imports@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz#db015b569d3774e17a482388c95c17bd303bc602" - integrity sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw== - dependencies: - eslint-rule-composer "^0.3.0" - -eslint-rule-composer@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" - integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== +eslint-plugin-unused-imports@^4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz#62ddc7446ccbf9aa7b6f1f0b00a980423cda2738" + integrity sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ== eslint-scope@^5.1.1: version "5.1.1"