@@ -6629,6 +6629,15 @@ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.4:
66296629 es-abstract "^1.18.0-next.1"
66306630 function-bind "^1.1.1"
66316631
6632+ array.prototype.flatmap@^1.2.5:
6633+ version "1.2.5"
6634+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
6635+ integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
6636+ dependencies:
6637+ call-bind "^1.0.0"
6638+ define-properties "^1.1.3"
6639+ es-abstract "^1.19.0"
6640+
66326641array.prototype.map@^1.0.3:
66336642 version "1.0.3"
66346643 resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.3.tgz#1609623618d3d84134a37d4a220030c2bd18420b"
@@ -10173,7 +10182,27 @@ eslint-plugin-react-hooks@^4.2.0:
1017310182 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1017410183 integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1017510184
10176- eslint-plugin-react@7.25.1, eslint-plugin-react@^7.21.5:
10185+ eslint-plugin-react@7.27.1:
10186+ version "7.27.1"
10187+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz#469202442506616f77a854d91babaae1ec174b45"
10188+ integrity sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==
10189+ dependencies:
10190+ array-includes "^3.1.4"
10191+ array.prototype.flatmap "^1.2.5"
10192+ doctrine "^2.1.0"
10193+ estraverse "^5.3.0"
10194+ jsx-ast-utils "^2.4.1 || ^3.0.0"
10195+ minimatch "^3.0.4"
10196+ object.entries "^1.1.5"
10197+ object.fromentries "^2.0.5"
10198+ object.hasown "^1.1.0"
10199+ object.values "^1.1.5"
10200+ prop-types "^15.7.2"
10201+ resolve "^2.0.0-next.3"
10202+ semver "^6.3.0"
10203+ string.prototype.matchall "^4.0.6"
10204+
10205+ eslint-plugin-react@^7.21.5:
1017710206 version "7.25.1"
1017810207 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
1017910208 integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
@@ -10340,6 +10369,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
1034010369 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
1034110370 integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
1034210371
10372+ estraverse@^5.3.0:
10373+ version "5.3.0"
10374+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
10375+ integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
10376+
1034310377estree-to-babel@^3.1.0:
1034410378 version "3.2.1"
1034510379 resolved "https://registry.yarnpkg.com/estree-to-babel/-/estree-to-babel-3.2.1.tgz#82e78315275c3ca74475fdc8ac1a5103c8a75bf5"
@@ -16230,6 +16264,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1623016264 define-properties "^1.1.3"
1623116265 es-abstract "^1.18.2"
1623216266
16267+ object.entries@^1.1.5:
16268+ version "1.1.5"
16269+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
16270+ integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
16271+ dependencies:
16272+ call-bind "^1.0.2"
16273+ define-properties "^1.1.3"
16274+ es-abstract "^1.19.1"
16275+
1623316276"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.4:
1623416277 version "2.0.4"
1623516278 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -16240,6 +16283,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1624016283 es-abstract "^1.18.0-next.2"
1624116284 has "^1.0.3"
1624216285
16286+ object.fromentries@^2.0.5:
16287+ version "2.0.5"
16288+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
16289+ integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
16290+ dependencies:
16291+ call-bind "^1.0.2"
16292+ define-properties "^1.1.3"
16293+ es-abstract "^1.19.1"
16294+
1624316295object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1, object.getownpropertydescriptors@^2.1.2:
1624416296 version "2.1.2"
1624516297 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -16249,6 +16301,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
1624916301 define-properties "^1.1.3"
1625016302 es-abstract "^1.18.0-next.2"
1625116303
16304+ object.hasown@^1.1.0:
16305+ version "1.1.0"
16306+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
16307+ integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
16308+ dependencies:
16309+ define-properties "^1.1.3"
16310+ es-abstract "^1.19.1"
16311+
1625216312object.pick@^1.3.0:
1625316313 version "1.3.0"
1625416314 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -20302,6 +20362,20 @@ string-width@^5.0.0:
2030220362 regexp.prototype.flags "^1.3.1"
2030320363 side-channel "^1.0.4"
2030420364
20365+ string.prototype.matchall@^4.0.6:
20366+ version "4.0.6"
20367+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
20368+ integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
20369+ dependencies:
20370+ call-bind "^1.0.2"
20371+ define-properties "^1.1.3"
20372+ es-abstract "^1.19.1"
20373+ get-intrinsic "^1.1.1"
20374+ has-symbols "^1.0.2"
20375+ internal-slot "^1.0.3"
20376+ regexp.prototype.flags "^1.3.1"
20377+ side-channel "^1.0.4"
20378+
2030520379string.prototype.padend@^3.0.0:
2030620380 version "3.1.2"
2030720381 resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
0 commit comments