@@ -6615,6 +6615,15 @@ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.4:
66156615 es-abstract "^1.18.0-next.1"
66166616 function-bind "^1.1.1"
66176617
6618+ array.prototype.flatmap@^1.2.5:
6619+ version "1.2.5"
6620+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
6621+ integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
6622+ dependencies:
6623+ call-bind "^1.0.0"
6624+ define-properties "^1.1.3"
6625+ es-abstract "^1.19.0"
6626+
66186627array.prototype.map@^1.0.3:
66196628 version "1.0.3"
66206629 resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.3.tgz#1609623618d3d84134a37d4a220030c2bd18420b"
@@ -10155,7 +10164,27 @@ eslint-plugin-react-hooks@^4.2.0:
1015510164 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1015610165 integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1015710166
10158- [email protected] , eslint-plugin-react@^7.21.5:
10167+ 10168+ version "7.27.1"
10169+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz#469202442506616f77a854d91babaae1ec174b45"
10170+ integrity sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==
10171+ dependencies:
10172+ array-includes "^3.1.4"
10173+ array.prototype.flatmap "^1.2.5"
10174+ doctrine "^2.1.0"
10175+ estraverse "^5.3.0"
10176+ jsx-ast-utils "^2.4.1 || ^3.0.0"
10177+ minimatch "^3.0.4"
10178+ object.entries "^1.1.5"
10179+ object.fromentries "^2.0.5"
10180+ object.hasown "^1.1.0"
10181+ object.values "^1.1.5"
10182+ prop-types "^15.7.2"
10183+ resolve "^2.0.0-next.3"
10184+ semver "^6.3.0"
10185+ string.prototype.matchall "^4.0.6"
10186+
10187+ eslint-plugin-react@^7.21.5:
1015910188 version "7.25.1"
1016010189 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
1016110190 integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
@@ -10322,6 +10351,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
1032210351 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
1032310352 integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
1032410353
10354+ estraverse@^5.3.0:
10355+ version "5.3.0"
10356+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
10357+ integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
10358+
1032510359estree-to-babel@^3.1.0:
1032610360 version "3.2.1"
1032710361 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