diff --git a/package.json b/package.json index 611fc59b328..15a9fd04e52 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "eslint": "9.6.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", - "eslint-plugin-import-x": "3.0.0", + "eslint-plugin-import-x": "3.0.1", "eslint-plugin-lit": "1.14.0", "eslint-plugin-react": "7.34.3", "eslint-plugin-storybook": "0.8.0", diff --git a/yarn.lock b/yarn.lock index eaf3ce91735..b74c6109b64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1919,6 +1919,11 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz#5d694d345ce36b6ecf657349e03eb87297e68da4" integrity sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g== +"@rtsao/scc@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" + integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== + "@rushstack/node-core-library@4.0.2": version "4.0.2" resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-4.0.2.tgz#e26854a3314b279d57e8abdb4acce7797d02f554" @@ -5042,11 +5047,12 @@ eslint-module-utils@^2.7.4: dependencies: debug "^3.2.7" -eslint-plugin-import-x@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-3.0.0.tgz#196d8f5643d6f4f4371b0c254a38c154e327255b" - integrity sha512-zk3QklFELk7mrSlhP9C27NpKx86G5YtIEvDV1dIJRS3VOIm5tCHQCln2JkwbO5lpYOvyYSoro35PCAAVG9lY8w== +eslint-plugin-import-x@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-3.0.1.tgz#e65b383a6e6708d3d7961bd36f157d7f5b5bb51d" + integrity sha512-jzQgJuE4ssxwNi0aMBkOL8whd4eHb0Z/uFWsk8uEoYB7xwTkAptSKojLzRswxgf/1bhH6QgcLjgabUBQqluBIg== dependencies: + "@rtsao/scc" "^1.1.0" "@typescript-eslint/utils" "^7.4.0" debug "^4.3.4" doctrine "^3.0.0"