@@ -6167,6 +6167,28 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
6167
6167
string.prototype.trimstart "^1.0.4"
6168
6168
unbox-primitive "^1.0.0"
6169
6169
6170
+ es-abstract@^1.18.2:
6171
+ version "1.18.3"
6172
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
6173
+ integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
6174
+ dependencies:
6175
+ call-bind "^1.0.2"
6176
+ es-to-primitive "^1.2.1"
6177
+ function-bind "^1.1.1"
6178
+ get-intrinsic "^1.1.1"
6179
+ has "^1.0.3"
6180
+ has-symbols "^1.0.2"
6181
+ is-callable "^1.2.3"
6182
+ is-negative-zero "^2.0.1"
6183
+ is-regex "^1.1.3"
6184
+ is-string "^1.0.6"
6185
+ object-inspect "^1.10.3"
6186
+ object-keys "^1.1.1"
6187
+ object.assign "^4.1.2"
6188
+ string.prototype.trimend "^1.0.4"
6189
+ string.prototype.trimstart "^1.0.4"
6190
+ unbox-primitive "^1.0.1"
6191
+
6170
6192
es-get-iterator@^1.1.1:
6171
6193
version "1.1.2"
6172
6194
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
@@ -6358,23 +6380,23 @@ eslint-plugin-react-hooks@^4.2.0:
6358
6380
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
6359
6381
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
6360
6382
6361
- eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.23.1 :
6362
- version "7.23.1 "
6363
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1 .tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11 "
6364
- integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ ==
6383
+ eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.24.0 :
6384
+ version "7.24.0 "
6385
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0 .tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4 "
6386
+ integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q ==
6365
6387
dependencies:
6366
6388
array-includes "^3.1.3"
6367
6389
array.prototype.flatmap "^1.2.4"
6368
6390
doctrine "^2.1.0"
6369
6391
has "^1.0.3"
6370
6392
jsx-ast-utils "^2.4.1 || ^3.0.0"
6371
6393
minimatch "^3.0.4"
6372
- object.entries "^1.1.3 "
6394
+ object.entries "^1.1.4 "
6373
6395
object.fromentries "^2.0.4"
6374
- object.values "^1.1.3 "
6396
+ object.values "^1.1.4 "
6375
6397
prop-types "^15.7.2"
6376
6398
resolve "^2.0.0-next.3"
6377
- string.prototype.matchall "^4.0.4 "
6399
+ string.prototype.matchall "^4.0.5 "
6378
6400
6379
6401
eslint-plugin-testing-library@^3.9.2:
6380
6402
version "3.10.2"
@@ -8538,6 +8560,14 @@ is-regex@^1.0.4, is-regex@^1.1.1, is-regex@^1.1.2:
8538
8560
call-bind "^1.0.2"
8539
8561
has-symbols "^1.0.1"
8540
8562
8563
+ is-regex@^1.1.3:
8564
+ version "1.1.3"
8565
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
8566
+ integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
8567
+ dependencies:
8568
+ call-bind "^1.0.2"
8569
+ has-symbols "^1.0.2"
8570
+
8541
8571
is-regexp@^1.0.0:
8542
8572
version "1.0.0"
8543
8573
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -8573,6 +8603,11 @@ is-string@^1.0.5:
8573
8603
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
8574
8604
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
8575
8605
8606
+ is-string@^1.0.6:
8607
+ version "1.0.6"
8608
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
8609
+ integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
8610
+
8576
8611
is-svg@^3.0.0:
8577
8612
version "3.0.0"
8578
8613
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -11176,6 +11211,11 @@ object-copy@^0.1.0:
11176
11211
define-property "^0.2.5"
11177
11212
kind-of "^3.0.3"
11178
11213
11214
+ object-inspect@^1.10.3:
11215
+ version "1.10.3"
11216
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
11217
+ integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
11218
+
11179
11219
object-inspect@^1.9.0:
11180
11220
version "1.9.0"
11181
11221
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -11211,15 +11251,14 @@ object.assign@^4.1.0, object.assign@^4.1.2:
11211
11251
has-symbols "^1.0.1"
11212
11252
object-keys "^1.1.1"
11213
11253
11214
- object.entries@^1.1.0, object.entries@^1.1.3 :
11215
- version "1.1.3 "
11216
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3 .tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6 "
11217
- integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg ==
11254
+ object.entries@^1.1.0, object.entries@^1.1.4 :
11255
+ version "1.1.4 "
11256
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4 .tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd "
11257
+ integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA ==
11218
11258
dependencies:
11219
- call-bind "^1.0.0 "
11259
+ call-bind "^1.0.2 "
11220
11260
define-properties "^1.1.3"
11221
- es-abstract "^1.18.0-next.1"
11222
- has "^1.0.3"
11261
+ es-abstract "^1.18.2"
11223
11262
11224
11263
object.fromentries@^2.0.4:
11225
11264
version "2.0.4"
@@ -11247,15 +11286,14 @@ object.pick@^1.3.0:
11247
11286
dependencies:
11248
11287
isobject "^3.0.1"
11249
11288
11250
- object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.3 :
11251
- version "1.1.3 "
11252
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3 .tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee "
11253
- integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw ==
11289
+ object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.4 :
11290
+ version "1.1.4 "
11291
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4 .tgz#0d273762833e816b693a637d30073e7051535b30 "
11292
+ integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg ==
11254
11293
dependencies:
11255
11294
call-bind "^1.0.2"
11256
11295
define-properties "^1.1.3"
11257
- es-abstract "^1.18.0-next.2"
11258
- has "^1.0.3"
11296
+ es-abstract "^1.18.2"
11259
11297
11260
11298
obuf@^1.0.0, obuf@^1.1.2:
11261
11299
version "1.1.2"
@@ -14375,15 +14413,16 @@ string-width@^4.1.0, string-width@^4.2.0:
14375
14413
is-fullwidth-code-point "^3.0.0"
14376
14414
strip-ansi "^6.0.0"
14377
14415
14378
- string.prototype.matchall@^4.0.4 :
14379
- version "4.0.4 "
14380
- resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4 .tgz#608f255e93e072107f5de066f81a2dfb78cf6b29 "
14381
- integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ ==
14416
+ string.prototype.matchall@^4.0.5 :
14417
+ version "4.0.5 "
14418
+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5 .tgz#59370644e1db7e4c0c045277690cf7b01203c4da "
14419
+ integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q ==
14382
14420
dependencies:
14383
14421
call-bind "^1.0.2"
14384
14422
define-properties "^1.1.3"
14385
- es-abstract "^1.18.0-next.2"
14386
- has-symbols "^1.0.1"
14423
+ es-abstract "^1.18.2"
14424
+ get-intrinsic "^1.1.1"
14425
+ has-symbols "^1.0.2"
14387
14426
internal-slot "^1.0.3"
14388
14427
regexp.prototype.flags "^1.3.1"
14389
14428
side-channel "^1.0.4"
@@ -15057,7 +15096,7 @@ ultron@1.0.x:
15057
15096
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
15058
15097
integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=
15059
15098
15060
- unbox-primitive@^1.0.0:
15099
+ unbox-primitive@^1.0.0, unbox-primitive@^1.0.1 :
15061
15100
version "1.0.1"
15062
15101
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
15063
15102
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
0 commit comments