|
733 | 733 | "@babel/highlight" "^7.25.7"
|
734 | 734 | picocolors "^1.0.0"
|
735 | 735 |
|
| 736 | +"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 737 | + version "7.26.0" |
| 738 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 739 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 740 | + dependencies: |
| 741 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 742 | + js-tokens "^4.0.0" |
| 743 | + picocolors "^1.0.0" |
| 744 | + |
736 | 745 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7":
|
737 | 746 | version "7.25.7"
|
738 | 747 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
|
739 | 748 | integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
|
740 | 749 |
|
| 750 | +"@babel/compat-data@^7.25.9": |
| 751 | + version "7.26.0" |
| 752 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 753 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 754 | + |
741 | 755 |
|
742 | 756 | version "7.23.9"
|
743 | 757 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
|
|
759 | 773 | json5 "^2.2.3"
|
760 | 774 | semver "^6.3.1"
|
761 | 775 |
|
762 |
| -"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.25.2", "@babel/core@^7.7.5": |
| 776 | +"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.5": |
763 | 777 | version "7.25.7"
|
764 | 778 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
|
765 | 779 | integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
|
|
780 | 794 | json5 "^2.2.3"
|
781 | 795 | semver "^6.3.1"
|
782 | 796 |
|
| 797 | +"@babel/core@^7.24.5": |
| 798 | + version "7.26.0" |
| 799 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 800 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 801 | + dependencies: |
| 802 | + "@ampproject/remapping" "^2.2.0" |
| 803 | + "@babel/code-frame" "^7.26.0" |
| 804 | + "@babel/generator" "^7.26.0" |
| 805 | + "@babel/helper-compilation-targets" "^7.25.9" |
| 806 | + "@babel/helper-module-transforms" "^7.26.0" |
| 807 | + "@babel/helpers" "^7.26.0" |
| 808 | + "@babel/parser" "^7.26.0" |
| 809 | + "@babel/template" "^7.25.9" |
| 810 | + "@babel/traverse" "^7.25.9" |
| 811 | + "@babel/types" "^7.26.0" |
| 812 | + convert-source-map "^2.0.0" |
| 813 | + debug "^4.1.0" |
| 814 | + gensync "^1.0.0-beta.2" |
| 815 | + json5 "^2.2.3" |
| 816 | + semver "^6.3.1" |
| 817 | + |
783 | 818 | "@babel/eslint-parser@^7.16.3":
|
784 | 819 | version "7.25.7"
|
785 | 820 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz#27b43de786c83cbabbcb328efbb4f099ae85415e"
|
|
799 | 834 | "@jridgewell/trace-mapping" "^0.3.25"
|
800 | 835 | jsesc "^3.0.2"
|
801 | 836 |
|
| 837 | +"@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
| 838 | + version "7.26.0" |
| 839 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 840 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 841 | + dependencies: |
| 842 | + "@babel/parser" "^7.26.0" |
| 843 | + "@babel/types" "^7.26.0" |
| 844 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 845 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 846 | + jsesc "^3.0.2" |
| 847 | + |
802 | 848 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.7":
|
803 | 849 | version "7.25.7"
|
804 | 850 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972"
|
|
825 | 871 | lru-cache "^5.1.1"
|
826 | 872 | semver "^6.3.1"
|
827 | 873 |
|
| 874 | +"@babel/helper-compilation-targets@^7.25.9": |
| 875 | + version "7.25.9" |
| 876 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875" |
| 877 | + integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ== |
| 878 | + dependencies: |
| 879 | + "@babel/compat-data" "^7.25.9" |
| 880 | + "@babel/helper-validator-option" "^7.25.9" |
| 881 | + browserslist "^4.24.0" |
| 882 | + lru-cache "^5.1.1" |
| 883 | + semver "^6.3.1" |
| 884 | + |
828 | 885 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.25.7":
|
829 | 886 | version "7.25.7"
|
830 | 887 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b"
|
|
874 | 931 | "@babel/traverse" "^7.25.7"
|
875 | 932 | "@babel/types" "^7.25.7"
|
876 | 933 |
|
| 934 | +"@babel/helper-module-imports@^7.25.9": |
| 935 | + version "7.25.9" |
| 936 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
| 937 | + integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
| 938 | + dependencies: |
| 939 | + "@babel/traverse" "^7.25.9" |
| 940 | + "@babel/types" "^7.25.9" |
| 941 | + |
877 | 942 | "@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.25.7":
|
878 | 943 | version "7.25.7"
|
879 | 944 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
|
|
884 | 949 | "@babel/helper-validator-identifier" "^7.25.7"
|
885 | 950 | "@babel/traverse" "^7.25.7"
|
886 | 951 |
|
| 952 | +"@babel/helper-module-transforms@^7.26.0": |
| 953 | + version "7.26.0" |
| 954 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 955 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 956 | + dependencies: |
| 957 | + "@babel/helper-module-imports" "^7.25.9" |
| 958 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 959 | + "@babel/traverse" "^7.25.9" |
| 960 | + |
887 | 961 | "@babel/helper-optimise-call-expression@^7.25.7":
|
888 | 962 | version "7.25.7"
|
889 | 963 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a"
|
|
896 | 970 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c"
|
897 | 971 | integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==
|
898 | 972 |
|
| 973 | +"@babel/helper-plugin-utils@^7.25.9": |
| 974 | + version "7.25.9" |
| 975 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46" |
| 976 | + integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw== |
| 977 | + |
899 | 978 | "@babel/helper-remap-async-to-generator@^7.25.7":
|
900 | 979 | version "7.25.7"
|
901 | 980 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz#9efdc39df5f489bcd15533c912b6c723a0a65021"
|
|
935 | 1014 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
|
936 | 1015 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
|
937 | 1016 |
|
| 1017 | +"@babel/helper-string-parser@^7.25.9": |
| 1018 | + version "7.25.9" |
| 1019 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 1020 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 1021 | + |
938 | 1022 | "@babel/helper-validator-identifier@^7.25.7":
|
939 | 1023 | version "7.25.7"
|
940 | 1024 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
|
941 | 1025 | integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
|
942 | 1026 |
|
| 1027 | +"@babel/helper-validator-identifier@^7.25.9": |
| 1028 | + version "7.25.9" |
| 1029 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 1030 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 1031 | + |
943 | 1032 | "@babel/helper-validator-option@^7.25.7":
|
944 | 1033 | version "7.25.7"
|
945 | 1034 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
|
946 | 1035 | integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
|
947 | 1036 |
|
| 1037 | +"@babel/helper-validator-option@^7.25.9": |
| 1038 | + version "7.25.9" |
| 1039 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
| 1040 | + integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
| 1041 | + |
948 | 1042 | "@babel/helper-wrap-function@^7.25.7":
|
949 | 1043 | version "7.25.7"
|
950 | 1044 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7"
|
|
962 | 1056 | "@babel/template" "^7.25.7"
|
963 | 1057 | "@babel/types" "^7.25.7"
|
964 | 1058 |
|
| 1059 | +"@babel/helpers@^7.26.0": |
| 1060 | + version "7.26.0" |
| 1061 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 1062 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 1063 | + dependencies: |
| 1064 | + "@babel/template" "^7.25.9" |
| 1065 | + "@babel/types" "^7.26.0" |
| 1066 | + |
965 | 1067 | "@babel/highlight@^7.25.7":
|
966 | 1068 | version "7.25.7"
|
967 | 1069 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
|
|
979 | 1081 | dependencies:
|
980 | 1082 | "@babel/types" "^7.25.7"
|
981 | 1083 |
|
| 1084 | +"@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
| 1085 | + version "7.26.1" |
| 1086 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975" |
| 1087 | + integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== |
| 1088 | + dependencies: |
| 1089 | + "@babel/types" "^7.26.0" |
| 1090 | + |
982 | 1091 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
|
983 | 1092 | version "7.25.7"
|
984 | 1093 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
|
|
1571 | 1680 | dependencies:
|
1572 | 1681 | "@babel/plugin-transform-react-jsx" "^7.25.7"
|
1573 | 1682 |
|
1574 |
| -"@babel/plugin-transform-react-jsx-self@^7.24.7": |
1575 |
| - version "7.25.7" |
1576 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.7.tgz#3d11df143131fd8f5486a1f7d3839890f88f8c85" |
1577 |
| - integrity sha512-JD9MUnLbPL0WdVK8AWC7F7tTG2OS6u/AKKnsK+NdRhUiVdnzyR1S3kKQCaRLOiaULvUiqK6Z4JQE635VgtCFeg== |
| 1683 | +"@babel/plugin-transform-react-jsx-self@^7.24.5": |
| 1684 | + version "7.25.9" |
| 1685 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858" |
| 1686 | + integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg== |
1578 | 1687 | dependencies:
|
1579 |
| - "@babel/helper-plugin-utils" "^7.25.7" |
| 1688 | + "@babel/helper-plugin-utils" "^7.25.9" |
1580 | 1689 |
|
1581 |
| -"@babel/plugin-transform-react-jsx-source@^7.24.7": |
1582 |
| - version "7.25.7" |
1583 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.7.tgz#a0d8372310d5ea5b0447dfa03a8485f960eff7be" |
1584 |
| - integrity sha512-S/JXG/KrbIY06iyJPKfxr0qRxnhNOdkNXYBl/rmwgDd72cQLH9tEGkDm/yJPGvcSIUoikzfjMios9i+xT/uv9w== |
| 1690 | +"@babel/plugin-transform-react-jsx-source@^7.24.1": |
| 1691 | + version "7.25.9" |
| 1692 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503" |
| 1693 | + integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg== |
1585 | 1694 | dependencies:
|
1586 |
| - "@babel/helper-plugin-utils" "^7.25.7" |
| 1695 | + "@babel/helper-plugin-utils" "^7.25.9" |
1587 | 1696 |
|
1588 | 1697 | "@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.25.7":
|
1589 | 1698 | version "7.25.7"
|
|
1853 | 1962 | "@babel/parser" "^7.25.7"
|
1854 | 1963 | "@babel/types" "^7.25.7"
|
1855 | 1964 |
|
| 1965 | +"@babel/template@^7.25.9": |
| 1966 | + version "7.25.9" |
| 1967 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016" |
| 1968 | + integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== |
| 1969 | + dependencies: |
| 1970 | + "@babel/code-frame" "^7.25.9" |
| 1971 | + "@babel/parser" "^7.25.9" |
| 1972 | + "@babel/types" "^7.25.9" |
| 1973 | + |
1856 | 1974 | "@babel/traverse@^7.23.9", "@babel/traverse@^7.25.7":
|
1857 | 1975 | version "7.25.7"
|
1858 | 1976 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
|
|
1866 | 1984 | debug "^4.3.1"
|
1867 | 1985 | globals "^11.1.0"
|
1868 | 1986 |
|
| 1987 | +"@babel/traverse@^7.25.9": |
| 1988 | + version "7.25.9" |
| 1989 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
| 1990 | + integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
| 1991 | + dependencies: |
| 1992 | + "@babel/code-frame" "^7.25.9" |
| 1993 | + "@babel/generator" "^7.25.9" |
| 1994 | + "@babel/parser" "^7.25.9" |
| 1995 | + "@babel/template" "^7.25.9" |
| 1996 | + "@babel/types" "^7.25.9" |
| 1997 | + debug "^4.3.1" |
| 1998 | + globals "^11.1.0" |
| 1999 | + |
1869 | 2000 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.23.9", "@babel/types@^7.25.7", "@babel/types@^7.4.4":
|
1870 | 2001 | version "7.25.7"
|
1871 | 2002 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
|
|
1875 | 2006 | "@babel/helper-validator-identifier" "^7.25.7"
|
1876 | 2007 | to-fast-properties "^2.0.0"
|
1877 | 2008 |
|
| 2009 | +"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
| 2010 | + version "7.26.0" |
| 2011 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 2012 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 2013 | + dependencies: |
| 2014 | + "@babel/helper-string-parser" "^7.25.9" |
| 2015 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2016 | + |
1878 | 2017 |
|
1879 | 2018 | version "1.5.0"
|
1880 | 2019 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
4298 | 4437 | integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
4299 | 4438 |
|
4300 | 4439 | "@vitejs/plugin-react@^4.0.2":
|
4301 |
| - version "4.3.2" |
4302 |
| - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz#1e13f666fe3135b477220d3c13b783704636b6e4" |
4303 |
| - integrity sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg== |
| 4440 | + version "4.3.1" |
| 4441 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e" |
| 4442 | + integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg== |
4304 | 4443 | dependencies:
|
4305 |
| - "@babel/core" "^7.25.2" |
4306 |
| - "@babel/plugin-transform-react-jsx-self" "^7.24.7" |
4307 |
| - "@babel/plugin-transform-react-jsx-source" "^7.24.7" |
| 4444 | + "@babel/core" "^7.24.5" |
| 4445 | + "@babel/plugin-transform-react-jsx-self" "^7.24.5" |
| 4446 | + "@babel/plugin-transform-react-jsx-source" "^7.24.1" |
4308 | 4447 | "@types/babel__core" "^7.20.5"
|
4309 | 4448 | react-refresh "^0.14.2"
|
4310 | 4449 |
|
|
0 commit comments