Skip to content

Commit 782005a

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.29.3
1 parent 2f94b90 commit 782005a

File tree

3 files changed

+192
-4
lines changed

3 files changed

+192
-4
lines changed

example/router-redux-rematch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-loader": "4.0.2",
5252
"eslint-plugin-import": "2.23.4",
5353
"eslint-plugin-jsx-a11y": "6.4.1",
54-
"eslint-plugin-react": "7.24.0",
54+
"eslint-plugin-react": "7.29.3",
5555
"eslint-webpack-plugin": "3.0.1",
5656
"file-loader": "6.2.0",
5757
"html-webpack-plugin": "5.3.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-airbnb": "18.2.1",
2828
"eslint-plugin-import": "2.23.4",
2929
"eslint-plugin-jsx-a11y": "6.4.1",
30-
"eslint-plugin-react": "7.24.0",
30+
"eslint-plugin-react": "7.29.3",
3131
"eslint-plugin-react-hooks": "4.2.0",
3232
"tsbb": "2.2.1"
3333
}

yarn.lock

Lines changed: 190 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,6 +3358,17 @@ array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
33583358
get-intrinsic "^1.1.1"
33593359
is-string "^1.0.5"
33603360

3361+
array-includes@^3.1.4:
3362+
version "3.1.4"
3363+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
3364+
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
3365+
dependencies:
3366+
call-bind "^1.0.2"
3367+
define-properties "^1.1.3"
3368+
es-abstract "^1.19.1"
3369+
get-intrinsic "^1.1.1"
3370+
is-string "^1.0.7"
3371+
33613372
array-union@^1.0.1:
33623373
version "1.0.2"
33633374
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -3399,6 +3410,15 @@ array.prototype.flatmap@^1.2.4:
33993410
es-abstract "^1.18.0-next.1"
34003411
function-bind "^1.1.1"
34013412

3413+
array.prototype.flatmap@^1.2.5:
3414+
version "1.2.5"
3415+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
3416+
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
3417+
dependencies:
3418+
call-bind "^1.0.0"
3419+
define-properties "^1.1.3"
3420+
es-abstract "^1.19.0"
3421+
34023422
arrify@^2.0.1:
34033423
version "2.0.1"
34043424
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
@@ -3519,7 +3539,7 @@ axobject-query@^2.2.0:
35193539
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
35203540
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
35213541

3522-
babel-eslint@^10.1.0:
3542+
babel-eslint@10.1.0, babel-eslint@^10.1.0:
35233543
version "10.1.0"
35243544
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
35253545
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -5650,6 +5670,32 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-
56505670
string.prototype.trimstart "^1.0.4"
56515671
unbox-primitive "^1.0.1"
56525672

5673+
es-abstract@^1.19.0, es-abstract@^1.19.1:
5674+
version "1.19.1"
5675+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
5676+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
5677+
dependencies:
5678+
call-bind "^1.0.2"
5679+
es-to-primitive "^1.2.1"
5680+
function-bind "^1.1.1"
5681+
get-intrinsic "^1.1.1"
5682+
get-symbol-description "^1.0.0"
5683+
has "^1.0.3"
5684+
has-symbols "^1.0.2"
5685+
internal-slot "^1.0.3"
5686+
is-callable "^1.2.4"
5687+
is-negative-zero "^2.0.1"
5688+
is-regex "^1.1.4"
5689+
is-shared-array-buffer "^1.0.1"
5690+
is-string "^1.0.7"
5691+
is-weakref "^1.0.1"
5692+
object-inspect "^1.11.0"
5693+
object-keys "^1.1.1"
5694+
object.assign "^4.1.2"
5695+
string.prototype.trimend "^1.0.4"
5696+
string.prototype.trimstart "^1.0.4"
5697+
unbox-primitive "^1.0.1"
5698+
56535699
es-module-lexer@^0.7.1:
56545700
version "0.7.1"
56555701
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
@@ -5837,7 +5883,27 @@ eslint-plugin-react-hooks@4.2.0, eslint-plugin-react-hooks@^4.2.0:
58375883
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
58385884
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
58395885

5840-
eslint-plugin-react@7.24.0, eslint-plugin-react@^7.21.5:
5886+
eslint-plugin-react@7.29.3:
5887+
version "7.29.3"
5888+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05"
5889+
integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==
5890+
dependencies:
5891+
array-includes "^3.1.4"
5892+
array.prototype.flatmap "^1.2.5"
5893+
doctrine "^2.1.0"
5894+
estraverse "^5.3.0"
5895+
jsx-ast-utils "^2.4.1 || ^3.0.0"
5896+
minimatch "^3.1.2"
5897+
object.entries "^1.1.5"
5898+
object.fromentries "^2.0.5"
5899+
object.hasown "^1.1.0"
5900+
object.values "^1.1.5"
5901+
prop-types "^15.8.1"
5902+
resolve "^2.0.0-next.3"
5903+
semver "^6.3.0"
5904+
string.prototype.matchall "^4.0.6"
5905+
5906+
eslint-plugin-react@^7.21.5:
58415907
version "7.24.0"
58425908
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
58435909
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
@@ -6014,6 +6080,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
60146080
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
60156081
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
60166082

6083+
estraverse@^5.3.0:
6084+
version "5.3.0"
6085+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
6086+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
6087+
60176088
estree-walker@^0.6.1:
60186089
version "0.6.1"
60196090
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
@@ -6628,6 +6699,14 @@ get-stream@^6.0.0:
66286699
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
66296700
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
66306701

6702+
get-symbol-description@^1.0.0:
6703+
version "1.0.0"
6704+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
6705+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
6706+
dependencies:
6707+
call-bind "^1.0.2"
6708+
get-intrinsic "^1.1.1"
6709+
66316710
get-value@^2.0.3, get-value@^2.0.6:
66326711
version "2.0.6"
66336712
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -6796,6 +6875,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
67966875
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
67976876
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
67986877

6878+
has-tostringtag@^1.0.0:
6879+
version "1.0.0"
6880+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
6881+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
6882+
dependencies:
6883+
has-symbols "^1.0.2"
6884+
67996885
has-value@^0.3.1:
68006886
version "0.3.1"
68016887
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -7369,6 +7455,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
73697455
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
73707456
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
73717457

7458+
is-callable@^1.2.4:
7459+
version "1.2.4"
7460+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
7461+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
7462+
73727463
is-ci@^2.0.0:
73737464
version "2.0.0"
73747465
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -7586,6 +7677,14 @@ is-regex@^1.0.4, is-regex@^1.1.3:
75867677
call-bind "^1.0.2"
75877678
has-symbols "^1.0.2"
75887679

7680+
is-regex@^1.1.4:
7681+
version "1.1.4"
7682+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
7683+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
7684+
dependencies:
7685+
call-bind "^1.0.2"
7686+
has-tostringtag "^1.0.0"
7687+
75897688
is-regexp@^1.0.0:
75907689
version "1.0.0"
75917690
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -7601,6 +7700,11 @@ is-root@2.1.0:
76017700
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
76027701
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
76037702

7703+
is-shared-array-buffer@^1.0.1:
7704+
version "1.0.1"
7705+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
7706+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
7707+
76047708
is-stream@^1.1.0:
76057709
version "1.1.0"
76067710
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -7616,6 +7720,13 @@ is-string@^1.0.5, is-string@^1.0.6:
76167720
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
76177721
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
76187722

7723+
is-string@^1.0.7:
7724+
version "1.0.7"
7725+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
7726+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
7727+
dependencies:
7728+
has-tostringtag "^1.0.0"
7729+
76197730
is-symbol@^1.0.2, is-symbol@^1.0.3:
76207731
version "1.0.4"
76217732
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -7633,6 +7744,13 @@ is-unicode-supported@^0.1.0:
76337744
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
76347745
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
76357746

7747+
is-weakref@^1.0.1:
7748+
version "1.0.2"
7749+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
7750+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
7751+
dependencies:
7752+
call-bind "^1.0.2"
7753+
76367754
is-what@^3.12.0:
76377755
version "3.14.1"
76387756
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1"
@@ -9247,6 +9365,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
92479365
dependencies:
92489366
brace-expansion "^1.1.7"
92499367

9368+
minimatch@^3.1.2:
9369+
version "3.1.2"
9370+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
9371+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
9372+
dependencies:
9373+
brace-expansion "^1.1.7"
9374+
92509375
minimist@1.2.5, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
92519376
version "1.2.5"
92529377
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -9646,6 +9771,11 @@ object-inspect@^1.10.3, object-inspect@^1.9.0:
96469771
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
96479772
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
96489773

9774+
object-inspect@^1.11.0:
9775+
version "1.12.0"
9776+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
9777+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
9778+
96499779
object-is@^1.0.1:
96509780
version "1.1.5"
96519781
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -9685,6 +9815,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
96859815
define-properties "^1.1.3"
96869816
es-abstract "^1.18.2"
96879817

9818+
object.entries@^1.1.5:
9819+
version "1.1.5"
9820+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
9821+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
9822+
dependencies:
9823+
call-bind "^1.0.2"
9824+
define-properties "^1.1.3"
9825+
es-abstract "^1.19.1"
9826+
96889827
object.fromentries@^2.0.4:
96899828
version "2.0.4"
96909829
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -9695,6 +9834,15 @@ object.fromentries@^2.0.4:
96959834
es-abstract "^1.18.0-next.2"
96969835
has "^1.0.3"
96979836

9837+
object.fromentries@^2.0.5:
9838+
version "2.0.5"
9839+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
9840+
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
9841+
dependencies:
9842+
call-bind "^1.0.2"
9843+
define-properties "^1.1.3"
9844+
es-abstract "^1.19.1"
9845+
96989846
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0:
96999847
version "2.1.2"
97009848
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -9704,6 +9852,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
97049852
define-properties "^1.1.3"
97059853
es-abstract "^1.18.0-next.2"
97069854

9855+
object.hasown@^1.1.0:
9856+
version "1.1.0"
9857+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
9858+
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
9859+
dependencies:
9860+
define-properties "^1.1.3"
9861+
es-abstract "^1.19.1"
9862+
97079863
object.pick@^1.3.0:
97089864
version "1.3.0"
97099865
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -9720,6 +9876,15 @@ object.values@^1.1.0, object.values@^1.1.3, object.values@^1.1.4:
97209876
define-properties "^1.1.3"
97219877
es-abstract "^1.18.2"
97229878

9879+
object.values@^1.1.5:
9880+
version "1.1.5"
9881+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
9882+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
9883+
dependencies:
9884+
call-bind "^1.0.2"
9885+
define-properties "^1.1.3"
9886+
es-abstract "^1.19.1"
9887+
97239888
obuf@^1.0.0, obuf@^1.1.2:
97249889
version "1.1.2"
97259890
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -10983,6 +11148,15 @@ prop-types@^15.6.2, prop-types@^15.7.2:
1098311148
object-assign "^4.1.1"
1098411149
react-is "^16.8.1"
1098511150

11151+
prop-types@^15.8.1:
11152+
version "15.8.1"
11153+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
11154+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
11155+
dependencies:
11156+
loose-envify "^1.4.0"
11157+
object-assign "^4.1.1"
11158+
react-is "^16.13.1"
11159+
1098611160
proxy-addr@~2.0.5:
1098711161
version "2.0.7"
1098811162
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
@@ -12454,6 +12628,20 @@ string.prototype.matchall@^4.0.5:
1245412628
regexp.prototype.flags "^1.3.1"
1245512629
side-channel "^1.0.4"
1245612630

12631+
string.prototype.matchall@^4.0.6:
12632+
version "4.0.6"
12633+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
12634+
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
12635+
dependencies:
12636+
call-bind "^1.0.2"
12637+
define-properties "^1.1.3"
12638+
es-abstract "^1.19.1"
12639+
get-intrinsic "^1.1.1"
12640+
has-symbols "^1.0.2"
12641+
internal-slot "^1.0.3"
12642+
regexp.prototype.flags "^1.3.1"
12643+
side-channel "^1.0.4"
12644+
1245712645
string.prototype.trimend@^1.0.4:
1245812646
version "1.0.4"
1245912647
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"

0 commit comments

Comments
 (0)