From c169db28f4b3f63fa3d3d348fcfde534cfba89bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:58:22 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import-x to v4.3.0 (#3106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ff2104e95..55feb824f9 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint": "9.11.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.3", - "eslint-plugin-import-x": "4.2.1", + "eslint-plugin-import-x": "4.3.0", "eslint-plugin-lit": "1.15.0", "eslint-plugin-react": "7.36.1", "eslint-plugin-storybook": "0.8.0", diff --git a/yarn.lock b/yarn.lock index 3053a3d1e8..24f23be166 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4188,10 +4188,10 @@ eslint-module-utils@^2.8.1: dependencies: debug "^3.2.7" -eslint-plugin-import-x@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-4.2.1.tgz#575f311d51d960f46609dfa3fea9f027cd0cf60b" - integrity sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q== +eslint-plugin-import-x@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-4.3.0.tgz#1b59ca3bda6a34d2eb0c09196ccd1f905fc30861" + integrity sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w== dependencies: "@typescript-eslint/utils" "^8.1.0" debug "^4.3.4"