From 973cb60b6ad3e6ee645588e726c4bff37d39c241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:58:44 +0000 Subject: [PATCH] Bump eslint-plugin-unused-imports from 4.1.3 to 4.1.4 Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 4.1.3 to 4.1.4. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a113fe0fb3cb..1d17677a0da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "ejs": "3.1.10", "eslint": "9.10.0", "eslint-plugin-import-x": "4.2.1", - "eslint-plugin-unused-imports": "4.1.3", + "eslint-plugin-unused-imports": "4.1.4", "execa": "9.3.1", "fast-xml-parser": "4.5.0", "glob": "10.4.2", @@ -5461,10 +5461,9 @@ } }, "node_modules/eslint-plugin-unused-imports": { - "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==", - "license": "MIT", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz", + "integrity": "sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0", "eslint": "^9.0.0 || ^8.0.0" diff --git a/package.json b/package.json index b5bc44498d6a..e10f76705e5a 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "ejs": "3.1.10", "eslint": "9.10.0", "eslint-plugin-import-x": "4.2.1", - "eslint-plugin-unused-imports": "4.1.3", + "eslint-plugin-unused-imports": "4.1.4", "execa": "9.3.1", "fast-xml-parser": "4.5.0", "glob": "10.4.2",