|
271 | 271 | dependencies:
|
272 | 272 | "@babel/highlight" "^7.18.6"
|
273 | 273 |
|
| 274 | +"@babel/code-frame@^7.22.13": |
| 275 | + version "7.22.13" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 277 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 278 | + dependencies: |
| 279 | + "@babel/highlight" "^7.22.13" |
| 280 | + chalk "^2.4.2" |
| 281 | + |
274 | 282 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
|
275 | 283 | version "7.17.10"
|
276 | 284 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
|
355 | 363 | json5 "^2.2.2"
|
356 | 364 | semver "^6.3.0"
|
357 | 365 |
|
358 |
| -"@babel/generator@^7.12.5", "@babel/generator@^7.18.0": |
| 366 | +"@babel/generator@^7.12.5": |
359 | 367 | version "7.18.0"
|
360 | 368 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
|
361 | 369 | integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
|
|
373 | 381 | "@jridgewell/gen-mapping" "^0.3.2"
|
374 | 382 | jsesc "^2.5.1"
|
375 | 383 |
|
376 |
| -"@babel/generator@^7.20.7": |
377 |
| - version "7.20.14" |
378 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.14.tgz#9fa772c9f86a46c6ac9b321039400712b96f64ce" |
379 |
| - integrity sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg== |
380 |
| - dependencies: |
381 |
| - "@babel/types" "^7.20.7" |
382 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
383 |
| - jsesc "^2.5.1" |
384 |
| - |
385 | 384 | "@babel/generator@^7.21.4":
|
386 | 385 | version "7.21.4"
|
387 | 386 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
|
|
392 | 391 | "@jridgewell/trace-mapping" "^0.3.17"
|
393 | 392 | jsesc "^2.5.1"
|
394 | 393 |
|
| 394 | +"@babel/generator@^7.23.0": |
| 395 | + version "7.23.0" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 397 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 398 | + dependencies: |
| 399 | + "@babel/types" "^7.23.0" |
| 400 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 401 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 402 | + jsesc "^2.5.1" |
| 403 | + |
395 | 404 | "@babel/helper-annotate-as-pure@^7.16.7":
|
396 | 405 | version "7.16.7"
|
397 | 406 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
545 | 554 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
546 | 555 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
547 | 556 |
|
| 557 | +"@babel/helper-environment-visitor@^7.22.20": |
| 558 | + version "7.22.20" |
| 559 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 560 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 561 | + |
548 | 562 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
549 | 563 | version "7.18.6"
|
550 | 564 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
551 | 565 | integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==
|
552 | 566 | dependencies:
|
553 | 567 | "@babel/types" "^7.18.6"
|
554 | 568 |
|
555 |
| -"@babel/helper-function-name@^7.17.9": |
556 |
| - version "7.17.9" |
557 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" |
558 |
| - integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== |
559 |
| - dependencies: |
560 |
| - "@babel/template" "^7.16.7" |
561 |
| - "@babel/types" "^7.17.0" |
562 |
| - |
563 | 569 | "@babel/helper-function-name@^7.18.9":
|
564 | 570 | version "7.18.9"
|
565 | 571 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0"
|
|
568 | 574 | "@babel/template" "^7.18.6"
|
569 | 575 | "@babel/types" "^7.18.9"
|
570 | 576 |
|
571 |
| -"@babel/helper-function-name@^7.19.0": |
572 |
| - version "7.19.0" |
573 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
574 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
575 |
| - dependencies: |
576 |
| - "@babel/template" "^7.18.10" |
577 |
| - "@babel/types" "^7.19.0" |
578 |
| - |
579 | 577 | "@babel/helper-function-name@^7.21.0":
|
580 | 578 | version "7.21.0"
|
581 | 579 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
|
|
584 | 582 | "@babel/template" "^7.20.7"
|
585 | 583 | "@babel/types" "^7.21.0"
|
586 | 584 |
|
587 |
| -"@babel/helper-hoist-variables@^7.16.7": |
588 |
| - version "7.16.7" |
589 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
590 |
| - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
| 585 | +"@babel/helper-function-name@^7.23.0": |
| 586 | + version "7.23.0" |
| 587 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 588 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
591 | 589 | dependencies:
|
592 |
| - "@babel/types" "^7.16.7" |
| 590 | + "@babel/template" "^7.22.15" |
| 591 | + "@babel/types" "^7.23.0" |
593 | 592 |
|
594 | 593 | "@babel/helper-hoist-variables@^7.18.6":
|
595 | 594 | version "7.18.6"
|
|
598 | 597 | dependencies:
|
599 | 598 | "@babel/types" "^7.18.6"
|
600 | 599 |
|
| 600 | +"@babel/helper-hoist-variables@^7.22.5": |
| 601 | + version "7.22.5" |
| 602 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 603 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 604 | + dependencies: |
| 605 | + "@babel/types" "^7.22.5" |
| 606 | + |
601 | 607 | "@babel/helper-member-expression-to-functions@^7.18.9":
|
602 | 608 | version "7.18.9"
|
603 | 609 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815"
|
|
798 | 804 | dependencies:
|
799 | 805 | "@babel/types" "^7.18.6"
|
800 | 806 |
|
| 807 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 808 | + version "7.22.6" |
| 809 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 810 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 811 | + dependencies: |
| 812 | + "@babel/types" "^7.22.5" |
| 813 | + |
801 | 814 | "@babel/helper-string-parser@^7.19.4":
|
802 | 815 | version "7.19.4"
|
803 | 816 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
804 | 817 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
805 | 818 |
|
| 819 | +"@babel/helper-string-parser@^7.22.5": |
| 820 | + version "7.22.5" |
| 821 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 822 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 823 | + |
806 | 824 | "@babel/helper-validator-identifier@^7.16.7":
|
807 | 825 | version "7.16.7"
|
808 | 826 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
|
818 | 836 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
819 | 837 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
820 | 838 |
|
| 839 | +"@babel/helper-validator-identifier@^7.22.20": |
| 840 | + version "7.22.20" |
| 841 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 842 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 843 | + |
821 | 844 | "@babel/helper-validator-option@^7.16.7":
|
822 | 845 | version "7.16.7"
|
823 | 846 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
888 | 911 | chalk "^2.0.0"
|
889 | 912 | js-tokens "^4.0.0"
|
890 | 913 |
|
891 |
| -"@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0": |
| 914 | +"@babel/highlight@^7.22.13": |
| 915 | + version "7.22.20" |
| 916 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 917 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 918 | + dependencies: |
| 919 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 920 | + chalk "^2.4.2" |
| 921 | + js-tokens "^4.0.0" |
| 922 | + |
| 923 | +"@babel/parser@^7.12.7", "@babel/parser@^7.16.7": |
892 | 924 | version "7.18.0"
|
893 | 925 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
|
894 | 926 | integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
|
|
898 | 930 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
|
899 | 931 | integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
|
900 | 932 |
|
901 |
| -"@babel/parser@^7.20.13", "@babel/parser@^7.20.7": |
| 933 | +"@babel/parser@^7.20.7": |
902 | 934 | version "7.20.13"
|
903 | 935 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088"
|
904 | 936 | integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==
|
|
908 | 940 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
909 | 941 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
910 | 942 |
|
| 943 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 944 | + version "7.23.0" |
| 945 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 946 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 947 | + |
911 | 948 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
912 | 949 | version "7.18.6"
|
913 | 950 | 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"
|
|
1996 | 2033 | "@babel/parser" "^7.16.7"
|
1997 | 2034 | "@babel/types" "^7.16.7"
|
1998 | 2035 |
|
1999 |
| -"@babel/template@^7.18.10", "@babel/template@^7.20.7": |
2000 |
| - version "7.20.7" |
2001 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
2002 |
| - integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
2003 |
| - dependencies: |
2004 |
| - "@babel/code-frame" "^7.18.6" |
2005 |
| - "@babel/parser" "^7.20.7" |
2006 |
| - "@babel/types" "^7.20.7" |
2007 |
| - |
2008 | 2036 | "@babel/template@^7.18.6":
|
2009 | 2037 | version "7.18.6"
|
2010 | 2038 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
|
|
2014 | 2042 | "@babel/parser" "^7.18.6"
|
2015 | 2043 | "@babel/types" "^7.18.6"
|
2016 | 2044 |
|
2017 |
| -"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.0": |
2018 |
| - version "7.18.0" |
2019 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba" |
2020 |
| - integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw== |
2021 |
| - dependencies: |
2022 |
| - "@babel/code-frame" "^7.16.7" |
2023 |
| - "@babel/generator" "^7.18.0" |
2024 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
2025 |
| - "@babel/helper-function-name" "^7.17.9" |
2026 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
2027 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
2028 |
| - "@babel/parser" "^7.18.0" |
2029 |
| - "@babel/types" "^7.18.0" |
2030 |
| - debug "^4.1.0" |
2031 |
| - globals "^11.1.0" |
2032 |
| - |
2033 |
| -"@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9": |
2034 |
| - version "7.18.9" |
2035 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" |
2036 |
| - integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg== |
2037 |
| - dependencies: |
2038 |
| - "@babel/code-frame" "^7.18.6" |
2039 |
| - "@babel/generator" "^7.18.9" |
2040 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
2041 |
| - "@babel/helper-function-name" "^7.18.9" |
2042 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
2043 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
2044 |
| - "@babel/parser" "^7.18.9" |
2045 |
| - "@babel/types" "^7.18.9" |
2046 |
| - debug "^4.1.0" |
2047 |
| - globals "^11.1.0" |
2048 |
| - |
2049 |
| -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.7": |
2050 |
| - version "7.20.13" |
2051 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" |
2052 |
| - integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ== |
| 2045 | +"@babel/template@^7.20.7": |
| 2046 | + version "7.20.7" |
| 2047 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 2048 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
2053 | 2049 | dependencies:
|
2054 | 2050 | "@babel/code-frame" "^7.18.6"
|
2055 |
| - "@babel/generator" "^7.20.7" |
2056 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
2057 |
| - "@babel/helper-function-name" "^7.19.0" |
2058 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
2059 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
2060 |
| - "@babel/parser" "^7.20.13" |
| 2051 | + "@babel/parser" "^7.20.7" |
2061 | 2052 | "@babel/types" "^7.20.7"
|
2062 |
| - debug "^4.1.0" |
2063 |
| - globals "^11.1.0" |
2064 | 2053 |
|
2065 |
| -"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
2066 |
| - version "7.21.4" |
2067 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
2068 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
2069 |
| - dependencies: |
2070 |
| - "@babel/code-frame" "^7.21.4" |
2071 |
| - "@babel/generator" "^7.21.4" |
2072 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
2073 |
| - "@babel/helper-function-name" "^7.21.0" |
2074 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
2075 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
2076 |
| - "@babel/parser" "^7.21.4" |
2077 |
| - "@babel/types" "^7.21.4" |
| 2054 | +"@babel/template@^7.22.15": |
| 2055 | + version "7.22.15" |
| 2056 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 2057 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 2058 | + dependencies: |
| 2059 | + "@babel/code-frame" "^7.22.13" |
| 2060 | + "@babel/parser" "^7.22.15" |
| 2061 | + "@babel/types" "^7.22.15" |
| 2062 | + |
| 2063 | +"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 2064 | + version "7.23.2" |
| 2065 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 2066 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 2067 | + dependencies: |
| 2068 | + "@babel/code-frame" "^7.22.13" |
| 2069 | + "@babel/generator" "^7.23.0" |
| 2070 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 2071 | + "@babel/helper-function-name" "^7.23.0" |
| 2072 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 2073 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 2074 | + "@babel/parser" "^7.23.0" |
| 2075 | + "@babel/types" "^7.23.0" |
2078 | 2076 | debug "^4.1.0"
|
2079 | 2077 | globals "^11.1.0"
|
2080 | 2078 |
|
|
2094 | 2092 | "@babel/helper-validator-identifier" "^7.18.6"
|
2095 | 2093 | to-fast-properties "^2.0.0"
|
2096 | 2094 |
|
2097 |
| -"@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7": |
| 2095 | +"@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7": |
2098 | 2096 | version "7.20.7"
|
2099 | 2097 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
|
2100 | 2098 | integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
|
|
2112 | 2110 | "@babel/helper-validator-identifier" "^7.19.1"
|
2113 | 2111 | to-fast-properties "^2.0.0"
|
2114 | 2112 |
|
| 2113 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 2114 | + version "7.23.0" |
| 2115 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 2116 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 2117 | + dependencies: |
| 2118 | + "@babel/helper-string-parser" "^7.22.5" |
| 2119 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 2120 | + to-fast-properties "^2.0.0" |
| 2121 | + |
2115 | 2122 |
|
2116 | 2123 | version "1.5.0"
|
2117 | 2124 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
0 commit comments