Skip to content

Commit b01457b

Browse files
fix(deps): update dependency eslint-plugin-import to v2.24.0 (#360)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3064372 commit b01457b

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint-config-prettier": "7.2.0",
1313
"eslint-config-xo": "0.38.0",
1414
"eslint-config-xo-react": "0.25.0",
15-
"eslint-plugin-import": "2.23.4",
15+
"eslint-plugin-import": "2.24.0",
1616
"eslint-plugin-jsx-a11y": "6.4.1",
1717
"eslint-plugin-prefer-arrow": "1.2.3",
1818
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,33 +1937,33 @@ [email protected]:
19371937
dependencies:
19381938
confusing-browser-globals "1.0.10"
19391939

1940-
eslint-import-resolver-node@^0.3.4:
1941-
version "0.3.4"
1942-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
1943-
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
1940+
eslint-import-resolver-node@^0.3.5:
1941+
version "0.3.5"
1942+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4"
1943+
integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==
19441944
dependencies:
1945-
debug "^2.6.9"
1946-
resolve "^1.13.1"
1945+
debug "^3.2.7"
1946+
resolve "^1.20.0"
19471947

1948-
eslint-module-utils@^2.6.1:
1949-
version "2.6.1"
1950-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
1951-
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
1948+
eslint-module-utils@^2.6.2:
1949+
version "2.6.2"
1950+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
1951+
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
19521952
dependencies:
19531953
debug "^3.2.7"
19541954
pkg-dir "^2.0.0"
19551955

1956-
eslint-plugin-import@2.23.4:
1957-
version "2.23.4"
1958-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
1959-
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
1956+
eslint-plugin-import@2.24.0:
1957+
version "2.24.0"
1958+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177"
1959+
integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg==
19601960
dependencies:
19611961
array-includes "^3.1.3"
19621962
array.prototype.flat "^1.2.4"
19631963
debug "^2.6.9"
19641964
doctrine "^2.1.0"
1965-
eslint-import-resolver-node "^0.3.4"
1966-
eslint-module-utils "^2.6.1"
1965+
eslint-import-resolver-node "^0.3.5"
1966+
eslint-module-utils "^2.6.2"
19671967
find-up "^2.0.0"
19681968
has "^1.0.3"
19691969
is-core-module "^2.4.0"
@@ -5547,13 +5547,6 @@ resolve@^1.12.0:
55475547
dependencies:
55485548
path-parse "^1.0.6"
55495549

5550-
resolve@^1.13.1:
5551-
version "1.17.0"
5552-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
5553-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
5554-
dependencies:
5555-
path-parse "^1.0.6"
5556-
55575550
resolve@^1.20.0:
55585551
version "1.20.0"
55595552
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"

0 commit comments

Comments
 (0)