Skip to content

Commit 74554a7

Browse files
committed
Update dependency eslint-plugin-import to v2.31.0
1 parent 4f21196 commit 74554a7

File tree

2 files changed

+153
-35
lines changed

2 files changed

+153
-35
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "7.32.0",
2727
"eslint-config-prettier": "8.10.0",
2828
"eslint-config-react-app": "6.0.0",
29-
"eslint-plugin-import": "2.29.1",
29+
"eslint-plugin-import": "2.31.0",
3030
"eslint-plugin-jsx-a11y": "6.8.0",
3131
"eslint-plugin-react": "7.34.1",
3232
"eslint-plugin-react-hooks": "4.6.2",

yarn.lock

+152-34
Original file line numberDiff line numberDiff line change
@@ -3690,6 +3690,11 @@
36903690
estree-walker "^1.0.1"
36913691
picomatch "^2.2.2"
36923692

3693+
"@rtsao/scc@^1.1.0":
3694+
version "1.1.0"
3695+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
3696+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
3697+
36933698
"@sinonjs/commons@^1.7.0":
36943699
version "1.8.3"
36953700
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -5587,6 +5592,18 @@ array-includes@^3.1.7:
55875592
get-intrinsic "^1.2.1"
55885593
is-string "^1.0.7"
55895594

5595+
array-includes@^3.1.8:
5596+
version "3.1.8"
5597+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
5598+
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
5599+
dependencies:
5600+
call-bind "^1.0.7"
5601+
define-properties "^1.2.1"
5602+
es-abstract "^1.23.2"
5603+
es-object-atoms "^1.0.0"
5604+
get-intrinsic "^1.2.4"
5605+
is-string "^1.0.7"
5606+
55905607
array-tree-filter@^2.1.0:
55915608
version "2.1.0"
55925609
resolved "https://registry.yarnpkg.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz#873ac00fec83749f255ac8dd083814b4f6329190"
@@ -5625,16 +5642,17 @@ array.prototype.findlast@^1.2.4:
56255642
es-errors "^1.3.0"
56265643
es-shim-unscopables "^1.0.2"
56275644

5628-
array.prototype.findlastindex@^1.2.3:
5629-
version "1.2.3"
5630-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
5631-
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
5645+
array.prototype.findlastindex@^1.2.5:
5646+
version "1.2.5"
5647+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
5648+
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
56325649
dependencies:
5633-
call-bind "^1.0.2"
5634-
define-properties "^1.2.0"
5635-
es-abstract "^1.22.1"
5636-
es-shim-unscopables "^1.0.0"
5637-
get-intrinsic "^1.2.1"
5650+
call-bind "^1.0.7"
5651+
define-properties "^1.2.1"
5652+
es-abstract "^1.23.2"
5653+
es-errors "^1.3.0"
5654+
es-object-atoms "^1.0.0"
5655+
es-shim-unscopables "^1.0.2"
56385656

56395657
array.prototype.flat@^1.2.1:
56405658
version "1.2.4"
@@ -8305,6 +8323,58 @@ es-abstract@^1.23.0:
83058323
unbox-primitive "^1.0.2"
83068324
which-typed-array "^1.1.15"
83078325

8326+
es-abstract@^1.23.2:
8327+
version "1.23.3"
8328+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
8329+
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
8330+
dependencies:
8331+
array-buffer-byte-length "^1.0.1"
8332+
arraybuffer.prototype.slice "^1.0.3"
8333+
available-typed-arrays "^1.0.7"
8334+
call-bind "^1.0.7"
8335+
data-view-buffer "^1.0.1"
8336+
data-view-byte-length "^1.0.1"
8337+
data-view-byte-offset "^1.0.0"
8338+
es-define-property "^1.0.0"
8339+
es-errors "^1.3.0"
8340+
es-object-atoms "^1.0.0"
8341+
es-set-tostringtag "^2.0.3"
8342+
es-to-primitive "^1.2.1"
8343+
function.prototype.name "^1.1.6"
8344+
get-intrinsic "^1.2.4"
8345+
get-symbol-description "^1.0.2"
8346+
globalthis "^1.0.3"
8347+
gopd "^1.0.1"
8348+
has-property-descriptors "^1.0.2"
8349+
has-proto "^1.0.3"
8350+
has-symbols "^1.0.3"
8351+
hasown "^2.0.2"
8352+
internal-slot "^1.0.7"
8353+
is-array-buffer "^3.0.4"
8354+
is-callable "^1.2.7"
8355+
is-data-view "^1.0.1"
8356+
is-negative-zero "^2.0.3"
8357+
is-regex "^1.1.4"
8358+
is-shared-array-buffer "^1.0.3"
8359+
is-string "^1.0.7"
8360+
is-typed-array "^1.1.13"
8361+
is-weakref "^1.0.2"
8362+
object-inspect "^1.13.1"
8363+
object-keys "^1.1.1"
8364+
object.assign "^4.1.5"
8365+
regexp.prototype.flags "^1.5.2"
8366+
safe-array-concat "^1.1.2"
8367+
safe-regex-test "^1.0.3"
8368+
string.prototype.trim "^1.2.9"
8369+
string.prototype.trimend "^1.0.8"
8370+
string.prototype.trimstart "^1.0.8"
8371+
typed-array-buffer "^1.0.2"
8372+
typed-array-byte-length "^1.0.1"
8373+
typed-array-byte-offset "^1.0.2"
8374+
typed-array-length "^1.0.6"
8375+
unbox-primitive "^1.0.2"
8376+
which-typed-array "^1.1.15"
8377+
83088378
es-array-method-boxes-properly@^1.0.0:
83098379
version "1.0.0"
83108380
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -8514,34 +8584,36 @@ eslint-import-resolver-node@^0.3.9:
85148584
is-core-module "^2.13.0"
85158585
resolve "^1.22.4"
85168586

8517-
eslint-module-utils@^2.8.0:
8518-
version "2.8.0"
8519-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
8520-
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
8587+
eslint-module-utils@^2.12.0:
8588+
version "2.12.0"
8589+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
8590+
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
85218591
dependencies:
85228592
debug "^3.2.7"
85238593

8524-
eslint-plugin-import@2.29.1:
8525-
version "2.29.1"
8526-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
8527-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
8594+
eslint-plugin-import@2.31.0:
8595+
version "2.31.0"
8596+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
8597+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
85288598
dependencies:
8529-
array-includes "^3.1.7"
8530-
array.prototype.findlastindex "^1.2.3"
8599+
"@rtsao/scc" "^1.1.0"
8600+
array-includes "^3.1.8"
8601+
array.prototype.findlastindex "^1.2.5"
85318602
array.prototype.flat "^1.3.2"
85328603
array.prototype.flatmap "^1.3.2"
85338604
debug "^3.2.7"
85348605
doctrine "^2.1.0"
85358606
eslint-import-resolver-node "^0.3.9"
8536-
eslint-module-utils "^2.8.0"
8537-
hasown "^2.0.0"
8538-
is-core-module "^2.13.1"
8607+
eslint-module-utils "^2.12.0"
8608+
hasown "^2.0.2"
8609+
is-core-module "^2.15.1"
85398610
is-glob "^4.0.3"
85408611
minimatch "^3.1.2"
8541-
object.fromentries "^2.0.7"
8542-
object.groupby "^1.0.1"
8543-
object.values "^1.1.7"
8612+
object.fromentries "^2.0.8"
8613+
object.groupby "^1.0.3"
8614+
object.values "^1.2.0"
85448615
semver "^6.3.1"
8616+
string.prototype.trimend "^1.0.8"
85458617
tsconfig-paths "^3.15.0"
85468618

85478619
eslint-plugin-jsx-a11y@6.8.0:
@@ -10510,13 +10582,20 @@ is-ci@^2.0.0:
1051010582
dependencies:
1051110583
ci-info "^2.0.0"
1051210584

10513-
is-core-module@^2.13.0, is-core-module@^2.13.1:
10585+
is-core-module@^2.13.0:
1051410586
version "2.13.1"
1051510587
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
1051610588
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
1051710589
dependencies:
1051810590
hasown "^2.0.0"
1051910591

10592+
is-core-module@^2.15.1:
10593+
version "2.15.1"
10594+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
10595+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
10596+
dependencies:
10597+
hasown "^2.0.2"
10598+
1052010599
is-core-module@^2.2.0:
1052110600
version "2.4.0"
1052210601
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
@@ -12976,6 +13055,16 @@ object.fromentries@^2.0.7:
1297613055
define-properties "^1.2.0"
1297713056
es-abstract "^1.22.1"
1297813057

13058+
object.fromentries@^2.0.8:
13059+
version "2.0.8"
13060+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
13061+
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
13062+
dependencies:
13063+
call-bind "^1.0.7"
13064+
define-properties "^1.2.1"
13065+
es-abstract "^1.23.2"
13066+
es-object-atoms "^1.0.0"
13067+
1297913068
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.2:
1298013069
version "2.1.2"
1298113070
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -12985,15 +13074,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.2
1298513074
define-properties "^1.1.3"
1298613075
es-abstract "^1.18.0-next.2"
1298713076

12988-
object.groupby@^1.0.1:
12989-
version "1.0.1"
12990-
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
12991-
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
13077+
object.groupby@^1.0.3:
13078+
version "1.0.3"
13079+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
13080+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
1299213081
dependencies:
12993-
call-bind "^1.0.2"
12994-
define-properties "^1.2.0"
12995-
es-abstract "^1.22.1"
12996-
get-intrinsic "^1.2.1"
13082+
call-bind "^1.0.7"
13083+
define-properties "^1.2.1"
13084+
es-abstract "^1.23.2"
1299713085

1299813086
object.hasown@^1.1.3:
1299913087
version "1.1.3"
@@ -13038,6 +13126,15 @@ object.values@^1.1.7:
1303813126
define-properties "^1.2.0"
1303913127
es-abstract "^1.22.1"
1304013128

13129+
object.values@^1.2.0:
13130+
version "1.2.0"
13131+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
13132+
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
13133+
dependencies:
13134+
call-bind "^1.0.7"
13135+
define-properties "^1.2.1"
13136+
es-object-atoms "^1.0.0"
13137+
1304113138
objectorarray@^1.0.4:
1304213139
version "1.0.4"
1304313140
resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.4.tgz#d69b2f0ff7dc2701903d308bb85882f4ddb49483"
@@ -16223,6 +16320,15 @@ string.prototype.trimstart@^1.0.7:
1622316320
define-properties "^1.2.0"
1622416321
es-abstract "^1.22.1"
1622516322

16323+
string.prototype.trimstart@^1.0.8:
16324+
version "1.0.8"
16325+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde"
16326+
integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==
16327+
dependencies:
16328+
call-bind "^1.0.7"
16329+
define-properties "^1.2.1"
16330+
es-object-atoms "^1.0.0"
16331+
1622616332
string_decoder@^1.0.0, string_decoder@^1.1.1:
1622716333
version "1.3.0"
1622816334
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -16970,6 +17076,18 @@ typed-array-length@^1.0.5:
1697017076
is-typed-array "^1.1.13"
1697117077
possible-typed-array-names "^1.0.0"
1697217078

17079+
typed-array-length@^1.0.6:
17080+
version "1.0.6"
17081+
resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3"
17082+
integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==
17083+
dependencies:
17084+
call-bind "^1.0.7"
17085+
for-each "^0.3.3"
17086+
gopd "^1.0.1"
17087+
has-proto "^1.0.3"
17088+
is-typed-array "^1.1.13"
17089+
possible-typed-array-names "^1.0.0"
17090+
1697317091
typedarray-to-buffer@^3.1.5:
1697417092
version "3.1.5"
1697517093
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"

0 commit comments

Comments
 (0)