Skip to content

Commit 7dd33ee

Browse files
fix(deps): update dependency eslint-plugin-import to v2.24.1 (#366)
Co-authored-by: Renovate Bot <[email protected]>
1 parent df88284 commit 7dd33ee

File tree

2 files changed

+32
-43
lines changed

2 files changed

+32
-43
lines changed

package.json

+1-1
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.24.0",
15+
"eslint-plugin-import": "2.24.1",
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

+31-42
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,6 @@
353353
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
354354
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
355355

356-
"@types/json5@^0.0.29":
357-
version "0.0.29"
358-
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
359-
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
360-
361356
"@types/minimatch@*":
362357
version "3.0.3"
363358
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -1937,10 +1932,10 @@ [email protected]:
19371932
dependencies:
19381933
confusing-browser-globals "1.0.10"
19391934

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==
1935+
eslint-import-resolver-node@^0.3.6:
1936+
version "0.3.6"
1937+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
1938+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
19441939
dependencies:
19451940
debug "^3.2.7"
19461941
resolve "^1.20.0"
@@ -1953,26 +1948,26 @@ eslint-module-utils@^2.6.2:
19531948
debug "^3.2.7"
19541949
pkg-dir "^2.0.0"
19551950

1956-
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==
1951+
1952+
version "2.24.1"
1953+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1.tgz#64aba8b567a1ba9921d5465586e86c491b8e2135"
1954+
integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==
19601955
dependencies:
19611956
array-includes "^3.1.3"
19621957
array.prototype.flat "^1.2.4"
19631958
debug "^2.6.9"
19641959
doctrine "^2.1.0"
1965-
eslint-import-resolver-node "^0.3.5"
1960+
eslint-import-resolver-node "^0.3.6"
19661961
eslint-module-utils "^2.6.2"
19671962
find-up "^2.0.0"
19681963
has "^1.0.3"
1969-
is-core-module "^2.4.0"
1964+
is-core-module "^2.6.0"
19701965
minimatch "^3.0.4"
1971-
object.values "^1.1.3"
1966+
object.values "^1.1.4"
19721967
pkg-up "^2.0.0"
19731968
read-pkg-up "^3.0.0"
19741969
resolve "^1.20.0"
1975-
tsconfig-paths "^3.9.0"
1970+
tsconfig-paths "^3.10.1"
19761971

19771972
19781973
version "6.4.1"
@@ -3136,10 +3131,10 @@ is-core-module@^2.2.0:
31363131
dependencies:
31373132
has "^1.0.3"
31383133

3139-
is-core-module@^2.4.0:
3140-
version "2.4.0"
3141-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
3142-
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
3134+
is-core-module@^2.6.0:
3135+
version "2.6.0"
3136+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
3137+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
31433138
dependencies:
31443139
has "^1.0.3"
31453140

@@ -3501,12 +3496,12 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
35013496
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
35023497
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
35033498

3504-
json5@^1.0.1:
3505-
version "1.0.1"
3506-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
3507-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
3499+
json5@^2.2.0:
3500+
version "2.2.0"
3501+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
3502+
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
35083503
dependencies:
3509-
minimist "^1.2.0"
3504+
minimist "^1.2.5"
35103505

35113506
jsonfile@^4.0.0:
35123507
version "4.0.0"
@@ -4151,6 +4146,11 @@ minimist@^1.1.3, minimist@^1.2.0:
41514146
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
41524147
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
41534148

4149+
minimist@^1.2.5:
4150+
version "1.2.5"
4151+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
4152+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
4153+
41544154
minimist@~0.0.1:
41554155
version "0.0.10"
41564156
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
@@ -4718,16 +4718,6 @@ object.pick@^1.3.0:
47184718
dependencies:
47194719
isobject "^3.0.1"
47204720

4721-
object.values@^1.1.3:
4722-
version "1.1.3"
4723-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
4724-
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
4725-
dependencies:
4726-
call-bind "^1.0.2"
4727-
define-properties "^1.1.3"
4728-
es-abstract "^1.18.0-next.2"
4729-
has "^1.0.3"
4730-
47314721
object.values@^1.1.4:
47324722
version "1.1.4"
47334723
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
@@ -6379,13 +6369,12 @@ trim-off-newlines@^1.0.0:
63796369
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
63806370
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
63816371

6382-
tsconfig-paths@^3.9.0:
6383-
version "3.9.0"
6384-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
6385-
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
6372+
tsconfig-paths@^3.10.1:
6373+
version "3.10.1"
6374+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
6375+
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
63866376
dependencies:
6387-
"@types/json5" "^0.0.29"
6388-
json5 "^1.0.1"
6377+
json5 "^2.2.0"
63896378
minimist "^1.2.0"
63906379
strip-bom "^3.0.0"
63916380

0 commit comments

Comments
 (0)