@@ -6610,6 +6610,15 @@ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.4:
66106610 es-abstract "^1.18.0-next.1"
66116611 function-bind "^1.1.1"
66126612
6613+ array.prototype.flatmap@^1.2.5:
6614+ version "1.2.5"
6615+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
6616+ integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
6617+ dependencies:
6618+ call-bind "^1.0.0"
6619+ define-properties "^1.1.3"
6620+ es-abstract "^1.19.0"
6621+
66136622array.prototype.map@^1.0.3:
66146623 version "1.0.3"
66156624 resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.3.tgz#1609623618d3d84134a37d4a220030c2bd18420b"
@@ -10149,7 +10158,27 @@ eslint-plugin-react-hooks@^4.2.0:
1014910158 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1015010159 integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1015110160
10152- [email protected] , eslint-plugin-react@^7.21.5:
10161+ 10162+ version "7.27.1"
10163+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz#469202442506616f77a854d91babaae1ec174b45"
10164+ integrity sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==
10165+ dependencies:
10166+ array-includes "^3.1.4"
10167+ array.prototype.flatmap "^1.2.5"
10168+ doctrine "^2.1.0"
10169+ estraverse "^5.3.0"
10170+ jsx-ast-utils "^2.4.1 || ^3.0.0"
10171+ minimatch "^3.0.4"
10172+ object.entries "^1.1.5"
10173+ object.fromentries "^2.0.5"
10174+ object.hasown "^1.1.0"
10175+ object.values "^1.1.5"
10176+ prop-types "^15.7.2"
10177+ resolve "^2.0.0-next.3"
10178+ semver "^6.3.0"
10179+ string.prototype.matchall "^4.0.6"
10180+
10181+ eslint-plugin-react@^7.21.5:
1015310182 version "7.25.1"
1015410183 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
1015510184 integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
@@ -10316,6 +10345,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
1031610345 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
1031710346 integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
1031810347
10348+ estraverse@^5.3.0:
10349+ version "5.3.0"
10350+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
10351+ integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
10352+
1031910353estree-to-babel@^3.1.0:
1032010354 version "3.2.1"
1032110355 resolved "https://registry.yarnpkg.com/estree-to-babel/-/estree-to-babel-3.2.1.tgz#82e78315275c3ca74475fdc8ac1a5103c8a75bf5"
@@ -16183,6 +16217,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1618316217 define-properties "^1.1.3"
1618416218 es-abstract "^1.18.2"
1618516219
16220+ object.entries@^1.1.5:
16221+ version "1.1.5"
16222+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
16223+ integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
16224+ dependencies:
16225+ call-bind "^1.0.2"
16226+ define-properties "^1.1.3"
16227+ es-abstract "^1.19.1"
16228+
1618616229"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.4:
1618716230 version "2.0.4"
1618816231 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -16193,6 +16236,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1619316236 es-abstract "^1.18.0-next.2"
1619416237 has "^1.0.3"
1619516238
16239+ object.fromentries@^2.0.5:
16240+ version "2.0.5"
16241+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
16242+ integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
16243+ dependencies:
16244+ call-bind "^1.0.2"
16245+ define-properties "^1.1.3"
16246+ es-abstract "^1.19.1"
16247+
1619616248object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1, object.getownpropertydescriptors@^2.1.2:
1619716249 version "2.1.2"
1619816250 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -16202,6 +16254,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
1620216254 define-properties "^1.1.3"
1620316255 es-abstract "^1.18.0-next.2"
1620416256
16257+ object.hasown@^1.1.0:
16258+ version "1.1.0"
16259+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
16260+ integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
16261+ dependencies:
16262+ define-properties "^1.1.3"
16263+ es-abstract "^1.19.1"
16264+
1620516265object.pick@^1.3.0:
1620616266 version "1.3.0"
1620716267 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -20255,6 +20315,20 @@ string-width@^5.0.0:
2025520315 regexp.prototype.flags "^1.3.1"
2025620316 side-channel "^1.0.4"
2025720317
20318+ string.prototype.matchall@^4.0.6:
20319+ version "4.0.6"
20320+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
20321+ integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
20322+ dependencies:
20323+ call-bind "^1.0.2"
20324+ define-properties "^1.1.3"
20325+ es-abstract "^1.19.1"
20326+ get-intrinsic "^1.1.1"
20327+ has-symbols "^1.0.2"
20328+ internal-slot "^1.0.3"
20329+ regexp.prototype.flags "^1.3.1"
20330+ side-channel "^1.0.4"
20331+
2025820332string.prototype.padend@^3.0.0:
2025920333 version "3.1.2"
2026020334 resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
0 commit comments