Skip to content

Commit 4927614

Browse files
chore(deps): update dependency eslint-plugin-react to v7.33.2
1 parent db72c7c commit 4927614

File tree

1 file changed

+99
-28
lines changed

1 file changed

+99
-28
lines changed

yarn.lock

Lines changed: 99 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,6 +3186,13 @@ async@^3.2.2:
31863186
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
31873187
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
31883188

3189+
asynciterator.prototype@^1.0.0:
3190+
version "1.0.0"
3191+
resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62"
3192+
integrity sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==
3193+
dependencies:
3194+
has-symbols "^1.0.3"
3195+
31893196
asynckit@^0.4.0:
31903197
version "0.4.0"
31913198
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -4439,7 +4446,7 @@ errorhandler@^1.5.1:
44394446
accepts "~1.3.7"
44404447
escape-html "~1.0.3"
44414448

4442-
es-abstract@^1.19.0, es-abstract@^1.20.4:
4449+
es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.3:
44434450
version "1.22.1"
44444451
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
44454452
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@@ -4499,6 +4506,26 @@ es-get-iterator@^1.1.3:
44994506
isarray "^2.0.5"
45004507
stop-iteration-iterator "^1.0.0"
45014508

4509+
es-iterator-helpers@^1.0.12:
4510+
version "1.0.13"
4511+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz#72101046ffc19baf9996adc70e6177a26e6e8084"
4512+
integrity sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==
4513+
dependencies:
4514+
asynciterator.prototype "^1.0.0"
4515+
call-bind "^1.0.2"
4516+
define-properties "^1.2.0"
4517+
es-abstract "^1.21.3"
4518+
es-set-tostringtag "^2.0.1"
4519+
function-bind "^1.1.1"
4520+
get-intrinsic "^1.2.1"
4521+
globalthis "^1.0.3"
4522+
has-property-descriptors "^1.0.0"
4523+
has-proto "^1.0.1"
4524+
has-symbols "^1.0.3"
4525+
internal-slot "^1.0.5"
4526+
iterator.prototype "^1.1.0"
4527+
safe-array-concat "^1.0.0"
4528+
45024529
es-set-tostringtag@^2.0.1:
45034530
version "2.0.1"
45044531
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -4696,14 +4723,15 @@ eslint-plugin-react-native@^4.0.0:
46964723
eslint-plugin-react-native-globals "^0.1.1"
46974724

46984725
eslint-plugin-react@^7.32.2:
4699-
version "7.33.0"
4700-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
4701-
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
4726+
version "7.33.2"
4727+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
4728+
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
47024729
dependencies:
47034730
array-includes "^3.1.6"
47044731
array.prototype.flatmap "^1.3.1"
47054732
array.prototype.tosorted "^1.1.1"
47064733
doctrine "^2.1.0"
4734+
es-iterator-helpers "^1.0.12"
47074735
estraverse "^5.3.0"
47084736
jsx-ast-utils "^2.4.1 || ^3.0.0"
47094737
minimatch "^3.1.2"
@@ -5880,6 +5908,13 @@ is-arrayish@^0.3.1:
58805908
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
58815909
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
58825910

5911+
is-async-function@^2.0.0:
5912+
version "2.0.0"
5913+
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
5914+
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
5915+
dependencies:
5916+
has-tostringtag "^1.0.0"
5917+
58835918
is-bigint@^1.0.1:
58845919
version "1.0.4"
58855920
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
@@ -5905,20 +5940,13 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
59055940
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
59065941
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
59075942

5908-
is-core-module@^2.11.0, is-core-module@^2.13.0:
5943+
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.9.0:
59095944
version "2.13.0"
59105945
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
59115946
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
59125947
dependencies:
59135948
has "^1.0.3"
59145949

5915-
is-core-module@^2.9.0:
5916-
version "2.12.1"
5917-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
5918-
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
5919-
dependencies:
5920-
has "^1.0.3"
5921-
59225950
is-date-object@^1.0.1, is-date-object@^1.0.5:
59235951
version "1.0.5"
59245952
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -5951,6 +5979,13 @@ is-extglob@^2.1.1:
59515979
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
59525980
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
59535981

5982+
is-finalizationregistry@^1.0.2:
5983+
version "1.0.2"
5984+
resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6"
5985+
integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==
5986+
dependencies:
5987+
call-bind "^1.0.2"
5988+
59545989
is-fullwidth-code-point@^2.0.0:
59555990
version "2.0.0"
59565991
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
@@ -5961,6 +5996,13 @@ is-fullwidth-code-point@^3.0.0:
59615996
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
59625997
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
59635998

5999+
is-generator-function@^1.0.10:
6000+
version "1.0.10"
6001+
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
6002+
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
6003+
dependencies:
6004+
has-tostringtag "^1.0.0"
6005+
59646006
is-glob@^2.0.0:
59656007
version "2.0.1"
59666008
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -6184,6 +6226,17 @@ istanbul-lib-instrument@^5.0.4:
61846226
istanbul-lib-coverage "^3.2.0"
61856227
semver "^6.3.0"
61866228

6229+
iterator.prototype@^1.1.0:
6230+
version "1.1.0"
6231+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.0.tgz#690c88b043d821f783843aaf725d7ac3b62e3b46"
6232+
integrity sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==
6233+
dependencies:
6234+
define-properties "^1.1.4"
6235+
get-intrinsic "^1.1.3"
6236+
has-symbols "^1.0.3"
6237+
has-tostringtag "^1.0.0"
6238+
reflect.getprototypeof "^1.0.3"
6239+
61876240
jest-environment-jsdom@^29.2.1:
61886241
version "29.5.0"
61896242
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.5.0.tgz#cfe86ebaf1453f3297b5ff3470fbe94739c960cb"
@@ -6561,9 +6614,9 @@ jsonfile@^6.0.1:
65616614
graceful-fs "^4.1.6"
65626615

65636616
"jsx-ast-utils@^2.4.1 || ^3.0.0":
6564-
version "3.3.4"
6565-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.4.tgz#b896535fed5b867650acce5a9bd4135ffc7b3bf9"
6566-
integrity sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==
6617+
version "3.3.5"
6618+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a"
6619+
integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
65676620
dependencies:
65686621
array-includes "^3.1.6"
65696622
array.prototype.flat "^1.3.1"
@@ -8311,6 +8364,18 @@ redux@^4.2.1:
83118364
dependencies:
83128365
"@babel/runtime" "^7.9.2"
83138366

8367+
reflect.getprototypeof@^1.0.3:
8368+
version "1.0.3"
8369+
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz#2738fd896fcc3477ffbd4190b40c2458026b6928"
8370+
integrity sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==
8371+
dependencies:
8372+
call-bind "^1.0.2"
8373+
define-properties "^1.1.4"
8374+
es-abstract "^1.20.4"
8375+
get-intrinsic "^1.1.1"
8376+
globalthis "^1.0.3"
8377+
which-builtin-type "^1.1.3"
8378+
83148379
regenerate-unicode-properties@^10.1.0:
83158380
version "10.1.0"
83168381
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
@@ -9692,6 +9757,24 @@ which-boxed-primitive@^1.0.2:
96929757
is-string "^1.0.5"
96939758
is-symbol "^1.0.3"
96949759

9760+
which-builtin-type@^1.1.3:
9761+
version "1.1.3"
9762+
resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
9763+
integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
9764+
dependencies:
9765+
function.prototype.name "^1.1.5"
9766+
has-tostringtag "^1.0.0"
9767+
is-async-function "^2.0.0"
9768+
is-date-object "^1.0.5"
9769+
is-finalizationregistry "^1.0.2"
9770+
is-generator-function "^1.0.10"
9771+
is-regex "^1.1.4"
9772+
is-weakref "^1.0.2"
9773+
isarray "^2.0.5"
9774+
which-boxed-primitive "^1.0.2"
9775+
which-collection "^1.0.1"
9776+
which-typed-array "^1.1.9"
9777+
96959778
which-collection@^1.0.1:
96969779
version "1.0.1"
96979780
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906"
@@ -9707,7 +9790,7 @@ which-module@^2.0.0:
97079790
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
97089791
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
97099792

9710-
which-typed-array@^1.1.10, which-typed-array@^1.1.11:
9793+
which-typed-array@^1.1.10, which-typed-array@^1.1.11, which-typed-array@^1.1.9:
97119794
version "1.1.11"
97129795
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a"
97139796
integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==
@@ -9718,18 +9801,6 @@ which-typed-array@^1.1.10, which-typed-array@^1.1.11:
97189801
gopd "^1.0.1"
97199802
has-tostringtag "^1.0.0"
97209803

9721-
which-typed-array@^1.1.9:
9722-
version "1.1.10"
9723-
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.10.tgz#74baa2789991905c2076abb317103b866c64e69e"
9724-
integrity sha512-uxoA5vLUfRPdjCuJ1h5LlYdmTLbYfums398v3WLkM+i/Wltl2/XyZpQWKbN++ck5L64SR/grOHqtXCUKmlZPNA==
9725-
dependencies:
9726-
available-typed-arrays "^1.0.5"
9727-
call-bind "^1.0.2"
9728-
for-each "^0.3.3"
9729-
gopd "^1.0.1"
9730-
has-tostringtag "^1.0.0"
9731-
is-typed-array "^1.1.10"
9732-
97339804
which@^1.2.9:
97349805
version "1.3.1"
97359806
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)