Skip to content

Commit 89eec21

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.29.4
1 parent 2f94b90 commit 89eec21

File tree

3 files changed

+205
-4
lines changed

3 files changed

+205
-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.4",
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.4",
3131
"eslint-plugin-react-hooks": "4.2.0",
3232
"tsbb": "2.2.1"
3333
}

yarn.lock

Lines changed: 203 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 @@ [email protected], 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-
[email protected], eslint-plugin-react@^7.21.5:
5886+
5887+
version "7.29.4"
5888+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
5889+
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
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,18 @@ 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-symbols@^1.0.3:
6879+
version "1.0.3"
6880+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
6881+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
6882+
6883+
has-tostringtag@^1.0.0:
6884+
version "1.0.0"
6885+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
6886+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
6887+
dependencies:
6888+
has-symbols "^1.0.2"
6889+
67996890
has-value@^0.3.1:
68006891
version "0.3.1"
68016892
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -7369,6 +7460,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
73697460
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
73707461
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
73717462

7463+
is-callable@^1.2.4:
7464+
version "1.2.4"
7465+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
7466+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
7467+
73727468
is-ci@^2.0.0:
73737469
version "2.0.0"
73747470
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -7586,6 +7682,14 @@ is-regex@^1.0.4, is-regex@^1.1.3:
75867682
call-bind "^1.0.2"
75877683
has-symbols "^1.0.2"
75887684

7685+
is-regex@^1.1.4:
7686+
version "1.1.4"
7687+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
7688+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
7689+
dependencies:
7690+
call-bind "^1.0.2"
7691+
has-tostringtag "^1.0.0"
7692+
75897693
is-regexp@^1.0.0:
75907694
version "1.0.0"
75917695
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -7601,6 +7705,11 @@ [email protected]:
76017705
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
76027706
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
76037707

7708+
is-shared-array-buffer@^1.0.1:
7709+
version "1.0.1"
7710+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
7711+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
7712+
76047713
is-stream@^1.1.0:
76057714
version "1.1.0"
76067715
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -7616,6 +7725,13 @@ is-string@^1.0.5, is-string@^1.0.6:
76167725
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
76177726
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
76187727

7728+
is-string@^1.0.7:
7729+
version "1.0.7"
7730+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
7731+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
7732+
dependencies:
7733+
has-tostringtag "^1.0.0"
7734+
76197735
is-symbol@^1.0.2, is-symbol@^1.0.3:
76207736
version "1.0.4"
76217737
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -7633,6 +7749,13 @@ is-unicode-supported@^0.1.0:
76337749
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
76347750
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
76357751

7752+
is-weakref@^1.0.1:
7753+
version "1.0.2"
7754+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
7755+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
7756+
dependencies:
7757+
call-bind "^1.0.2"
7758+
76367759
is-what@^3.12.0:
76377760
version "3.14.1"
76387761
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1"
@@ -9247,6 +9370,13 @@ [email protected], minimatch@^3.0.4:
92479370
dependencies:
92489371
brace-expansion "^1.1.7"
92499372

9373+
minimatch@^3.1.2:
9374+
version "3.1.2"
9375+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
9376+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
9377+
dependencies:
9378+
brace-expansion "^1.1.7"
9379+
92509380
[email protected], minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
92519381
version "1.2.5"
92529382
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -9646,6 +9776,11 @@ object-inspect@^1.10.3, object-inspect@^1.9.0:
96469776
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
96479777
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
96489778

9779+
object-inspect@^1.11.0:
9780+
version "1.12.0"
9781+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
9782+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
9783+
96499784
object-is@^1.0.1:
96509785
version "1.1.5"
96519786
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -9685,6 +9820,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
96859820
define-properties "^1.1.3"
96869821
es-abstract "^1.18.2"
96879822

9823+
object.entries@^1.1.5:
9824+
version "1.1.5"
9825+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
9826+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
9827+
dependencies:
9828+
call-bind "^1.0.2"
9829+
define-properties "^1.1.3"
9830+
es-abstract "^1.19.1"
9831+
96889832
object.fromentries@^2.0.4:
96899833
version "2.0.4"
96909834
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -9695,6 +9839,15 @@ object.fromentries@^2.0.4:
96959839
es-abstract "^1.18.0-next.2"
96969840
has "^1.0.3"
96979841

9842+
object.fromentries@^2.0.5:
9843+
version "2.0.5"
9844+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
9845+
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
9846+
dependencies:
9847+
call-bind "^1.0.2"
9848+
define-properties "^1.1.3"
9849+
es-abstract "^1.19.1"
9850+
96989851
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0:
96999852
version "2.1.2"
97009853
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -9704,6 +9857,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
97049857
define-properties "^1.1.3"
97059858
es-abstract "^1.18.0-next.2"
97069859

9860+
object.hasown@^1.1.0:
9861+
version "1.1.0"
9862+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
9863+
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
9864+
dependencies:
9865+
define-properties "^1.1.3"
9866+
es-abstract "^1.19.1"
9867+
97079868
object.pick@^1.3.0:
97089869
version "1.3.0"
97099870
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -9720,6 +9881,15 @@ object.values@^1.1.0, object.values@^1.1.3, object.values@^1.1.4:
97209881
define-properties "^1.1.3"
97219882
es-abstract "^1.18.2"
97229883

9884+
object.values@^1.1.5:
9885+
version "1.1.5"
9886+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
9887+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
9888+
dependencies:
9889+
call-bind "^1.0.2"
9890+
define-properties "^1.1.3"
9891+
es-abstract "^1.19.1"
9892+
97239893
obuf@^1.0.0, obuf@^1.1.2:
97249894
version "1.1.2"
97259895
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -10983,6 +11153,15 @@ prop-types@^15.6.2, prop-types@^15.7.2:
1098311153
object-assign "^4.1.1"
1098411154
react-is "^16.8.1"
1098511155

11156+
prop-types@^15.8.1:
11157+
version "15.8.1"
11158+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
11159+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
11160+
dependencies:
11161+
loose-envify "^1.4.0"
11162+
object-assign "^4.1.1"
11163+
react-is "^16.13.1"
11164+
1098611165
proxy-addr@~2.0.5:
1098711166
version "2.0.7"
1098811167
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
@@ -11484,6 +11663,14 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
1148411663
call-bind "^1.0.2"
1148511664
define-properties "^1.1.3"
1148611665

11666+
regexp.prototype.flags@^1.4.1:
11667+
version "1.4.1"
11668+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307"
11669+
integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==
11670+
dependencies:
11671+
call-bind "^1.0.2"
11672+
define-properties "^1.1.3"
11673+
1148711674
regexpp@^3.1.0:
1148811675
version "3.2.0"
1148911676
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
@@ -12454,6 +12641,20 @@ string.prototype.matchall@^4.0.5:
1245412641
regexp.prototype.flags "^1.3.1"
1245512642
side-channel "^1.0.4"
1245612643

12644+
string.prototype.matchall@^4.0.6:
12645+
version "4.0.7"
12646+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
12647+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
12648+
dependencies:
12649+
call-bind "^1.0.2"
12650+
define-properties "^1.1.3"
12651+
es-abstract "^1.19.1"
12652+
get-intrinsic "^1.1.1"
12653+
has-symbols "^1.0.3"
12654+
internal-slot "^1.0.3"
12655+
regexp.prototype.flags "^1.4.1"
12656+
side-channel "^1.0.4"
12657+
1245712658
string.prototype.trimend@^1.0.4:
1245812659
version "1.0.4"
1245912660
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"

0 commit comments

Comments
 (0)