@@ -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"
@@ -16189,6 +16223,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1618916223 define-properties "^1.1.3"
1619016224 es-abstract "^1.18.2"
1619116225
16226+ object.entries@^1.1.5:
16227+ version "1.1.5"
16228+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
16229+ integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
16230+ dependencies:
16231+ call-bind "^1.0.2"
16232+ define-properties "^1.1.3"
16233+ es-abstract "^1.19.1"
16234+
1619216235"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.4:
1619316236 version "2.0.4"
1619416237 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -16199,6 +16242,15 @@ object.entries@^1.1.0, object.entries@^1.1.2, object.entries@^1.1.4:
1619916242 es-abstract "^1.18.0-next.2"
1620016243 has "^1.0.3"
1620116244
16245+ object.fromentries@^2.0.5:
16246+ version "2.0.5"
16247+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
16248+ integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
16249+ dependencies:
16250+ call-bind "^1.0.2"
16251+ define-properties "^1.1.3"
16252+ es-abstract "^1.19.1"
16253+
1620216254object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1, object.getownpropertydescriptors@^2.1.2:
1620316255 version "2.1.2"
1620416256 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -16208,6 +16260,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
1620816260 define-properties "^1.1.3"
1620916261 es-abstract "^1.18.0-next.2"
1621016262
16263+ object.hasown@^1.1.0:
16264+ version "1.1.0"
16265+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
16266+ integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
16267+ dependencies:
16268+ define-properties "^1.1.3"
16269+ es-abstract "^1.19.1"
16270+
1621116271object.pick@^1.3.0:
1621216272 version "1.3.0"
1621316273 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -20261,6 +20321,20 @@ string-width@^5.0.0:
2026120321 regexp.prototype.flags "^1.3.1"
2026220322 side-channel "^1.0.4"
2026320323
20324+ string.prototype.matchall@^4.0.6:
20325+ version "4.0.6"
20326+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
20327+ integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
20328+ dependencies:
20329+ call-bind "^1.0.2"
20330+ define-properties "^1.1.3"
20331+ es-abstract "^1.19.1"
20332+ get-intrinsic "^1.1.1"
20333+ has-symbols "^1.0.2"
20334+ internal-slot "^1.0.3"
20335+ regexp.prototype.flags "^1.3.1"
20336+ side-channel "^1.0.4"
20337+
2026420338string.prototype.padend@^3.0.0:
2026520339 version "3.1.2"
2026620340 resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
0 commit comments