|
45 | 45 | dependencies: |
46 | 46 | "@babel/highlight" "^7.22.5" |
47 | 47 |
|
| 48 | +"@babel/code-frame@^7.27.1": |
| 49 | + version "7.27.1" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 51 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 52 | + dependencies: |
| 53 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 54 | + js-tokens "^4.0.0" |
| 55 | + picocolors "^1.1.1" |
| 56 | + |
48 | 57 | "@babel/code-frame@^7.8.3": |
49 | 58 | version "7.8.3" |
50 | 59 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" |
|
851 | 860 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
852 | 861 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
853 | 862 |
|
| 863 | +"@babel/helper-string-parser@^7.27.1": |
| 864 | + version "7.27.1" |
| 865 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 866 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 867 | + |
854 | 868 | "@babel/helper-validator-identifier@^7.10.4": |
855 | 869 | version "7.10.4" |
856 | 870 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
|
876 | 890 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
877 | 891 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== |
878 | 892 |
|
| 893 | +"@babel/helper-validator-identifier@^7.27.1": |
| 894 | + version "7.27.1" |
| 895 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 896 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 897 | + |
879 | 898 | "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": |
880 | 899 | version "7.9.5" |
881 | 900 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
|
900 | 919 | "@babel/template" "^7.22.5" |
901 | 920 | "@babel/types" "^7.22.5" |
902 | 921 |
|
903 | | -"@babel/helpers@^7.10.4": |
904 | | - version "7.10.4" |
905 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
906 | | - integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== |
907 | | - dependencies: |
908 | | - "@babel/template" "^7.10.4" |
909 | | - "@babel/traverse" "^7.10.4" |
910 | | - "@babel/types" "^7.10.4" |
911 | | - |
912 | | -"@babel/helpers@^7.13.10": |
913 | | - version "7.13.10" |
914 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
915 | | - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
916 | | - dependencies: |
917 | | - "@babel/template" "^7.12.13" |
918 | | - "@babel/traverse" "^7.13.0" |
919 | | - "@babel/types" "^7.13.0" |
920 | | - |
921 | | -"@babel/helpers@^7.2.0": |
922 | | - version "7.2.0" |
923 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.2.0.tgz#8335f3140f3144270dc63c4732a4f8b0a50b7a21" |
924 | | - integrity sha512-Fr07N+ea0dMcMN8nFpuK6dUIT7/ivt9yKQdEEnjVS83tG2pHwPi03gYmk/tyuwONnZ+sY+GFFPlWGgCtW1hF9A== |
925 | | - dependencies: |
926 | | - "@babel/template" "^7.1.2" |
927 | | - "@babel/traverse" "^7.1.5" |
928 | | - "@babel/types" "^7.2.0" |
929 | | - |
930 | | -"@babel/helpers@^7.9.6": |
931 | | - version "7.9.6" |
932 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
933 | | - integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 922 | +"@babel/helpers@^7.10.4", "@babel/helpers@^7.13.10", "@babel/helpers@^7.2.0", "@babel/helpers@^7.9.6": |
| 923 | + version "7.28.3" |
| 924 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 925 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
934 | 926 | dependencies: |
935 | | - "@babel/template" "^7.8.3" |
936 | | - "@babel/traverse" "^7.9.6" |
937 | | - "@babel/types" "^7.9.6" |
| 927 | + "@babel/template" "^7.27.2" |
| 928 | + "@babel/types" "^7.28.2" |
938 | 929 |
|
939 | 930 | "@babel/highlight@^7.0.0": |
940 | 931 | version "7.0.0" |
|
1029 | 1020 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" |
1030 | 1021 | integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== |
1031 | 1022 |
|
| 1023 | +"@babel/parser@^7.27.2": |
| 1024 | + version "7.28.3" |
| 1025 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
| 1026 | + integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 1027 | + dependencies: |
| 1028 | + "@babel/types" "^7.28.2" |
| 1029 | + |
1032 | 1030 | "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": |
1033 | 1031 | version "7.9.6" |
1034 | 1032 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
|
1970 | 1968 | dependencies: |
1971 | 1969 | regenerator-runtime "^0.13.4" |
1972 | 1970 |
|
1973 | | -"@babel/template@^7.1.0", "@babel/template@^7.1.2", "@babel/template@^7.2.2": |
| 1971 | +"@babel/template@^7.1.0", "@babel/template@^7.2.2": |
1974 | 1972 | version "7.2.2" |
1975 | 1973 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.2.2.tgz#005b3fdf0ed96e88041330379e0da9a708eb2907" |
1976 | 1974 | integrity sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g== |
|
2024 | 2022 | "@babel/parser" "^7.22.5" |
2025 | 2023 | "@babel/types" "^7.22.5" |
2026 | 2024 |
|
| 2025 | +"@babel/template@^7.27.2": |
| 2026 | + version "7.27.2" |
| 2027 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 2028 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 2029 | + dependencies: |
| 2030 | + "@babel/code-frame" "^7.27.1" |
| 2031 | + "@babel/parser" "^7.27.2" |
| 2032 | + "@babel/types" "^7.27.1" |
| 2033 | + |
2027 | 2034 | "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
2028 | 2035 | version "7.8.6" |
2029 | 2036 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
|
2033 | 2040 | "@babel/parser" "^7.8.6" |
2034 | 2041 | "@babel/types" "^7.8.6" |
2035 | 2042 |
|
2036 | | -"@babel/traverse@^7.1.5", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.2.2", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.6": |
| 2043 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.2.2", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.6": |
2037 | 2044 | version "7.23.2" |
2038 | 2045 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
2039 | 2046 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
|
2049 | 2056 | debug "^4.1.0" |
2050 | 2057 | globals "^11.1.0" |
2051 | 2058 |
|
2052 | | -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2": |
| 2059 | +"@babel/types@^7.0.0", "@babel/types@^7.2.2": |
2053 | 2060 | version "7.2.2" |
2054 | 2061 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e" |
2055 | 2062 | integrity sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg== |
|
2102 | 2109 | "@babel/helper-validator-identifier" "^7.22.5" |
2103 | 2110 | to-fast-properties "^2.0.0" |
2104 | 2111 |
|
| 2112 | +"@babel/types@^7.27.1", "@babel/types@^7.28.2": |
| 2113 | + version "7.28.2" |
| 2114 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
| 2115 | + integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
| 2116 | + dependencies: |
| 2117 | + "@babel/helper-string-parser" "^7.27.1" |
| 2118 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 2119 | + |
2105 | 2120 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": |
2106 | 2121 | version "7.9.6" |
2107 | 2122 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
@@ -9117,6 +9132,11 @@ picocolors@^1.0.0: |
9117 | 9132 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
9118 | 9133 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
9119 | 9134 |
|
| 9135 | +picocolors@^1.1.1: |
| 9136 | + version "1.1.1" |
| 9137 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 9138 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 9139 | + |
9120 | 9140 | picomatch@^2.0.5, picomatch@^2.2.1: |
9121 | 9141 | version "2.2.2" |
9122 | 9142 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
|
0 commit comments