|
31 | 31 | js-tokens "^4.0.0" |
32 | 32 | picocolors "^1.1.1" |
33 | 33 |
|
| 34 | +"@babel/code-frame@^7.29.0": |
| 35 | + version "7.29.0" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 37 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 38 | + dependencies: |
| 39 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 40 | + js-tokens "^4.0.0" |
| 41 | + picocolors "^1.1.1" |
| 42 | + |
34 | 43 | "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.6": |
35 | 44 | version "7.28.6" |
36 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c" |
|
68 | 77 | "@jridgewell/trace-mapping" "^0.3.28" |
69 | 78 | jsesc "^3.0.2" |
70 | 79 |
|
| 80 | +"@babel/generator@^7.29.0": |
| 81 | + version "7.29.1" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 83 | + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 84 | + dependencies: |
| 85 | + "@babel/parser" "^7.29.0" |
| 86 | + "@babel/types" "^7.29.0" |
| 87 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 88 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 89 | + jsesc "^3.0.2" |
| 90 | + |
71 | 91 | "@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
72 | 92 | version "7.27.3" |
73 | 93 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
|
140 | 160 | "@babel/traverse" "^7.28.6" |
141 | 161 | "@babel/types" "^7.28.6" |
142 | 162 |
|
143 | | -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3", "@babel/helper-module-transforms@^7.28.6": |
| 163 | +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6": |
144 | 164 | version "7.28.6" |
145 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
146 | 166 | integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
|
238 | 258 | dependencies: |
239 | 259 | "@babel/types" "^7.28.6" |
240 | 260 |
|
| 261 | +"@babel/parser@^7.29.0": |
| 262 | + version "7.29.3" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e" |
| 264 | + integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA== |
| 265 | + dependencies: |
| 266 | + "@babel/types" "^7.29.0" |
| 267 | + |
241 | 268 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
242 | 269 | version "7.28.5" |
243 | 270 | 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" |
|
679 | 706 | "@babel/helper-plugin-utils" "^7.28.6" |
680 | 707 |
|
681 | 708 | "@babel/plugin-transform-modules-systemjs@^7.28.5": |
682 | | - version "7.28.5" |
683 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2" |
684 | | - integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew== |
| 709 | + version "7.29.4" |
| 710 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20" |
| 711 | + integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w== |
685 | 712 | dependencies: |
686 | | - "@babel/helper-module-transforms" "^7.28.3" |
687 | | - "@babel/helper-plugin-utils" "^7.27.1" |
| 713 | + "@babel/helper-module-transforms" "^7.28.6" |
| 714 | + "@babel/helper-plugin-utils" "^7.28.6" |
688 | 715 | "@babel/helper-validator-identifier" "^7.28.5" |
689 | | - "@babel/traverse" "^7.28.5" |
| 716 | + "@babel/traverse" "^7.29.0" |
690 | 717 |
|
691 | 718 | "@babel/plugin-transform-modules-umd@^7.27.1": |
692 | 719 | version "7.27.1" |
|
1109 | 1136 | "@babel/types" "^7.28.6" |
1110 | 1137 | debug "^4.3.1" |
1111 | 1138 |
|
| 1139 | +"@babel/traverse@^7.29.0": |
| 1140 | + version "7.29.0" |
| 1141 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
| 1142 | + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
| 1143 | + dependencies: |
| 1144 | + "@babel/code-frame" "^7.29.0" |
| 1145 | + "@babel/generator" "^7.29.0" |
| 1146 | + "@babel/helper-globals" "^7.28.0" |
| 1147 | + "@babel/parser" "^7.29.0" |
| 1148 | + "@babel/template" "^7.28.6" |
| 1149 | + "@babel/types" "^7.29.0" |
| 1150 | + debug "^4.3.1" |
| 1151 | + |
1112 | 1152 | "@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1113 | 1153 | version "7.28.6" |
1114 | 1154 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df" |
|
1117 | 1157 | "@babel/helper-string-parser" "^7.27.1" |
1118 | 1158 | "@babel/helper-validator-identifier" "^7.28.5" |
1119 | 1159 |
|
| 1160 | +"@babel/types@^7.29.0": |
| 1161 | + version "7.29.0" |
| 1162 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 1163 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 1164 | + dependencies: |
| 1165 | + "@babel/helper-string-parser" "^7.27.1" |
| 1166 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1167 | + |
1120 | 1168 | "@bcoe/v8-coverage@^0.2.3": |
1121 | 1169 | version "0.2.3" |
1122 | 1170 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments