|
41 | 41 | js-tokens "^4.0.0" |
42 | 42 | picocolors "^1.1.1" |
43 | 43 |
|
| 44 | +"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": |
| 45 | + version "7.29.0" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 47 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 48 | + dependencies: |
| 49 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 50 | + js-tokens "^4.0.0" |
| 51 | + picocolors "^1.1.1" |
| 52 | + |
44 | 53 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
45 | 54 | version "7.20.10" |
46 | 55 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" |
|
117 | 126 | "@jridgewell/trace-mapping" "^0.3.17" |
118 | 127 | jsesc "^2.5.1" |
119 | 128 |
|
| 129 | +"@babel/generator@^7.29.0": |
| 130 | + version "7.29.1" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 132 | + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 133 | + dependencies: |
| 134 | + "@babel/parser" "^7.29.0" |
| 135 | + "@babel/types" "^7.29.0" |
| 136 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 137 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 138 | + jsesc "^3.0.2" |
| 139 | + |
120 | 140 | "@babel/helper-annotate-as-pure@^7.12.13": |
121 | 141 | version "7.12.13" |
122 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
|
224 | 244 | "@babel/template" "^7.22.15" |
225 | 245 | "@babel/types" "^7.23.0" |
226 | 246 |
|
227 | | -"@babel/helper-hoist-variables@^7.18.6": |
228 | | - version "7.18.6" |
229 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
230 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
231 | | - dependencies: |
232 | | - "@babel/types" "^7.18.6" |
| 247 | +"@babel/helper-globals@^7.28.0": |
| 248 | + version "7.28.0" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 250 | + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
233 | 251 |
|
234 | 252 | "@babel/helper-hoist-variables@^7.22.5": |
235 | 253 | version "7.22.5" |
|
266 | 284 | dependencies: |
267 | 285 | "@babel/types" "^7.18.6" |
268 | 286 |
|
| 287 | +"@babel/helper-module-imports@^7.28.6": |
| 288 | + version "7.28.6" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
| 290 | + integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
| 291 | + dependencies: |
| 292 | + "@babel/traverse" "^7.28.6" |
| 293 | + "@babel/types" "^7.28.6" |
| 294 | + |
269 | 295 | "@babel/helper-module-transforms@^7.12.1": |
270 | 296 | version "7.12.13" |
271 | 297 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" |
|
295 | 321 | "@babel/traverse" "^7.20.10" |
296 | 322 | "@babel/types" "^7.20.7" |
297 | 323 |
|
| 324 | +"@babel/helper-module-transforms@^7.28.6": |
| 325 | + version "7.28.6" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
| 327 | + integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 328 | + dependencies: |
| 329 | + "@babel/helper-module-imports" "^7.28.6" |
| 330 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 331 | + "@babel/traverse" "^7.28.6" |
| 332 | + |
298 | 333 | "@babel/helper-optimise-call-expression@^7.12.13": |
299 | 334 | version "7.12.13" |
300 | 335 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
|
324 | 359 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
325 | 360 | integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== |
326 | 361 |
|
| 362 | +"@babel/helper-plugin-utils@^7.28.6": |
| 363 | + version "7.28.6" |
| 364 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8" |
| 365 | + integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug== |
| 366 | + |
327 | 367 | "@babel/helper-remap-async-to-generator@^7.18.9": |
328 | 368 | version "7.18.9" |
329 | 369 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" |
|
433 | 473 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
434 | 474 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
435 | 475 |
|
| 476 | +"@babel/helper-validator-identifier@^7.28.5": |
| 477 | + version "7.28.5" |
| 478 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 479 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 480 | + |
436 | 481 | "@babel/helper-validator-option@^7.18.6": |
437 | 482 | version "7.18.6" |
438 | 483 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
|
505 | 550 | dependencies: |
506 | 551 | "@babel/types" "^7.28.4" |
507 | 552 |
|
| 553 | +"@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
| 554 | + version "7.29.3" |
| 555 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e" |
| 556 | + integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA== |
| 557 | + dependencies: |
| 558 | + "@babel/types" "^7.29.0" |
| 559 | + |
508 | 560 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
509 | 561 | version "7.18.6" |
510 | 562 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" |
|
932 | 984 | "@babel/helper-simple-access" "^7.20.2" |
933 | 985 |
|
934 | 986 | "@babel/plugin-transform-modules-systemjs@^7.19.6": |
935 | | - version "7.20.11" |
936 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz#467ec6bba6b6a50634eea61c9c232654d8a4696e" |
937 | | - integrity sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw== |
| 987 | + version "7.29.4" |
| 988 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20" |
| 989 | + integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w== |
938 | 990 | dependencies: |
939 | | - "@babel/helper-hoist-variables" "^7.18.6" |
940 | | - "@babel/helper-module-transforms" "^7.20.11" |
941 | | - "@babel/helper-plugin-utils" "^7.20.2" |
942 | | - "@babel/helper-validator-identifier" "^7.19.1" |
| 991 | + "@babel/helper-module-transforms" "^7.28.6" |
| 992 | + "@babel/helper-plugin-utils" "^7.28.6" |
| 993 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 994 | + "@babel/traverse" "^7.29.0" |
943 | 995 |
|
944 | 996 | "@babel/plugin-transform-modules-umd@^7.18.6": |
945 | 997 | version "7.18.6" |
|
1281 | 1333 | "@babel/parser" "^7.27.2" |
1282 | 1334 | "@babel/types" "^7.27.1" |
1283 | 1335 |
|
| 1336 | +"@babel/template@^7.28.6": |
| 1337 | + version "7.28.6" |
| 1338 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 1339 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 1340 | + dependencies: |
| 1341 | + "@babel/code-frame" "^7.28.6" |
| 1342 | + "@babel/parser" "^7.28.6" |
| 1343 | + "@babel/types" "^7.28.6" |
| 1344 | + |
1284 | 1345 | "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
1285 | 1346 | version "7.24.0" |
1286 | 1347 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" |
|
1297 | 1358 | debug "^4.3.1" |
1298 | 1359 | globals "^11.1.0" |
1299 | 1360 |
|
| 1361 | +"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": |
| 1362 | + version "7.29.0" |
| 1363 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
| 1364 | + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
| 1365 | + dependencies: |
| 1366 | + "@babel/code-frame" "^7.29.0" |
| 1367 | + "@babel/generator" "^7.29.0" |
| 1368 | + "@babel/helper-globals" "^7.28.0" |
| 1369 | + "@babel/parser" "^7.29.0" |
| 1370 | + "@babel/template" "^7.28.6" |
| 1371 | + "@babel/types" "^7.29.0" |
| 1372 | + debug "^4.3.1" |
| 1373 | + |
1300 | 1374 | "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.4.4": |
1301 | 1375 | version "7.12.13" |
1302 | 1376 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" |
|
1332 | 1406 | "@babel/helper-string-parser" "^7.27.1" |
1333 | 1407 | "@babel/helper-validator-identifier" "^7.27.1" |
1334 | 1408 |
|
| 1409 | +"@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 1410 | + version "7.29.0" |
| 1411 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 1412 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 1413 | + dependencies: |
| 1414 | + "@babel/helper-string-parser" "^7.27.1" |
| 1415 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1416 | + |
1335 | 1417 | "@colors/colors@1.5.0": |
1336 | 1418 | version "1.5.0" |
1337 | 1419 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
|
1748 | 1830 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1749 | 1831 | "@jridgewell/trace-mapping" "^0.3.9" |
1750 | 1832 |
|
| 1833 | +"@jridgewell/gen-mapping@^0.3.12": |
| 1834 | + version "0.3.13" |
| 1835 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
| 1836 | + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
| 1837 | + dependencies: |
| 1838 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 1839 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1840 | + |
1751 | 1841 | "@jridgewell/gen-mapping@^0.3.5": |
1752 | 1842 | version "0.3.5" |
1753 | 1843 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
|
1803 | 1893 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
1804 | 1894 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
1805 | 1895 |
|
| 1896 | +"@jridgewell/sourcemap-codec@^1.5.0": |
| 1897 | + version "1.5.5" |
| 1898 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" |
| 1899 | + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== |
| 1900 | + |
1806 | 1901 | "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9": |
1807 | 1902 | version "0.3.17" |
1808 | 1903 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
|
1819 | 1914 | "@jridgewell/resolve-uri" "^3.1.0" |
1820 | 1915 | "@jridgewell/sourcemap-codec" "^1.4.14" |
1821 | 1916 |
|
| 1917 | +"@jridgewell/trace-mapping@^0.3.28": |
| 1918 | + version "0.3.31" |
| 1919 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" |
| 1920 | + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== |
| 1921 | + dependencies: |
| 1922 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1923 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1924 | + |
1822 | 1925 | "@leichtgewicht/ip-codec@^2.0.1": |
1823 | 1926 | version "2.0.4" |
1824 | 1927 | resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" |
@@ -5037,6 +5140,11 @@ jsesc@^2.5.1: |
5037 | 5140 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
5038 | 5141 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
5039 | 5142 |
|
| 5143 | +jsesc@^3.0.2: |
| 5144 | + version "3.1.0" |
| 5145 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" |
| 5146 | + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== |
| 5147 | + |
5040 | 5148 | jsesc@~0.5.0: |
5041 | 5149 | version "0.5.0" |
5042 | 5150 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
|
0 commit comments