@@ -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"
@@ -16215,6 +16249,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1621516249 define-properties "^1.1.3"
1621616250 es-abstract "^1.18.2"
1621716251
16252+ object.entries@^1.1.5:
16253+ version "1.1.5"
16254+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
16255+ integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
16256+ dependencies:
16257+ call-bind "^1.0.2"
16258+ define-properties "^1.1.3"
16259+ es-abstract "^1.19.1"
16260+
1621816261"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.4:
1621916262 version "2.0.4"
1622016263 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -16225,6 +16268,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1622516268 es-abstract "^1.18.0-next.2"
1622616269 has "^1.0.3"
1622716270
16271+ object.fromentries@^2.0.5:
16272+ version "2.0.5"
16273+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
16274+ integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
16275+ dependencies:
16276+ call-bind "^1.0.2"
16277+ define-properties "^1.1.3"
16278+ es-abstract "^1.19.1"
16279+
1622816280object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1, object.getownpropertydescriptors@^2.1.2:
1622916281 version "2.1.2"
1623016282 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -16234,6 +16286,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
1623416286 define-properties "^1.1.3"
1623516287 es-abstract "^1.18.0-next.2"
1623616288
16289+ object.hasown@^1.1.0:
16290+ version "1.1.0"
16291+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
16292+ integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
16293+ dependencies:
16294+ define-properties "^1.1.3"
16295+ es-abstract "^1.19.1"
16296+
1623716297object.pick@^1.3.0:
1623816298 version "1.3.0"
1623916299 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -20287,6 +20347,20 @@ string-width@^5.0.0:
2028720347 regexp.prototype.flags "^1.3.1"
2028820348 side-channel "^1.0.4"
2028920349
20350+ string.prototype.matchall@^4.0.6:
20351+ version "4.0.6"
20352+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
20353+ integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
20354+ dependencies:
20355+ call-bind "^1.0.2"
20356+ define-properties "^1.1.3"
20357+ es-abstract "^1.19.1"
20358+ get-intrinsic "^1.1.1"
20359+ has-symbols "^1.0.2"
20360+ internal-slot "^1.0.3"
20361+ regexp.prototype.flags "^1.3.1"
20362+ side-channel "^1.0.4"
20363+
2029020364string.prototype.padend@^3.0.0:
2029120365 version "3.1.2"
2029220366 resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
0 commit comments