|
102 | 102 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
103 | 103 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
104 | 104 |
|
105 | | - |
106 | | - version "7.26.8" |
107 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
108 | | - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 105 | + |
| 106 | + version "7.26.9" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 108 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
109 | 109 | dependencies: |
110 | 110 | "@ampproject/remapping" "^2.2.0" |
111 | 111 | "@babel/code-frame" "^7.26.2" |
112 | | - "@babel/generator" "^7.26.8" |
| 112 | + "@babel/generator" "^7.26.9" |
113 | 113 | "@babel/helper-compilation-targets" "^7.26.5" |
114 | 114 | "@babel/helper-module-transforms" "^7.26.0" |
115 | | - "@babel/helpers" "^7.26.7" |
116 | | - "@babel/parser" "^7.26.8" |
117 | | - "@babel/template" "^7.26.8" |
118 | | - "@babel/traverse" "^7.26.8" |
119 | | - "@babel/types" "^7.26.8" |
120 | | - "@types/gensync" "^1.0.0" |
| 115 | + "@babel/helpers" "^7.26.9" |
| 116 | + "@babel/parser" "^7.26.9" |
| 117 | + "@babel/template" "^7.26.9" |
| 118 | + "@babel/traverse" "^7.26.9" |
| 119 | + "@babel/types" "^7.26.9" |
121 | 120 | convert-source-map "^2.0.0" |
122 | 121 | debug "^4.1.0" |
123 | 122 | gensync "^1.0.0-beta.2" |
|
266 | 265 | "@jridgewell/trace-mapping" "^0.3.25" |
267 | 266 | jsesc "^3.0.2" |
268 | 267 |
|
| 268 | +"@babel/generator@^7.26.9": |
| 269 | + version "7.26.9" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 271 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 272 | + dependencies: |
| 273 | + "@babel/parser" "^7.26.9" |
| 274 | + "@babel/types" "^7.26.9" |
| 275 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 276 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 277 | + jsesc "^3.0.2" |
| 278 | + |
269 | 279 | "@babel/helper-annotate-as-pure@^7.18.6": |
270 | 280 | version "7.18.6" |
271 | 281 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
1024 | 1034 | "@babel/template" "^7.25.0" |
1025 | 1035 | "@babel/types" "^7.25.0" |
1026 | 1036 |
|
1027 | | -"@babel/helpers@^7.26.7": |
1028 | | - version "7.26.7" |
1029 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
1030 | | - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 1037 | +"@babel/helpers@^7.26.9": |
| 1038 | + version "7.26.9" |
| 1039 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 1040 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
1031 | 1041 | dependencies: |
1032 | | - "@babel/template" "^7.25.9" |
1033 | | - "@babel/types" "^7.26.7" |
| 1042 | + "@babel/template" "^7.26.9" |
| 1043 | + "@babel/types" "^7.26.9" |
1034 | 1044 |
|
1035 | 1045 | "@babel/highlight@^7.18.6": |
1036 | 1046 | version "7.18.6" |
|
1137 | 1147 | dependencies: |
1138 | 1148 | "@babel/types" "^7.26.8" |
1139 | 1149 |
|
| 1150 | +"@babel/parser@^7.26.9": |
| 1151 | + version "7.26.9" |
| 1152 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 1153 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 1154 | + dependencies: |
| 1155 | + "@babel/types" "^7.26.9" |
| 1156 | + |
1140 | 1157 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
1141 | 1158 | version "7.25.3" |
1142 | 1159 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
|
1869 | 1886 | "@babel/helper-plugin-utils" "^7.24.7" |
1870 | 1887 | "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" |
1871 | 1888 |
|
1872 | | -"@babel/plugin-transform-for-of@^7.25.9": |
1873 | | - version "7.25.9" |
1874 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1875 | | - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1889 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1890 | + version "7.26.9" |
| 1891 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1892 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1876 | 1893 | dependencies: |
1877 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 1894 | + "@babel/helper-plugin-utils" "^7.26.5" |
1878 | 1895 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
1879 | 1896 |
|
1880 | 1897 | "@babel/plugin-transform-function-name@^7.0.0": |
|
2613 | 2630 | "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
2614 | 2631 | "@babel/helper-plugin-utils" "^7.25.9" |
2615 | 2632 |
|
2616 | | - |
2617 | | - version "7.26.8" |
2618 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
2619 | | - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 2633 | + |
| 2634 | + version "7.26.9" |
| 2635 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 2636 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
2620 | 2637 | dependencies: |
2621 | 2638 | "@babel/compat-data" "^7.26.8" |
2622 | 2639 | "@babel/helper-compilation-targets" "^7.26.5" |
|
2647 | 2664 | "@babel/plugin-transform-dynamic-import" "^7.25.9" |
2648 | 2665 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3" |
2649 | 2666 | "@babel/plugin-transform-export-namespace-from" "^7.25.9" |
2650 | | - "@babel/plugin-transform-for-of" "^7.25.9" |
| 2667 | + "@babel/plugin-transform-for-of" "^7.26.9" |
2651 | 2668 | "@babel/plugin-transform-function-name" "^7.25.9" |
2652 | 2669 | "@babel/plugin-transform-json-strings" "^7.25.9" |
2653 | 2670 | "@babel/plugin-transform-literals" "^7.25.9" |
|
2927 | 2944 | "@babel/parser" "^7.26.8" |
2928 | 2945 | "@babel/types" "^7.26.8" |
2929 | 2946 |
|
| 2947 | +"@babel/template@^7.26.9": |
| 2948 | + version "7.26.9" |
| 2949 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 2950 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 2951 | + dependencies: |
| 2952 | + "@babel/code-frame" "^7.26.2" |
| 2953 | + "@babel/parser" "^7.26.9" |
| 2954 | + "@babel/types" "^7.26.9" |
| 2955 | + |
2930 | 2956 | "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": |
2931 | 2957 | version "7.23.2" |
2932 | 2958 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
|
2995 | 3021 | debug "^4.3.1" |
2996 | 3022 | globals "^11.1.0" |
2997 | 3023 |
|
| 3024 | +"@babel/traverse@^7.26.9": |
| 3025 | + version "7.26.9" |
| 3026 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 3027 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 3028 | + dependencies: |
| 3029 | + "@babel/code-frame" "^7.26.2" |
| 3030 | + "@babel/generator" "^7.26.9" |
| 3031 | + "@babel/parser" "^7.26.9" |
| 3032 | + "@babel/template" "^7.26.9" |
| 3033 | + "@babel/types" "^7.26.9" |
| 3034 | + debug "^4.3.1" |
| 3035 | + globals "^11.1.0" |
| 3036 | + |
2998 | 3037 | "@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
2999 | 3038 | version "7.19.3" |
3000 | 3039 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
|
3084 | 3123 | "@babel/helper-string-parser" "^7.25.9" |
3085 | 3124 | "@babel/helper-validator-identifier" "^7.25.9" |
3086 | 3125 |
|
3087 | | -"@babel/types@^7.26.7": |
3088 | | - version "7.26.7" |
3089 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
3090 | | - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
3091 | | - dependencies: |
3092 | | - "@babel/helper-string-parser" "^7.25.9" |
3093 | | - "@babel/helper-validator-identifier" "^7.25.9" |
3094 | | - |
3095 | 3126 | "@babel/types@^7.26.8": |
3096 | 3127 | version "7.26.8" |
3097 | 3128 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127" |
|
3100 | 3131 | "@babel/helper-string-parser" "^7.25.9" |
3101 | 3132 | "@babel/helper-validator-identifier" "^7.25.9" |
3102 | 3133 |
|
| 3134 | +"@babel/types@^7.26.9": |
| 3135 | + version "7.26.9" |
| 3136 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 3137 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 3138 | + dependencies: |
| 3139 | + "@babel/helper-string-parser" "^7.25.9" |
| 3140 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 3141 | + |
3103 | 3142 | "@bcoe/v8-coverage@^0.2.3": |
3104 | 3143 | version "0.2.3" |
3105 | 3144 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
4880 | 4919 | dependencies: |
4881 | 4920 | "@types/node" "*" |
4882 | 4921 |
|
4883 | | -"@types/gensync@^1.0.0": |
4884 | | - version "1.0.4" |
4885 | | - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
4886 | | - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
4887 | | - |
4888 | 4922 | "@types/graceful-fs@^4.1.3": |
4889 | 4923 | version "4.1.5" |
4890 | 4924 | resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" |
|
0 commit comments