|
936 | 936 | js-tokens "^4.0.0" |
937 | 937 | picocolors "^1.1.1" |
938 | 938 |
|
| 939 | +"@babel/code-frame@^7.29.7": |
| 940 | + version "7.29.7" |
| 941 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" |
| 942 | + integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== |
| 943 | + dependencies: |
| 944 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 945 | + js-tokens "^4.0.0" |
| 946 | + picocolors "^1.1.1" |
| 947 | + |
939 | 948 | "@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0": |
940 | 949 | version "7.29.0" |
941 | 950 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
942 | 951 | integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
943 | 952 |
|
| 953 | +"@babel/compat-data@^7.29.7": |
| 954 | + version "7.29.7" |
| 955 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" |
| 956 | + integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== |
| 957 | + |
944 | 958 | "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
945 | | - version "7.29.0" |
946 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" |
947 | | - integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== |
948 | | - dependencies: |
949 | | - "@babel/code-frame" "^7.29.0" |
950 | | - "@babel/generator" "^7.29.0" |
951 | | - "@babel/helper-compilation-targets" "^7.28.6" |
952 | | - "@babel/helper-module-transforms" "^7.28.6" |
953 | | - "@babel/helpers" "^7.28.6" |
954 | | - "@babel/parser" "^7.29.0" |
955 | | - "@babel/template" "^7.28.6" |
956 | | - "@babel/traverse" "^7.29.0" |
957 | | - "@babel/types" "^7.29.0" |
| 959 | + version "7.29.7" |
| 960 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
| 961 | + integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
| 962 | + dependencies: |
| 963 | + "@babel/code-frame" "^7.29.7" |
| 964 | + "@babel/generator" "^7.29.7" |
| 965 | + "@babel/helper-compilation-targets" "^7.29.7" |
| 966 | + "@babel/helper-module-transforms" "^7.29.7" |
| 967 | + "@babel/helpers" "^7.29.7" |
| 968 | + "@babel/parser" "^7.29.7" |
| 969 | + "@babel/template" "^7.29.7" |
| 970 | + "@babel/traverse" "^7.29.7" |
| 971 | + "@babel/types" "^7.29.7" |
958 | 972 | "@jridgewell/remapping" "^2.3.5" |
959 | 973 | convert-source-map "^2.0.0" |
960 | 974 | debug "^4.1.0" |
|
973 | 987 | "@jridgewell/trace-mapping" "^0.3.28" |
974 | 988 | jsesc "^3.0.2" |
975 | 989 |
|
| 990 | +"@babel/generator@^7.29.7": |
| 991 | + version "7.29.7" |
| 992 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3" |
| 993 | + integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ== |
| 994 | + dependencies: |
| 995 | + "@babel/parser" "^7.29.7" |
| 996 | + "@babel/types" "^7.29.7" |
| 997 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 998 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 999 | + jsesc "^3.0.2" |
| 1000 | + |
976 | 1001 | "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
977 | 1002 | version "7.27.3" |
978 | 1003 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
|
991 | 1016 | lru-cache "^5.1.1" |
992 | 1017 | semver "^6.3.1" |
993 | 1018 |
|
| 1019 | +"@babel/helper-compilation-targets@^7.29.7": |
| 1020 | + version "7.29.7" |
| 1021 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042" |
| 1022 | + integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g== |
| 1023 | + dependencies: |
| 1024 | + "@babel/compat-data" "^7.29.7" |
| 1025 | + "@babel/helper-validator-option" "^7.29.7" |
| 1026 | + browserslist "^4.24.0" |
| 1027 | + lru-cache "^5.1.1" |
| 1028 | + semver "^6.3.1" |
| 1029 | + |
994 | 1030 | "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.28.6": |
995 | 1031 | version "7.28.6" |
996 | 1032 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb" |
|
1029 | 1065 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
1030 | 1066 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
1031 | 1067 |
|
| 1068 | +"@babel/helper-globals@^7.29.7": |
| 1069 | + version "7.29.7" |
| 1070 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b" |
| 1071 | + integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA== |
| 1072 | + |
1032 | 1073 | "@babel/helper-member-expression-to-functions@^7.28.5": |
1033 | 1074 | version "7.28.5" |
1034 | 1075 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150" |
|
1045 | 1086 | "@babel/traverse" "^7.28.6" |
1046 | 1087 | "@babel/types" "^7.28.6" |
1047 | 1088 |
|
| 1089 | +"@babel/helper-module-imports@^7.29.7": |
| 1090 | + version "7.29.7" |
| 1091 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396" |
| 1092 | + integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g== |
| 1093 | + dependencies: |
| 1094 | + "@babel/traverse" "^7.29.7" |
| 1095 | + "@babel/types" "^7.29.7" |
| 1096 | + |
1048 | 1097 | "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6": |
1049 | 1098 | version "7.28.6" |
1050 | 1099 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
|
1054 | 1103 | "@babel/helper-validator-identifier" "^7.28.5" |
1055 | 1104 | "@babel/traverse" "^7.28.6" |
1056 | 1105 |
|
| 1106 | +"@babel/helper-module-transforms@^7.29.7": |
| 1107 | + version "7.29.7" |
| 1108 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae" |
| 1109 | + integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg== |
| 1110 | + dependencies: |
| 1111 | + "@babel/helper-module-imports" "^7.29.7" |
| 1112 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 1113 | + "@babel/traverse" "^7.29.7" |
| 1114 | + |
1057 | 1115 | "@babel/helper-optimise-call-expression@^7.27.1": |
1058 | 1116 | version "7.27.1" |
1059 | 1117 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
|
1097 | 1155 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
1098 | 1156 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
1099 | 1157 |
|
| 1158 | +"@babel/helper-string-parser@^7.29.7": |
| 1159 | + version "7.29.7" |
| 1160 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" |
| 1161 | + integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== |
| 1162 | + |
1100 | 1163 | "@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.28.5": |
1101 | 1164 | version "7.28.5" |
1102 | 1165 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
1103 | 1166 | integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
1104 | 1167 |
|
| 1168 | +"@babel/helper-validator-identifier@^7.29.7": |
| 1169 | + version "7.29.7" |
| 1170 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" |
| 1171 | + integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== |
| 1172 | + |
1105 | 1173 | "@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.27.1": |
1106 | 1174 | version "7.27.1" |
1107 | 1175 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
1108 | 1176 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
1109 | 1177 |
|
| 1178 | +"@babel/helper-validator-option@^7.29.7": |
| 1179 | + version "7.29.7" |
| 1180 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a" |
| 1181 | + integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw== |
| 1182 | + |
1110 | 1183 | "@babel/helper-wrap-function@^7.27.1": |
1111 | 1184 | version "7.28.6" |
1112 | 1185 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz#4e349ff9222dab69a93a019cc296cdd8442e279a" |
|
1116 | 1189 | "@babel/traverse" "^7.28.6" |
1117 | 1190 | "@babel/types" "^7.28.6" |
1118 | 1191 |
|
1119 | | -"@babel/helpers@^7.28.6": |
1120 | | - version "7.29.2" |
1121 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49" |
1122 | | - integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw== |
| 1192 | +"@babel/helpers@^7.29.7": |
| 1193 | + version "7.29.7" |
| 1194 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" |
| 1195 | + integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg== |
1123 | 1196 | dependencies: |
1124 | | - "@babel/template" "^7.28.6" |
1125 | | - "@babel/types" "^7.29.0" |
| 1197 | + "@babel/template" "^7.29.7" |
| 1198 | + "@babel/types" "^7.29.7" |
1126 | 1199 |
|
1127 | 1200 | "@babel/highlight@^7.10.4": |
1128 | 1201 | version "7.25.9" |
|
1141 | 1214 | dependencies: |
1142 | 1215 | "@babel/types" "^7.29.0" |
1143 | 1216 |
|
| 1217 | +"@babel/parser@^7.29.7": |
| 1218 | + version "7.29.7" |
| 1219 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 1220 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 1221 | + dependencies: |
| 1222 | + "@babel/types" "^7.29.7" |
| 1223 | + |
1144 | 1224 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
1145 | 1225 | version "7.28.5" |
1146 | 1226 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421" |
|
1905 | 1985 | "@babel/parser" "^7.28.6" |
1906 | 1986 | "@babel/types" "^7.28.6" |
1907 | 1987 |
|
| 1988 | +"@babel/template@^7.29.7": |
| 1989 | + version "7.29.7" |
| 1990 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700" |
| 1991 | + integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg== |
| 1992 | + dependencies: |
| 1993 | + "@babel/code-frame" "^7.29.7" |
| 1994 | + "@babel/parser" "^7.29.7" |
| 1995 | + "@babel/types" "^7.29.7" |
| 1996 | + |
1908 | 1997 | "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
1909 | 1998 | version "7.29.0" |
1910 | 1999 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
|
1918 | 2007 | "@babel/types" "^7.29.0" |
1919 | 2008 | debug "^4.3.1" |
1920 | 2009 |
|
| 2010 | +"@babel/traverse@^7.29.7": |
| 2011 | + version "7.29.7" |
| 2012 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d" |
| 2013 | + integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw== |
| 2014 | + dependencies: |
| 2015 | + "@babel/code-frame" "^7.29.7" |
| 2016 | + "@babel/generator" "^7.29.7" |
| 2017 | + "@babel/helper-globals" "^7.29.7" |
| 2018 | + "@babel/parser" "^7.29.7" |
| 2019 | + "@babel/template" "^7.29.7" |
| 2020 | + "@babel/types" "^7.29.7" |
| 2021 | + debug "^4.3.1" |
| 2022 | + |
1921 | 2023 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1922 | 2024 | version "7.29.0" |
1923 | 2025 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
|
1926 | 2028 | "@babel/helper-string-parser" "^7.27.1" |
1927 | 2029 | "@babel/helper-validator-identifier" "^7.28.5" |
1928 | 2030 |
|
| 2031 | +"@babel/types@^7.29.7": |
| 2032 | + version "7.29.7" |
| 2033 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 2034 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 2035 | + dependencies: |
| 2036 | + "@babel/helper-string-parser" "^7.29.7" |
| 2037 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 2038 | + |
1929 | 2039 | "@bcoe/v8-coverage@^0.2.3": |
1930 | 2040 | version "0.2.3" |
1931 | 2041 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments