Skip to content

Commit 9aa6d25

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.29.0
1 parent 02e534b commit 9aa6d25

File tree

2 files changed

+86
-41
lines changed

2 files changed

+86
-41
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint": "4.19.1",
88
"eslint-config-react-app": "2.1.0",
99
"eslint-plugin-flowtype": "2.50.3",
10-
"eslint-plugin-import": "2.28.0",
10+
"eslint-plugin-import": "2.29.0",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
1212
"eslint-plugin-react": "7.33.2",
1313
"jwt-decode": "2.2.0",

advanced/yarn.lock

+85-40
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,17 @@ array-includes@^3.1.6:
17511751
get-intrinsic "^1.1.3"
17521752
is-string "^1.0.7"
17531753

1754+
array-includes@^3.1.7:
1755+
version "3.1.7"
1756+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
1757+
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
1758+
dependencies:
1759+
call-bind "^1.0.2"
1760+
define-properties "^1.2.0"
1761+
es-abstract "^1.22.1"
1762+
get-intrinsic "^1.2.1"
1763+
is-string "^1.0.7"
1764+
17541765
array-map@~0.0.0:
17551766
version "0.0.0"
17561767
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
@@ -1783,25 +1794,25 @@ array-unique@^0.3.2:
17831794
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
17841795
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
17851796

1786-
array.prototype.findlastindex@^1.2.2:
1787-
version "1.2.2"
1788-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b"
1789-
integrity sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==
1797+
array.prototype.findlastindex@^1.2.3:
1798+
version "1.2.3"
1799+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
1800+
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
17901801
dependencies:
17911802
call-bind "^1.0.2"
1792-
define-properties "^1.1.4"
1793-
es-abstract "^1.20.4"
1803+
define-properties "^1.2.0"
1804+
es-abstract "^1.22.1"
17941805
es-shim-unscopables "^1.0.0"
1795-
get-intrinsic "^1.1.3"
1806+
get-intrinsic "^1.2.1"
17961807

1797-
array.prototype.flat@^1.3.1:
1798-
version "1.3.1"
1799-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
1800-
integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==
1808+
array.prototype.flat@^1.3.2:
1809+
version "1.3.2"
1810+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
1811+
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
18011812
dependencies:
18021813
call-bind "^1.0.2"
1803-
define-properties "^1.1.4"
1804-
es-abstract "^1.20.4"
1814+
define-properties "^1.2.0"
1815+
es-abstract "^1.22.1"
18051816
es-shim-unscopables "^1.0.0"
18061817

18071818
array.prototype.flatmap@^1.3.1:
@@ -1814,6 +1825,16 @@ array.prototype.flatmap@^1.3.1:
18141825
es-abstract "^1.20.4"
18151826
es-shim-unscopables "^1.0.0"
18161827

1828+
array.prototype.flatmap@^1.3.2:
1829+
version "1.3.2"
1830+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
1831+
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
1832+
dependencies:
1833+
call-bind "^1.0.2"
1834+
define-properties "^1.2.0"
1835+
es-abstract "^1.22.1"
1836+
es-shim-unscopables "^1.0.0"
1837+
18171838
array.prototype.tosorted@^1.1.1:
18181839
version "1.1.1"
18191840
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
@@ -4219,7 +4240,7 @@ es-abstract@^1.19.0:
42194240
string.prototype.trimstart "^1.0.4"
42204241
unbox-primitive "^1.0.1"
42214242

4222-
es-abstract@^1.20.4, es-abstract@^1.21.2:
4243+
es-abstract@^1.20.4:
42234244
version "1.22.1"
42244245
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
42254246
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@@ -4432,10 +4453,10 @@ eslint-import-resolver-node@^0.3.1:
44324453
debug "^2.6.9"
44334454
resolve "^1.5.0"
44344455

4435-
eslint-import-resolver-node@^0.3.7:
4436-
version "0.3.8"
4437-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.8.tgz#be719e72f5e96dcef7a60f74147c842db0c74b06"
4438-
integrity sha512-tEe+Pok22qIGaK3KoMP+N96GVDS66B/zreoVVmiavLvRUEmGRtvb4B8wO9jwnb8d2lvHtrkhZ7UD73dWBVnf/Q==
4456+
eslint-import-resolver-node@^0.3.9:
4457+
version "0.3.9"
4458+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
4459+
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
44394460
dependencies:
44404461
debug "^3.2.7"
44414462
is-core-module "^2.13.0"
@@ -4502,27 +4523,26 @@ [email protected]:
45024523
read-pkg-up "^2.0.0"
45034524
resolve "^1.6.0"
45044525

4505-
eslint-plugin-import@2.28.0:
4506-
version "2.28.0"
4507-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
4508-
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
4526+
eslint-plugin-import@2.29.0:
4527+
version "2.29.0"
4528+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
4529+
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
45094530
dependencies:
4510-
array-includes "^3.1.6"
4511-
array.prototype.findlastindex "^1.2.2"
4512-
array.prototype.flat "^1.3.1"
4513-
array.prototype.flatmap "^1.3.1"
4531+
array-includes "^3.1.7"
4532+
array.prototype.findlastindex "^1.2.3"
4533+
array.prototype.flat "^1.3.2"
4534+
array.prototype.flatmap "^1.3.2"
45144535
debug "^3.2.7"
45154536
doctrine "^2.1.0"
4516-
eslint-import-resolver-node "^0.3.7"
4537+
eslint-import-resolver-node "^0.3.9"
45174538
eslint-module-utils "^2.8.0"
4518-
has "^1.0.3"
4519-
is-core-module "^2.12.1"
4539+
hasown "^2.0.0"
4540+
is-core-module "^2.13.1"
45204541
is-glob "^4.0.3"
45214542
minimatch "^3.1.2"
4522-
object.fromentries "^2.0.6"
4523-
object.groupby "^1.0.0"
4524-
object.values "^1.1.6"
4525-
resolve "^1.22.3"
4543+
object.fromentries "^2.0.7"
4544+
object.groupby "^1.0.1"
4545+
object.values "^1.1.7"
45264546
semver "^6.3.1"
45274547
tsconfig-paths "^3.14.2"
45284548

@@ -6654,13 +6674,20 @@ is-color-stop@^1.0.0:
66546674
rgb-regex "^1.0.1"
66556675
rgba-regex "^1.0.0"
66566676

6657-
is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.9.0:
6677+
is-core-module@^2.13.0, is-core-module@^2.9.0:
66586678
version "2.13.0"
66596679
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
66606680
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
66616681
dependencies:
66626682
has "^1.0.3"
66636683

6684+
is-core-module@^2.13.1:
6685+
version "2.13.1"
6686+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
6687+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
6688+
dependencies:
6689+
hasown "^2.0.0"
6690+
66646691
is-data-descriptor@^0.1.4:
66656692
version "0.1.4"
66666693
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8856,6 +8883,15 @@ object.fromentries@^2.0.6:
88568883
define-properties "^1.1.4"
88578884
es-abstract "^1.20.4"
88588885

8886+
object.fromentries@^2.0.7:
8887+
version "2.0.7"
8888+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
8889+
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
8890+
dependencies:
8891+
call-bind "^1.0.2"
8892+
define-properties "^1.2.0"
8893+
es-abstract "^1.22.1"
8894+
88598895
object.getownpropertydescriptors@^2.0.3:
88608896
version "2.0.3"
88618897
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -8864,14 +8900,14 @@ object.getownpropertydescriptors@^2.0.3:
88648900
define-properties "^1.1.2"
88658901
es-abstract "^1.5.1"
88668902

8867-
object.groupby@^1.0.0:
8868-
version "1.0.0"
8869-
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.0.tgz#cb29259cf90f37e7bac6437686c1ea8c916d12a9"
8870-
integrity sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==
8903+
object.groupby@^1.0.1:
8904+
version "1.0.1"
8905+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
8906+
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
88718907
dependencies:
88728908
call-bind "^1.0.2"
88738909
define-properties "^1.2.0"
8874-
es-abstract "^1.21.2"
8910+
es-abstract "^1.22.1"
88758911
get-intrinsic "^1.2.1"
88768912

88778913
object.hasown@^1.1.2:
@@ -8916,6 +8952,15 @@ object.values@^1.1.6:
89168952
define-properties "^1.1.4"
89178953
es-abstract "^1.20.4"
89188954

8955+
object.values@^1.1.7:
8956+
version "1.1.7"
8957+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
8958+
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
8959+
dependencies:
8960+
call-bind "^1.0.2"
8961+
define-properties "^1.2.0"
8962+
es-abstract "^1.22.1"
8963+
89198964
obuf@^1.0.0:
89208965
version "1.1.1"
89218966
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
@@ -11033,7 +11078,7 @@ [email protected], resolve@^1.6.0, resolve@^1.8.1:
1103311078
dependencies:
1103411079
path-parse "^1.0.6"
1103511080

11036-
resolve@^1.22.3, resolve@^1.22.4:
11081+
resolve@^1.22.4:
1103711082
version "1.22.4"
1103811083
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.4.tgz#1dc40df46554cdaf8948a486a10f6ba1e2026c34"
1103911084
integrity sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==

0 commit comments

Comments
 (0)