@@ -3637,6 +3637,28 @@ es-abstract@^1.18.0-next.2:
3637
3637
string.prototype.trimstart "^1.0.4"
3638
3638
unbox-primitive "^1.0.0"
3639
3639
3640
+ es-abstract@^1.18.2 :
3641
+ version "1.18.3"
3642
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
3643
+ integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
3644
+ dependencies :
3645
+ call-bind "^1.0.2"
3646
+ es-to-primitive "^1.2.1"
3647
+ function-bind "^1.1.1"
3648
+ get-intrinsic "^1.1.1"
3649
+ has "^1.0.3"
3650
+ has-symbols "^1.0.2"
3651
+ is-callable "^1.2.3"
3652
+ is-negative-zero "^2.0.1"
3653
+ is-regex "^1.1.3"
3654
+ is-string "^1.0.6"
3655
+ object-inspect "^1.10.3"
3656
+ object-keys "^1.1.1"
3657
+ object.assign "^4.1.2"
3658
+ string.prototype.trimend "^1.0.4"
3659
+ string.prototype.trimstart "^1.0.4"
3660
+ unbox-primitive "^1.0.1"
3661
+
3640
3662
es-module-lexer@^0.4.0 :
3641
3663
version "0.4.1"
3642
3664
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz#dda8c6a14d8f340a24e34331e0fab0cb50438e0e"
@@ -3840,23 +3862,23 @@ eslint-plugin-react-hooks@^4.2.0:
3840
3862
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
3841
3863
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
3842
3864
3843
- eslint-plugin-react@^7.23.2 :
3844
- version "7.23.2 "
3845
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2 .tgz#2d2291b0f95c03728b55869f01102290e792d494 "
3846
- integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw ==
3865
+ eslint-plugin-react@^7.23.2, eslint-plugin-react@^7.24.0 :
3866
+ version "7.24.0 "
3867
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0 .tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4 "
3868
+ integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q ==
3847
3869
dependencies :
3848
3870
array-includes "^3.1.3"
3849
3871
array.prototype.flatmap "^1.2.4"
3850
3872
doctrine "^2.1.0"
3851
3873
has "^1.0.3"
3852
3874
jsx-ast-utils "^2.4.1 || ^3.0.0"
3853
3875
minimatch "^3.0.4"
3854
- object.entries "^1.1.3 "
3876
+ object.entries "^1.1.4 "
3855
3877
object.fromentries "^2.0.4"
3856
- object.values "^1.1.3 "
3878
+ object.values "^1.1.4 "
3857
3879
prop-types "^15.7.2"
3858
3880
resolve "^2.0.0-next.3"
3859
- string.prototype.matchall "^4.0.4 "
3881
+ string.prototype.matchall "^4.0.5 "
3860
3882
3861
3883
eslint-plugin-testing-library@^4.0.0 :
3862
3884
version "4.1.0"
@@ -5106,6 +5128,14 @@ is-regex@^1.1.2:
5106
5128
call-bind "^1.0.2"
5107
5129
has-symbols "^1.0.1"
5108
5130
5131
+ is-regex@^1.1.3 :
5132
+ version "1.1.3"
5133
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
5134
+ integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
5135
+ dependencies :
5136
+ call-bind "^1.0.2"
5137
+ has-symbols "^1.0.2"
5138
+
5109
5139
is-regexp@^1.0.0 :
5110
5140
version "1.0.0"
5111
5141
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -5126,6 +5156,11 @@ is-string@^1.0.5:
5126
5156
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
5127
5157
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
5128
5158
5159
+ is-string@^1.0.6 :
5160
+ version "1.0.6"
5161
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
5162
+ integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
5163
+
5129
5164
is-symbol@^1.0.2, is-symbol@^1.0.3 :
5130
5165
version "1.0.3"
5131
5166
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
@@ -6553,6 +6588,11 @@ object-copy@^0.1.0:
6553
6588
define-property "^0.2.5"
6554
6589
kind-of "^3.0.3"
6555
6590
6591
+ object-inspect@^1.10.3 :
6592
+ version "1.10.3"
6593
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
6594
+ integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
6595
+
6556
6596
object-inspect@^1.8.0 :
6557
6597
version "1.8.0"
6558
6598
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
@@ -6595,15 +6635,14 @@ object.assign@^4.1.2:
6595
6635
has-symbols "^1.0.1"
6596
6636
object-keys "^1.1.1"
6597
6637
6598
- object.entries@^1.1.2, object.entries@^1.1.3 :
6599
- version "1.1.3 "
6600
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3 .tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6 "
6601
- integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg ==
6638
+ object.entries@^1.1.2, object.entries@^1.1.4 :
6639
+ version "1.1.4 "
6640
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4 .tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd "
6641
+ integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA ==
6602
6642
dependencies :
6603
- call-bind "^1.0.0 "
6643
+ call-bind "^1.0.2 "
6604
6644
define-properties "^1.1.3"
6605
- es-abstract "^1.18.0-next.1"
6606
- has "^1.0.3"
6645
+ es-abstract "^1.18.2"
6607
6646
6608
6647
object.fromentries@^2.0.4 :
6609
6648
version "2.0.4"
@@ -6622,15 +6661,14 @@ object.pick@^1.3.0:
6622
6661
dependencies :
6623
6662
isobject "^3.0.1"
6624
6663
6625
- object.values@^1.1.1, object.values@^1.1.3 :
6626
- version "1.1.3 "
6627
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3 .tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee "
6628
- integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw ==
6664
+ object.values@^1.1.1, object.values@^1.1.4 :
6665
+ version "1.1.4 "
6666
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4 .tgz#0d273762833e816b693a637d30073e7051535b30 "
6667
+ integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg ==
6629
6668
dependencies :
6630
6669
call-bind "^1.0.2"
6631
6670
define-properties "^1.1.3"
6632
- es-abstract "^1.18.0-next.2"
6633
- has "^1.0.3"
6671
+ es-abstract "^1.18.2"
6634
6672
6635
6673
once@^1.3.0, once@^1.3.1, once@^1.4.0 :
6636
6674
version "1.4.0"
@@ -7935,15 +7973,16 @@ string-width@^4.1.0, string-width@^4.2.0:
7935
7973
is-fullwidth-code-point "^3.0.0"
7936
7974
strip-ansi "^6.0.0"
7937
7975
7938
- string.prototype.matchall@^4.0.4 :
7939
- version "4.0.4 "
7940
- resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4 .tgz#608f255e93e072107f5de066f81a2dfb78cf6b29 "
7941
- integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ ==
7976
+ string.prototype.matchall@^4.0.5 :
7977
+ version "4.0.5 "
7978
+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5 .tgz#59370644e1db7e4c0c045277690cf7b01203c4da "
7979
+ integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q ==
7942
7980
dependencies :
7943
7981
call-bind "^1.0.2"
7944
7982
define-properties "^1.1.3"
7945
- es-abstract "^1.18.0-next.2"
7946
- has-symbols "^1.0.1"
7983
+ es-abstract "^1.18.2"
7984
+ get-intrinsic "^1.1.1"
7985
+ has-symbols "^1.0.2"
7947
7986
internal-slot "^1.0.3"
7948
7987
regexp.prototype.flags "^1.3.1"
7949
7988
side-channel "^1.0.4"
@@ -8449,7 +8488,7 @@ typescript@^4:
8449
8488
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
8450
8489
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
8451
8490
8452
- unbox-primitive@^1.0.0 :
8491
+ unbox-primitive@^1.0.0, unbox-primitive@^1.0.1 :
8453
8492
version "1.0.1"
8454
8493
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
8455
8494
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
0 commit comments