|
19 | 19 | js-tokens "^4.0.0" |
20 | 20 | picocolors "^1.1.1" |
21 | 21 |
|
22 | | -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1": |
23 | | - version "7.27.1" |
24 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6" |
25 | | - integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A== |
26 | | - |
27 | | -"@babel/compat-data@^7.27.2": |
| 22 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2": |
28 | 23 | version "7.27.2" |
29 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
30 | 25 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
|
77 | 72 | dependencies: |
78 | 73 | "@babel/types" "^7.27.1" |
79 | 74 |
|
80 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1": |
81 | | - version "7.27.1" |
82 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a" |
83 | | - integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g== |
84 | | - dependencies: |
85 | | - "@babel/compat-data" "^7.27.1" |
86 | | - "@babel/helper-validator-option" "^7.27.1" |
87 | | - browserslist "^4.24.0" |
88 | | - lru-cache "^5.1.1" |
89 | | - semver "^6.3.1" |
90 | | - |
91 | | -"@babel/helper-compilation-targets@^7.27.2": |
| 75 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2": |
92 | 76 | version "7.27.2" |
93 | 77 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
94 | 78 | integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
|
227 | 211 | "@babel/template" "^7.27.1" |
228 | 212 | "@babel/types" "^7.27.1" |
229 | 213 |
|
230 | | -"@babel/parser@^7.27.1": |
231 | | - version "7.27.1" |
232 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
233 | | - integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
| 214 | +"@babel/parser@^7.27.1", "@babel/parser@^7.27.2": |
| 215 | + version "7.27.2" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127" |
| 217 | + integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw== |
234 | 218 | dependencies: |
235 | 219 | "@babel/types" "^7.27.1" |
236 | 220 |
|
|
658 | 642 | dependencies: |
659 | 643 | "@babel/helper-plugin-utils" "^7.27.1" |
660 | 644 |
|
661 | | -"@babel/plugin-transform-object-rest-spread@^7.27.1": |
662 | | - version "7.27.1" |
663 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79" |
664 | | - integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA== |
665 | | - dependencies: |
666 | | - "@babel/helper-compilation-targets" "^7.27.1" |
667 | | - "@babel/helper-plugin-utils" "^7.27.1" |
668 | | - "@babel/plugin-transform-parameters" "^7.27.1" |
669 | | - |
670 | 645 | "@babel/plugin-transform-object-rest-spread@^7.27.2": |
671 | 646 | version "7.27.2" |
672 | 647 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973" |
|
876 | 851 | "@babel/helper-create-regexp-features-plugin" "^7.27.1" |
877 | 852 | "@babel/helper-plugin-utils" "^7.27.1" |
878 | 853 |
|
879 | | -"@babel/preset-env@^7.16.4": |
880 | | - version "7.27.1" |
881 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2" |
882 | | - integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA== |
883 | | - dependencies: |
884 | | - "@babel/compat-data" "^7.27.1" |
885 | | - "@babel/helper-compilation-targets" "^7.27.1" |
886 | | - "@babel/helper-plugin-utils" "^7.27.1" |
887 | | - "@babel/helper-validator-option" "^7.27.1" |
888 | | - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1" |
889 | | - "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" |
890 | | - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" |
891 | | - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" |
892 | | - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1" |
893 | | - "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
894 | | - "@babel/plugin-syntax-import-assertions" "^7.27.1" |
895 | | - "@babel/plugin-syntax-import-attributes" "^7.27.1" |
896 | | - "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" |
897 | | - "@babel/plugin-transform-arrow-functions" "^7.27.1" |
898 | | - "@babel/plugin-transform-async-generator-functions" "^7.27.1" |
899 | | - "@babel/plugin-transform-async-to-generator" "^7.27.1" |
900 | | - "@babel/plugin-transform-block-scoped-functions" "^7.27.1" |
901 | | - "@babel/plugin-transform-block-scoping" "^7.27.1" |
902 | | - "@babel/plugin-transform-class-properties" "^7.27.1" |
903 | | - "@babel/plugin-transform-class-static-block" "^7.27.1" |
904 | | - "@babel/plugin-transform-classes" "^7.27.1" |
905 | | - "@babel/plugin-transform-computed-properties" "^7.27.1" |
906 | | - "@babel/plugin-transform-destructuring" "^7.27.1" |
907 | | - "@babel/plugin-transform-dotall-regex" "^7.27.1" |
908 | | - "@babel/plugin-transform-duplicate-keys" "^7.27.1" |
909 | | - "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1" |
910 | | - "@babel/plugin-transform-dynamic-import" "^7.27.1" |
911 | | - "@babel/plugin-transform-exponentiation-operator" "^7.27.1" |
912 | | - "@babel/plugin-transform-export-namespace-from" "^7.27.1" |
913 | | - "@babel/plugin-transform-for-of" "^7.27.1" |
914 | | - "@babel/plugin-transform-function-name" "^7.27.1" |
915 | | - "@babel/plugin-transform-json-strings" "^7.27.1" |
916 | | - "@babel/plugin-transform-literals" "^7.27.1" |
917 | | - "@babel/plugin-transform-logical-assignment-operators" "^7.27.1" |
918 | | - "@babel/plugin-transform-member-expression-literals" "^7.27.1" |
919 | | - "@babel/plugin-transform-modules-amd" "^7.27.1" |
920 | | - "@babel/plugin-transform-modules-commonjs" "^7.27.1" |
921 | | - "@babel/plugin-transform-modules-systemjs" "^7.27.1" |
922 | | - "@babel/plugin-transform-modules-umd" "^7.27.1" |
923 | | - "@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1" |
924 | | - "@babel/plugin-transform-new-target" "^7.27.1" |
925 | | - "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1" |
926 | | - "@babel/plugin-transform-numeric-separator" "^7.27.1" |
927 | | - "@babel/plugin-transform-object-rest-spread" "^7.27.1" |
928 | | - "@babel/plugin-transform-object-super" "^7.27.1" |
929 | | - "@babel/plugin-transform-optional-catch-binding" "^7.27.1" |
930 | | - "@babel/plugin-transform-optional-chaining" "^7.27.1" |
931 | | - "@babel/plugin-transform-parameters" "^7.27.1" |
932 | | - "@babel/plugin-transform-private-methods" "^7.27.1" |
933 | | - "@babel/plugin-transform-private-property-in-object" "^7.27.1" |
934 | | - "@babel/plugin-transform-property-literals" "^7.27.1" |
935 | | - "@babel/plugin-transform-regenerator" "^7.27.1" |
936 | | - "@babel/plugin-transform-regexp-modifiers" "^7.27.1" |
937 | | - "@babel/plugin-transform-reserved-words" "^7.27.1" |
938 | | - "@babel/plugin-transform-shorthand-properties" "^7.27.1" |
939 | | - "@babel/plugin-transform-spread" "^7.27.1" |
940 | | - "@babel/plugin-transform-sticky-regex" "^7.27.1" |
941 | | - "@babel/plugin-transform-template-literals" "^7.27.1" |
942 | | - "@babel/plugin-transform-typeof-symbol" "^7.27.1" |
943 | | - "@babel/plugin-transform-unicode-escapes" "^7.27.1" |
944 | | - "@babel/plugin-transform-unicode-property-regex" "^7.27.1" |
945 | | - "@babel/plugin-transform-unicode-regex" "^7.27.1" |
946 | | - "@babel/plugin-transform-unicode-sets-regex" "^7.27.1" |
947 | | - "@babel/preset-modules" "0.1.6-no-external-plugins" |
948 | | - babel-plugin-polyfill-corejs2 "^0.4.10" |
949 | | - babel-plugin-polyfill-corejs3 "^0.11.0" |
950 | | - babel-plugin-polyfill-regenerator "^0.6.1" |
951 | | - core-js-compat "^3.40.0" |
952 | | - semver "^6.3.1" |
953 | | - |
954 | | -"@babel/preset-env@^7.27.2": |
| 854 | +"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.27.2": |
955 | 855 | version "7.27.2" |
956 | 856 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a" |
957 | 857 | integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ== |
|
1064 | 964 | integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog== |
1065 | 965 |
|
1066 | 966 | "@babel/template@^7.27.1": |
1067 | | - version "7.27.1" |
1068 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
1069 | | - integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== |
| 967 | + version "7.27.2" |
| 968 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 969 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
1070 | 970 | dependencies: |
1071 | 971 | "@babel/code-frame" "^7.27.1" |
1072 | | - "@babel/parser" "^7.27.1" |
| 972 | + "@babel/parser" "^7.27.2" |
1073 | 973 | "@babel/types" "^7.27.1" |
1074 | 974 |
|
1075 | 975 | "@babel/traverse@^7.27.1": |
|
1312 | 1212 | thingies "^1.20.0" |
1313 | 1213 |
|
1314 | 1214 | "@jsonjoy.com/util@^1.1.2", "@jsonjoy.com/util@^1.3.0": |
1315 | | - version "1.5.0" |
1316 | | - resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.5.0.tgz#6008e35b9d9d8ee27bc4bfaa70c8cbf33a537b4c" |
1317 | | - integrity sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA== |
| 1215 | + version "1.6.0" |
| 1216 | + resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.6.0.tgz#23991b2fe12cb3a006573d9dc97c768d3ed2c9f1" |
| 1217 | + integrity sha512-sw/RMbehRhN68WRtcKCpQOPfnH6lLP4GJfqzi3iYej8tnzpZUDr6UkZYJjcjjC0FWEJOJbyM3PTIwxucUmDG2A== |
1318 | 1218 |
|
1319 | 1219 | "@leichtgewicht/ip-codec@^2.0.1": |
1320 | 1220 | version "2.0.5" |
|
1633 | 1533 | "@types/node" "*" |
1634 | 1534 |
|
1635 | 1535 | "@types/node@*": |
1636 | | - version "22.15.3" |
1637 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b" |
1638 | | - integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw== |
| 1536 | + version "22.15.17" |
| 1537 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.17.tgz#355ccec95f705b664e4332bb64a7f07db30b7055" |
| 1538 | + integrity sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw== |
1639 | 1539 | dependencies: |
1640 | 1540 | undici-types "~6.21.0" |
1641 | 1541 |
|
|
1697 | 1597 | integrity sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w== |
1698 | 1598 |
|
1699 | 1599 | "@types/react@*": |
1700 | | - version "19.1.2" |
1701 | | - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f" |
1702 | | - integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw== |
| 1600 | + version "19.1.3" |
| 1601 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.3.tgz#c75a24b775a63280b02c66a55a3cfa04f4022cf7" |
| 1602 | + integrity sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ== |
1703 | 1603 | dependencies: |
1704 | 1604 | csstype "^3.0.2" |
1705 | 1605 |
|
1706 | 1606 | "@types/react@^18.2.79": |
1707 | | - version "18.3.20" |
1708 | | - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.20.tgz#b0dccda9d2f1bc24d2a04b1d0cb5d0b9a3576ad3" |
1709 | | - integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg== |
| 1607 | + version "18.3.21" |
| 1608 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.21.tgz#ba9bdc8833ceaf2b5edabbbabfbf9a84040df89a" |
| 1609 | + integrity sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw== |
1710 | 1610 | dependencies: |
1711 | 1611 | "@types/prop-types" "*" |
1712 | 1612 | csstype "^3.0.2" |
@@ -2420,9 +2320,9 @@ camel-case@^4.1.2: |
2420 | 2320 | tslib "^2.0.3" |
2421 | 2321 |
|
2422 | 2322 | caniuse-lite@^1.0.30001716: |
2423 | | - version "1.0.30001716" |
2424 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001716.tgz#39220dfbc58c85d9d4519e7090b656aa11ca4b85" |
2425 | | - integrity sha512-49/c1+x3Kwz7ZIWt+4DvK3aMJy9oYXXG6/97JKsnjdCk/6n9vVyWL8NAwVt95Lwt9eigI10Hl782kDfZUUlRXw== |
| 2323 | + version "1.0.30001717" |
| 2324 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001717.tgz#5d9fec5ce09796a1893013825510678928aca129" |
| 2325 | + integrity sha512-auPpttCq6BDEG8ZAuHJIplGw6GODhjw+/11e7IjpnYCxZcW/ONgPs0KVBJ0d1bY3e2+7PRe5RCLyP+PfwVgkYw== |
2426 | 2326 |
|
2427 | 2327 | chalk@^4.0.0: |
2428 | 2328 | version "4.1.2" |
|
2874 | 2774 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== |
2875 | 2775 |
|
2876 | 2776 | electron-to-chromium@^1.5.149: |
2877 | | - version "1.5.149" |
2878 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.149.tgz#b6d1a468b9537165e2494d0b5b82e9b3392d0ddb" |
2879 | | - integrity sha512-UyiO82eb9dVOx8YO3ajDf9jz2kKyt98DEITRdeLPstOEuTlLzDA4Gyq5K9he71TQziU5jUVu2OAu5N48HmQiyQ== |
| 2777 | + version "1.5.151" |
| 2778 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.151.tgz#5edd6c17e1b2f14b4662c41b9379f96cc8c2bb7c" |
| 2779 | + integrity sha512-Rl6uugut2l9sLojjS4H4SAr3A4IgACMLgpuEMPYCVcKydzfyPrn5absNRju38IhQOf/NwjJY8OGWjlteqYeBCA== |
2880 | 2780 |
|
2881 | 2781 | emoji-regex@^9.2.2: |
2882 | 2782 | version "9.2.2" |
|
0 commit comments