@@ -1842,7 +1842,7 @@ argparse@^2.0.1:
18421842 resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
18431843 integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
18441844
1845- array-includes@^3.1.5 :
1845+ array-includes@^3.1.5, array-includes@^3.1.6 :
18461846 version "3.1.6"
18471847 resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
18481848 integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
@@ -1853,7 +1853,7 @@ array-includes@^3.1.5:
18531853 get-intrinsic "^1.1.3"
18541854 is-string "^1.0.7"
18551855
1856- array.prototype.flatmap@^1.3.0 :
1856+ array.prototype.flatmap@^1.3.1 :
18571857 version "1.3.1"
18581858 resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
18591859 integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -1863,6 +1863,17 @@ array.prototype.flatmap@^1.3.0:
18631863 es-abstract "^1.20.4"
18641864 es-shim-unscopables "^1.0.0"
18651865
1866+ array.prototype.tosorted@^1.1.1 :
1867+ version "1.1.1"
1868+ resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
1869+ integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
1870+ dependencies :
1871+ call-bind "^1.0.2"
1872+ define-properties "^1.1.4"
1873+ es-abstract "^1.20.4"
1874+ es-shim-unscopables "^1.0.0"
1875+ get-intrinsic "^1.1.3"
1876+
18661877astral-regex@^2.0.0 :
18671878 version "2.0.0"
18681879 resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
@@ -2734,25 +2745,26 @@ eslint-plugin-node@11.1.0:
27342745 resolve "^1.10.1"
27352746 semver "^6.1.0"
27362747
2737- eslint-plugin-react@7.31.10 :
2738- version "7.31.10 "
2739- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10 .tgz#6782c2c7fe91c09e715d536067644bbb9491419a "
2740- integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA ==
2748+ eslint-plugin-react@7.31.11 :
2749+ version "7.31.11 "
2750+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11 .tgz#011521d2b16dcf95795df688a4770b4eaab364c8 "
2751+ integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw ==
27412752 dependencies :
2742- array-includes "^3.1.5"
2743- array.prototype.flatmap "^1.3.0"
2753+ array-includes "^3.1.6"
2754+ array.prototype.flatmap "^1.3.1"
2755+ array.prototype.tosorted "^1.1.1"
27442756 doctrine "^2.1.0"
27452757 estraverse "^5.3.0"
27462758 jsx-ast-utils "^2.4.1 || ^3.0.0"
27472759 minimatch "^3.1.2"
2748- object.entries "^1.1.5 "
2749- object.fromentries "^2.0.5 "
2750- object.hasown "^1.1.1 "
2751- object.values "^1.1.5 "
2760+ object.entries "^1.1.6 "
2761+ object.fromentries "^2.0.6 "
2762+ object.hasown "^1.1.2 "
2763+ object.values "^1.1.6 "
27522764 prop-types "^15.8.1"
27532765 resolve "^2.0.0-next.3"
27542766 semver "^6.3.0"
2755- string.prototype.matchall "^4.0.7 "
2767+ string.prototype.matchall "^4.0.8 "
27562768
27572769eslint-plugin-sort-imports-es6-autofix@0.6.0 :
27582770 version "0.6.0"
@@ -4560,7 +4572,7 @@ object.assign@^4.1.3, object.assign@^4.1.4:
45604572 has-symbols "^1.0.3"
45614573 object-keys "^1.1.1"
45624574
4563- object.entries@^1.1.5 :
4575+ object.entries@^1.1.6 :
45644576 version "1.1.6"
45654577 resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
45664578 integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
@@ -4569,7 +4581,7 @@ object.entries@^1.1.5:
45694581 define-properties "^1.1.4"
45704582 es-abstract "^1.20.4"
45714583
4572- object.fromentries@^2.0.5 :
4584+ object.fromentries@^2.0.6 :
45734585 version "2.0.6"
45744586 resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
45754587 integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
@@ -4578,15 +4590,15 @@ object.fromentries@^2.0.5:
45784590 define-properties "^1.1.4"
45794591 es-abstract "^1.20.4"
45804592
4581- object.hasown@^1.1.1 :
4593+ object.hasown@^1.1.2 :
45824594 version "1.1.2"
45834595 resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
45844596 integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
45854597 dependencies :
45864598 define-properties "^1.1.4"
45874599 es-abstract "^1.20.4"
45884600
4589- object.values@^1.1.5 :
4601+ object.values@^1.1.6 :
45904602 version "1.1.6"
45914603 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
45924604 integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
@@ -5515,7 +5527,7 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
55155527 is-fullwidth-code-point "^3.0.0"
55165528 strip-ansi "^6.0.1"
55175529
5518- string.prototype.matchall@^4.0.7 :
5530+ string.prototype.matchall@^4.0.8 :
55195531 version "4.0.8"
55205532 resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
55215533 integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
0 commit comments