@@ -3605,6 +3605,17 @@ array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
3605
3605
get-intrinsic "^1.1.1"
3606
3606
is-string "^1.0.5"
3607
3607
3608
+ array-includes@^3.1.4:
3609
+ version "3.1.4"
3610
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
3611
+ integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
3612
+ dependencies:
3613
+ call-bind "^1.0.2"
3614
+ define-properties "^1.1.3"
3615
+ es-abstract "^1.19.1"
3616
+ get-intrinsic "^1.1.1"
3617
+ is-string "^1.0.7"
3618
+
3608
3619
array-iterate@^1.0.0:
3609
3620
version "1.1.4"
3610
3621
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.4.tgz#add1522e9dd9749bb41152d08b845bd08d6af8b7"
@@ -3639,6 +3650,15 @@ array.prototype.flatmap@^1.2.4:
3639
3650
es-abstract "^1.18.0-next.1"
3640
3651
function-bind "^1.1.1"
3641
3652
3653
+ array.prototype.flatmap@^1.2.5:
3654
+ version "1.2.5"
3655
+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
3656
+ integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
3657
+ dependencies:
3658
+ call-bind "^1.0.0"
3659
+ define-properties "^1.1.3"
3660
+ es-abstract "^1.19.0"
3661
+
3642
3662
arrify@^1.0.1:
3643
3663
version "1.0.1"
3644
3664
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -5680,6 +5700,32 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-
5680
5700
string.prototype.trimstart "^1.0.4"
5681
5701
unbox-primitive "^1.0.1"
5682
5702
5703
+ es-abstract@^1.19.0, es-abstract@^1.19.1:
5704
+ version "1.19.1"
5705
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
5706
+ integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
5707
+ dependencies:
5708
+ call-bind "^1.0.2"
5709
+ es-to-primitive "^1.2.1"
5710
+ function-bind "^1.1.1"
5711
+ get-intrinsic "^1.1.1"
5712
+ get-symbol-description "^1.0.0"
5713
+ has "^1.0.3"
5714
+ has-symbols "^1.0.2"
5715
+ internal-slot "^1.0.3"
5716
+ is-callable "^1.2.4"
5717
+ is-negative-zero "^2.0.1"
5718
+ is-regex "^1.1.4"
5719
+ is-shared-array-buffer "^1.0.1"
5720
+ is-string "^1.0.7"
5721
+ is-weakref "^1.0.1"
5722
+ object-inspect "^1.11.0"
5723
+ object-keys "^1.1.1"
5724
+ object.assign "^4.1.2"
5725
+ string.prototype.trimend "^1.0.4"
5726
+ string.prototype.trimstart "^1.0.4"
5727
+ unbox-primitive "^1.0.1"
5728
+
5683
5729
es-module-lexer@^0.7.1:
5684
5730
version "0.7.1"
5685
5731
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
5865
5911
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
5866
5912
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
5867
5913
5868
- [email protected] , eslint-plugin-react@^7.24.0:
5914
+
5915
+ version "7.27.0"
5916
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124"
5917
+ integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==
5918
+ dependencies:
5919
+ array-includes "^3.1.4"
5920
+ array.prototype.flatmap "^1.2.5"
5921
+ doctrine "^2.1.0"
5922
+ estraverse "^5.3.0"
5923
+ jsx-ast-utils "^2.4.1 || ^3.0.0"
5924
+ minimatch "^3.0.4"
5925
+ object.entries "^1.1.5"
5926
+ object.fromentries "^2.0.5"
5927
+ object.hasown "^1.1.0"
5928
+ object.values "^1.1.5"
5929
+ prop-types "^15.7.2"
5930
+ resolve "^2.0.0-next.3"
5931
+ semver "^6.3.0"
5932
+ string.prototype.matchall "^4.0.6"
5933
+
5934
+ eslint-plugin-react@^7.24.0:
5869
5935
version "7.25.1"
5870
5936
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
5871
5937
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
@@ -6020,6 +6086,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
6020
6086
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
6021
6087
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
6022
6088
6089
+ estraverse@^5.3.0:
6090
+ version "5.3.0"
6091
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
6092
+ integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
6093
+
6023
6094
estree-util-is-identifier-name@^1.0.0:
6024
6095
version "1.1.0"
6025
6096
resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-1.1.0.tgz#2e3488ea06d9ea2face116058864f6370b37456d"
8509
8580
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
8510
8581
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
8511
8582
8583
+ is-shared-array-buffer@^1.0.1:
8584
+ version "1.0.1"
8585
+ resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
8586
+ integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
8587
+
8512
8588
is-ssh@^1.3.0:
8513
8589
version "1.3.3"
8514
8590
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.3.tgz#7f133285ccd7f2c2c7fc897b771b53d95a2b2c7e"
@@ -8583,6 +8659,13 @@ is-valid-path@^0.1.1:
8583
8659
dependencies:
8584
8660
is-invalid-path "^0.1.0"
8585
8661
8662
+ is-weakref@^1.0.1:
8663
+ version "1.0.1"
8664
+ resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
8665
+ integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
8666
+ dependencies:
8667
+ call-bind "^1.0.0"
8668
+
8586
8669
is-whitespace-character@^1.0.0:
8587
8670
version "1.0.4"
8588
8671
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
@@ -10157,6 +10240,15 @@ object.entries@^1.1.4:
10157
10240
define-properties "^1.1.3"
10158
10241
es-abstract "^1.18.2"
10159
10242
10243
+ object.entries@^1.1.5:
10244
+ version "1.1.5"
10245
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
10246
+ integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
10247
+ dependencies:
10248
+ call-bind "^1.0.2"
10249
+ define-properties "^1.1.3"
10250
+ es-abstract "^1.19.1"
10251
+
10160
10252
object.fromentries@^2.0.4:
10161
10253
version "2.0.4"
10162
10254
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -10167,6 +10259,15 @@ object.fromentries@^2.0.4:
10167
10259
es-abstract "^1.18.0-next.2"
10168
10260
has "^1.0.3"
10169
10261
10262
+ object.fromentries@^2.0.5:
10263
+ version "2.0.5"
10264
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
10265
+ integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
10266
+ dependencies:
10267
+ call-bind "^1.0.2"
10268
+ define-properties "^1.1.3"
10269
+ es-abstract "^1.19.1"
10270
+
10170
10271
object.getownpropertydescriptors@^2.1.0:
10171
10272
version "2.1.2"
10172
10273
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -10176,6 +10277,14 @@ object.getownpropertydescriptors@^2.1.0:
10176
10277
define-properties "^1.1.3"
10177
10278
es-abstract "^1.18.0-next.2"
10178
10279
10280
+ object.hasown@^1.1.0:
10281
+ version "1.1.0"
10282
+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
10283
+ integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
10284
+ dependencies:
10285
+ define-properties "^1.1.3"
10286
+ es-abstract "^1.19.1"
10287
+
10179
10288
object.pick@^1.3.0:
10180
10289
version "1.3.0"
10181
10290
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -10192,6 +10301,15 @@ object.values@^1.1.0, object.values@^1.1.4:
10192
10301
define-properties "^1.1.3"
10193
10302
es-abstract "^1.18.2"
10194
10303
10304
+ object.values@^1.1.5:
10305
+ version "1.1.5"
10306
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
10307
+ integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
10308
+ dependencies:
10309
+ call-bind "^1.0.2"
10310
+ define-properties "^1.1.3"
10311
+ es-abstract "^1.19.1"
10312
+
10195
10313
objectFitPolyfill@^2.3.0:
10196
10314
version "2.3.5"
10197
10315
resolved "https://registry.yarnpkg.com/objectFitPolyfill/-/objectFitPolyfill-2.3.5.tgz#be8c83064aabfa4e88780f776c2013c48ce1f745"
@@ -12762,6 +12880,20 @@ string.prototype.matchall@^4.0.5:
12762
12880
regexp.prototype.flags "^1.3.1"
12763
12881
side-channel "^1.0.4"
12764
12882
12883
+ string.prototype.matchall@^4.0.6:
12884
+ version "4.0.6"
12885
+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
12886
+ integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
12887
+ dependencies:
12888
+ call-bind "^1.0.2"
12889
+ define-properties "^1.1.3"
12890
+ es-abstract "^1.19.1"
12891
+ get-intrinsic "^1.1.1"
12892
+ has-symbols "^1.0.2"
12893
+ internal-slot "^1.0.3"
12894
+ regexp.prototype.flags "^1.3.1"
12895
+ side-channel "^1.0.4"
12896
+
12765
12897
string.prototype.trimend@^1.0.4:
12766
12898
version "1.0.4"
12767
12899
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
0 commit comments