|
28 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
29 | 29 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
30 | 30 |
|
31 | | -"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0": |
| 31 | +"@babel/compat-data@^7.27.7": |
32 | 32 | version "7.28.0" |
33 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
34 | 34 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
35 | 35 |
|
36 | | -"@babel/core@7.28.4": |
37 | | - version "7.28.4" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
39 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 36 | +"@babel/compat-data@^7.28.5": |
| 37 | + version "7.28.5" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f" |
| 39 | + integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== |
| 40 | + |
| 41 | +"@babel/core@7.28.5": |
| 42 | + version "7.28.5" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 44 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
40 | 45 | dependencies: |
41 | 46 | "@babel/code-frame" "^7.27.1" |
42 | | - "@babel/generator" "^7.28.3" |
| 47 | + "@babel/generator" "^7.28.5" |
43 | 48 | "@babel/helper-compilation-targets" "^7.27.2" |
44 | 49 | "@babel/helper-module-transforms" "^7.28.3" |
45 | 50 | "@babel/helpers" "^7.28.4" |
46 | | - "@babel/parser" "^7.28.4" |
| 51 | + "@babel/parser" "^7.28.5" |
47 | 52 | "@babel/template" "^7.27.2" |
48 | | - "@babel/traverse" "^7.28.4" |
49 | | - "@babel/types" "^7.28.4" |
| 53 | + "@babel/traverse" "^7.28.5" |
| 54 | + "@babel/types" "^7.28.5" |
50 | 55 | "@jridgewell/remapping" "^2.3.5" |
51 | 56 | convert-source-map "^2.0.0" |
52 | 57 | debug "^4.1.0" |
|
96 | 101 | "@jridgewell/trace-mapping" "^0.3.28" |
97 | 102 | jsesc "^3.0.2" |
98 | 103 |
|
| 104 | +"@babel/generator@^7.28.5": |
| 105 | + version "7.28.5" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 107 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
| 108 | + dependencies: |
| 109 | + "@babel/parser" "^7.28.5" |
| 110 | + "@babel/types" "^7.28.5" |
| 111 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 112 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 113 | + jsesc "^3.0.2" |
| 114 | + |
99 | 115 | "@babel/helper-annotate-as-pure@^7.18.6": |
100 | 116 | version "7.18.6" |
101 | 117 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
375 | 391 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
376 | 392 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
377 | 393 |
|
| 394 | +"@babel/helper-validator-identifier@^7.28.5": |
| 395 | + version "7.28.5" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 397 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 398 | + |
378 | 399 | "@babel/helper-validator-identifier@^7.9.0": |
379 | 400 | version "7.9.0" |
380 | 401 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
|
451 | 472 | dependencies: |
452 | 473 | "@babel/types" "^7.28.4" |
453 | 474 |
|
| 475 | +"@babel/parser@^7.28.5": |
| 476 | + version "7.28.5" |
| 477 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 478 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 479 | + dependencies: |
| 480 | + "@babel/types" "^7.28.5" |
| 481 | + |
454 | 482 | "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": |
455 | 483 | version "7.14.5" |
456 | 484 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829" |
457 | 485 | integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg== |
458 | 486 |
|
459 | | -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": |
460 | | - version "7.27.1" |
461 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9" |
462 | | - integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA== |
| 487 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
| 488 | + version "7.28.5" |
| 489 | + 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" |
| 490 | + integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q== |
463 | 491 | dependencies: |
464 | 492 | "@babel/helper-plugin-utils" "^7.27.1" |
465 | | - "@babel/traverse" "^7.27.1" |
| 493 | + "@babel/traverse" "^7.28.5" |
466 | 494 |
|
467 | 495 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1": |
468 | 496 | version "7.27.1" |
|
652 | 680 | dependencies: |
653 | 681 | "@babel/helper-plugin-utils" "^7.27.1" |
654 | 682 |
|
655 | | -"@babel/plugin-transform-block-scoping@^7.28.0": |
656 | | - version "7.28.0" |
657 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451" |
658 | | - integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q== |
| 683 | +"@babel/plugin-transform-block-scoping@^7.28.5": |
| 684 | + version "7.28.5" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6" |
| 686 | + integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g== |
659 | 687 | dependencies: |
660 | 688 | "@babel/helper-plugin-utils" "^7.27.1" |
661 | 689 |
|
|
675 | 703 | "@babel/helper-create-class-features-plugin" "^7.28.3" |
676 | 704 | "@babel/helper-plugin-utils" "^7.27.1" |
677 | 705 |
|
678 | | -"@babel/plugin-transform-classes@^7.28.3": |
679 | | - version "7.28.3" |
680 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a" |
681 | | - integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg== |
| 706 | +"@babel/plugin-transform-classes@^7.28.4": |
| 707 | + version "7.28.4" |
| 708 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c" |
| 709 | + integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA== |
682 | 710 | dependencies: |
683 | 711 | "@babel/helper-annotate-as-pure" "^7.27.3" |
684 | 712 | "@babel/helper-compilation-targets" "^7.27.2" |
685 | 713 | "@babel/helper-globals" "^7.28.0" |
686 | 714 | "@babel/helper-plugin-utils" "^7.27.1" |
687 | 715 | "@babel/helper-replace-supers" "^7.27.1" |
688 | | - "@babel/traverse" "^7.28.3" |
| 716 | + "@babel/traverse" "^7.28.4" |
689 | 717 |
|
690 | 718 | "@babel/plugin-transform-computed-properties@^7.27.1": |
691 | 719 | version "7.27.1" |
|
703 | 731 | "@babel/helper-plugin-utils" "^7.27.1" |
704 | 732 | "@babel/traverse" "^7.28.0" |
705 | 733 |
|
| 734 | +"@babel/plugin-transform-destructuring@^7.28.5": |
| 735 | + version "7.28.5" |
| 736 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7" |
| 737 | + integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw== |
| 738 | + dependencies: |
| 739 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 740 | + "@babel/traverse" "^7.28.5" |
| 741 | + |
706 | 742 | "@babel/plugin-transform-dotall-regex@^7.27.1": |
707 | 743 | version "7.27.1" |
708 | 744 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d" |
|
741 | 777 | "@babel/helper-plugin-utils" "^7.27.1" |
742 | 778 | "@babel/plugin-transform-destructuring" "^7.28.0" |
743 | 779 |
|
744 | | -"@babel/plugin-transform-exponentiation-operator@^7.27.1": |
745 | | - version "7.27.1" |
746 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1" |
747 | | - integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ== |
| 780 | +"@babel/plugin-transform-exponentiation-operator@^7.28.5": |
| 781 | + version "7.28.5" |
| 782 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe" |
| 783 | + integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw== |
748 | 784 | dependencies: |
749 | 785 | "@babel/helper-plugin-utils" "^7.27.1" |
750 | 786 |
|
|
786 | 822 | dependencies: |
787 | 823 | "@babel/helper-plugin-utils" "^7.27.1" |
788 | 824 |
|
789 | | -"@babel/plugin-transform-logical-assignment-operators@^7.27.1": |
790 | | - version "7.27.1" |
791 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa" |
792 | | - integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw== |
| 825 | +"@babel/plugin-transform-logical-assignment-operators@^7.28.5": |
| 826 | + version "7.28.5" |
| 827 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e" |
| 828 | + integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA== |
793 | 829 | dependencies: |
794 | 830 | "@babel/helper-plugin-utils" "^7.27.1" |
795 | 831 |
|
|
816 | 852 | "@babel/helper-module-transforms" "^7.27.1" |
817 | 853 | "@babel/helper-plugin-utils" "^7.27.1" |
818 | 854 |
|
819 | | -"@babel/plugin-transform-modules-systemjs@^7.27.1": |
820 | | - version "7.27.1" |
821 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed" |
822 | | - integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA== |
| 855 | +"@babel/plugin-transform-modules-systemjs@^7.28.5": |
| 856 | + version "7.28.5" |
| 857 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2" |
| 858 | + integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew== |
823 | 859 | dependencies: |
824 | | - "@babel/helper-module-transforms" "^7.27.1" |
| 860 | + "@babel/helper-module-transforms" "^7.28.3" |
825 | 861 | "@babel/helper-plugin-utils" "^7.27.1" |
826 | | - "@babel/helper-validator-identifier" "^7.27.1" |
827 | | - "@babel/traverse" "^7.27.1" |
| 862 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 863 | + "@babel/traverse" "^7.28.5" |
828 | 864 |
|
829 | 865 | "@babel/plugin-transform-modules-umd@^7.27.1": |
830 | 866 | version "7.27.1" |
|
863 | 899 | dependencies: |
864 | 900 | "@babel/helper-plugin-utils" "^7.27.1" |
865 | 901 |
|
866 | | -"@babel/plugin-transform-object-rest-spread@^7.28.0": |
867 | | - version "7.28.0" |
868 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d" |
869 | | - integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA== |
| 902 | +"@babel/plugin-transform-object-rest-spread@^7.28.4": |
| 903 | + version "7.28.4" |
| 904 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d" |
| 905 | + integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew== |
870 | 906 | dependencies: |
871 | 907 | "@babel/helper-compilation-targets" "^7.27.2" |
872 | 908 | "@babel/helper-plugin-utils" "^7.27.1" |
873 | 909 | "@babel/plugin-transform-destructuring" "^7.28.0" |
874 | 910 | "@babel/plugin-transform-parameters" "^7.27.7" |
875 | | - "@babel/traverse" "^7.28.0" |
| 911 | + "@babel/traverse" "^7.28.4" |
876 | 912 |
|
877 | 913 | "@babel/plugin-transform-object-super@^7.27.1": |
878 | 914 | version "7.27.1" |
|
897 | 933 | "@babel/helper-plugin-utils" "^7.27.1" |
898 | 934 | "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
899 | 935 |
|
| 936 | +"@babel/plugin-transform-optional-chaining@^7.28.5": |
| 937 | + version "7.28.5" |
| 938 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26" |
| 939 | + integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ== |
| 940 | + dependencies: |
| 941 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 942 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 943 | + |
900 | 944 | "@babel/plugin-transform-parameters@^7.27.7": |
901 | 945 | version "7.27.7" |
902 | 946 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a" |
|
928 | 972 | dependencies: |
929 | 973 | "@babel/helper-plugin-utils" "^7.27.1" |
930 | 974 |
|
931 | | -"@babel/plugin-transform-regenerator@^7.28.3": |
932 | | - version "7.28.3" |
933 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344" |
934 | | - integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A== |
| 975 | +"@babel/plugin-transform-regenerator@^7.28.4": |
| 976 | + version "7.28.4" |
| 977 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51" |
| 978 | + integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA== |
935 | 979 | dependencies: |
936 | 980 | "@babel/helper-plugin-utils" "^7.27.1" |
937 | 981 |
|
|
1017 | 1061 | "@babel/helper-create-regexp-features-plugin" "^7.27.1" |
1018 | 1062 | "@babel/helper-plugin-utils" "^7.27.1" |
1019 | 1063 |
|
1020 | | -"@babel/preset-env@7.28.3": |
1021 | | - version "7.28.3" |
1022 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187" |
1023 | | - integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg== |
| 1064 | +"@babel/preset-env@7.28.5": |
| 1065 | + version "7.28.5" |
| 1066 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0" |
| 1067 | + integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg== |
1024 | 1068 | dependencies: |
1025 | | - "@babel/compat-data" "^7.28.0" |
| 1069 | + "@babel/compat-data" "^7.28.5" |
1026 | 1070 | "@babel/helper-compilation-targets" "^7.27.2" |
1027 | 1071 | "@babel/helper-plugin-utils" "^7.27.1" |
1028 | 1072 | "@babel/helper-validator-option" "^7.27.1" |
1029 | | - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1" |
| 1073 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5" |
1030 | 1074 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" |
1031 | 1075 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" |
1032 | 1076 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" |
|
1039 | 1083 | "@babel/plugin-transform-async-generator-functions" "^7.28.0" |
1040 | 1084 | "@babel/plugin-transform-async-to-generator" "^7.27.1" |
1041 | 1085 | "@babel/plugin-transform-block-scoped-functions" "^7.27.1" |
1042 | | - "@babel/plugin-transform-block-scoping" "^7.28.0" |
| 1086 | + "@babel/plugin-transform-block-scoping" "^7.28.5" |
1043 | 1087 | "@babel/plugin-transform-class-properties" "^7.27.1" |
1044 | 1088 | "@babel/plugin-transform-class-static-block" "^7.28.3" |
1045 | | - "@babel/plugin-transform-classes" "^7.28.3" |
| 1089 | + "@babel/plugin-transform-classes" "^7.28.4" |
1046 | 1090 | "@babel/plugin-transform-computed-properties" "^7.27.1" |
1047 | | - "@babel/plugin-transform-destructuring" "^7.28.0" |
| 1091 | + "@babel/plugin-transform-destructuring" "^7.28.5" |
1048 | 1092 | "@babel/plugin-transform-dotall-regex" "^7.27.1" |
1049 | 1093 | "@babel/plugin-transform-duplicate-keys" "^7.27.1" |
1050 | 1094 | "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1" |
1051 | 1095 | "@babel/plugin-transform-dynamic-import" "^7.27.1" |
1052 | 1096 | "@babel/plugin-transform-explicit-resource-management" "^7.28.0" |
1053 | | - "@babel/plugin-transform-exponentiation-operator" "^7.27.1" |
| 1097 | + "@babel/plugin-transform-exponentiation-operator" "^7.28.5" |
1054 | 1098 | "@babel/plugin-transform-export-namespace-from" "^7.27.1" |
1055 | 1099 | "@babel/plugin-transform-for-of" "^7.27.1" |
1056 | 1100 | "@babel/plugin-transform-function-name" "^7.27.1" |
1057 | 1101 | "@babel/plugin-transform-json-strings" "^7.27.1" |
1058 | 1102 | "@babel/plugin-transform-literals" "^7.27.1" |
1059 | | - "@babel/plugin-transform-logical-assignment-operators" "^7.27.1" |
| 1103 | + "@babel/plugin-transform-logical-assignment-operators" "^7.28.5" |
1060 | 1104 | "@babel/plugin-transform-member-expression-literals" "^7.27.1" |
1061 | 1105 | "@babel/plugin-transform-modules-amd" "^7.27.1" |
1062 | 1106 | "@babel/plugin-transform-modules-commonjs" "^7.27.1" |
1063 | | - "@babel/plugin-transform-modules-systemjs" "^7.27.1" |
| 1107 | + "@babel/plugin-transform-modules-systemjs" "^7.28.5" |
1064 | 1108 | "@babel/plugin-transform-modules-umd" "^7.27.1" |
1065 | 1109 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1" |
1066 | 1110 | "@babel/plugin-transform-new-target" "^7.27.1" |
1067 | 1111 | "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1" |
1068 | 1112 | "@babel/plugin-transform-numeric-separator" "^7.27.1" |
1069 | | - "@babel/plugin-transform-object-rest-spread" "^7.28.0" |
| 1113 | + "@babel/plugin-transform-object-rest-spread" "^7.28.4" |
1070 | 1114 | "@babel/plugin-transform-object-super" "^7.27.1" |
1071 | 1115 | "@babel/plugin-transform-optional-catch-binding" "^7.27.1" |
1072 | | - "@babel/plugin-transform-optional-chaining" "^7.27.1" |
| 1116 | + "@babel/plugin-transform-optional-chaining" "^7.28.5" |
1073 | 1117 | "@babel/plugin-transform-parameters" "^7.27.7" |
1074 | 1118 | "@babel/plugin-transform-private-methods" "^7.27.1" |
1075 | 1119 | "@babel/plugin-transform-private-property-in-object" "^7.27.1" |
1076 | 1120 | "@babel/plugin-transform-property-literals" "^7.27.1" |
1077 | | - "@babel/plugin-transform-regenerator" "^7.28.3" |
| 1121 | + "@babel/plugin-transform-regenerator" "^7.28.4" |
1078 | 1122 | "@babel/plugin-transform-regexp-modifiers" "^7.27.1" |
1079 | 1123 | "@babel/plugin-transform-reserved-words" "^7.27.1" |
1080 | 1124 | "@babel/plugin-transform-shorthand-properties" "^7.27.1" |
|
1197 | 1241 | "@babel/types" "^7.28.4" |
1198 | 1242 | debug "^4.3.1" |
1199 | 1243 |
|
| 1244 | +"@babel/traverse@^7.28.5": |
| 1245 | + version "7.28.5" |
| 1246 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 1247 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
| 1248 | + dependencies: |
| 1249 | + "@babel/code-frame" "^7.27.1" |
| 1250 | + "@babel/generator" "^7.28.5" |
| 1251 | + "@babel/helper-globals" "^7.28.0" |
| 1252 | + "@babel/parser" "^7.28.5" |
| 1253 | + "@babel/template" "^7.27.2" |
| 1254 | + "@babel/types" "^7.28.5" |
| 1255 | + debug "^4.3.1" |
| 1256 | + |
1200 | 1257 | "@babel/types@^7.18.6": |
1201 | 1258 | version "7.18.6" |
1202 | 1259 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0" |
|
1245 | 1302 | "@babel/helper-string-parser" "^7.27.1" |
1246 | 1303 | "@babel/helper-validator-identifier" "^7.27.1" |
1247 | 1304 |
|
| 1305 | +"@babel/types@^7.28.5": |
| 1306 | + version "7.28.5" |
| 1307 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1308 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 1309 | + dependencies: |
| 1310 | + "@babel/helper-string-parser" "^7.27.1" |
| 1311 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1312 | + |
1248 | 1313 | "@babel/types@^7.4.4": |
1249 | 1314 | version "7.9.0" |
1250 | 1315 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
0 commit comments