diff --git a/package.json b/package.json index 7f42c1324f4..72c271051b9 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint": "9.17.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.7.0", - "eslint-plugin-import-x": "4.5.0", + "eslint-plugin-import-x": "4.5.1", "eslint-plugin-lit": "1.15.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-storybook": "0.11.1", diff --git a/yarn.lock b/yarn.lock index ca04232da67..2ba88371636 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1661,6 +1661,11 @@ resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd" integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw== +"@types/doctrine@^0.0.9": + version "0.0.9" + resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.9.tgz#d86a5f452a15e3e3113b99e39616a9baa0f9863f" + integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA== + "@types/estree@1.0.6", "@types/estree@^1.0.0", "@types/estree@^1.0.6": version "1.0.6" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" @@ -4103,11 +4108,12 @@ eslint-import-resolver-typescript@3.7.0: is-glob "^4.0.3" stable-hash "^0.0.4" -eslint-plugin-import-x@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-4.5.0.tgz#a2e65113513c4ee44bec13ed600389558b041cf0" - integrity sha512-l0OTfnPF8RwmSXfjT75N8d6ZYLVrVYWpaGlgvVkVqFERCI5SyBfDP7QEMr3kt0zWi2sOa9EQ47clbdFsHkF83Q== +eslint-plugin-import-x@4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-4.5.1.tgz#07ea3e6053ca027d8c4568c3073f53c77020d6bf" + integrity sha512-Wyut9jDeHdfZSebiWRmmOYDBov33M0ZZ3x9J/lD1v4M3nBgMNC02XH6Kq271pMxJWqctVRCjA+X5AQJZ2FezoQ== dependencies: + "@types/doctrine" "^0.0.9" "@typescript-eslint/scope-manager" "^8.1.0" "@typescript-eslint/utils" "^8.1.0" debug "^4.3.4"