|
24 | 24 | dependencies: |
25 | 25 | "@babel/highlight" "^7.18.6" |
26 | 26 |
|
| 27 | +"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": |
| 28 | + version "7.29.0" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 30 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 31 | + dependencies: |
| 32 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 33 | + js-tokens "^4.0.0" |
| 34 | + picocolors "^1.1.1" |
| 35 | + |
27 | 36 | "@babel/compat-data@^7.20.0": |
28 | 37 | version "7.20.5" |
29 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
|
59 | 68 | "@jridgewell/gen-mapping" "^0.3.2" |
60 | 69 | jsesc "^2.5.1" |
61 | 70 |
|
| 71 | +"@babel/generator@^7.29.0": |
| 72 | + version "7.29.1" |
| 73 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 74 | + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 75 | + dependencies: |
| 76 | + "@babel/parser" "^7.29.0" |
| 77 | + "@babel/types" "^7.29.0" |
| 78 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 79 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 80 | + jsesc "^3.0.2" |
| 81 | + |
62 | 82 | "@babel/helper-compilation-targets@^7.20.0": |
63 | 83 | version "7.20.0" |
64 | 84 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" |
|
74 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
75 | 95 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
76 | 96 |
|
77 | | -"@babel/helper-function-name@^7.19.0": |
78 | | - version "7.19.0" |
79 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
80 | | - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
81 | | - dependencies: |
82 | | - "@babel/template" "^7.18.10" |
83 | | - "@babel/types" "^7.19.0" |
84 | | - |
85 | | -"@babel/helper-hoist-variables@^7.18.6": |
86 | | - version "7.18.6" |
87 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
88 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
89 | | - dependencies: |
90 | | - "@babel/types" "^7.18.6" |
| 97 | +"@babel/helper-globals@^7.28.0": |
| 98 | + version "7.28.0" |
| 99 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 100 | + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
91 | 101 |
|
92 | 102 | "@babel/helper-module-imports@^7.18.6": |
93 | 103 | version "7.18.6" |
|
134 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
135 | 145 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
136 | 146 |
|
| 147 | +"@babel/helper-string-parser@^7.27.1": |
| 148 | + version "7.27.1" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 150 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 151 | + |
137 | 152 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
138 | 153 | version "7.19.1" |
139 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
140 | 155 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
141 | 156 |
|
| 157 | +"@babel/helper-validator-identifier@^7.28.5": |
| 158 | + version "7.28.5" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 160 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 161 | + |
142 | 162 | "@babel/helper-validator-option@^7.18.6": |
143 | 163 | version "7.18.6" |
144 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
|
167 | 187 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
168 | 188 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
169 | 189 |
|
| 190 | +"@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
| 191 | + version "7.29.0" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6" |
| 193 | + integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww== |
| 194 | + dependencies: |
| 195 | + "@babel/types" "^7.29.0" |
| 196 | + |
170 | 197 | "@babel/plugin-syntax-async-generators@^7.8.4": |
171 | 198 | version "7.8.4" |
172 | 199 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
|
267 | 294 | "@babel/parser" "^7.18.10" |
268 | 295 | "@babel/types" "^7.18.10" |
269 | 296 |
|
270 | | -"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2": |
271 | | - version "7.20.5" |
272 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
273 | | - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 297 | +"@babel/template@^7.28.6": |
| 298 | + version "7.28.6" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 300 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
274 | 301 | dependencies: |
275 | | - "@babel/code-frame" "^7.18.6" |
276 | | - "@babel/generator" "^7.20.5" |
277 | | - "@babel/helper-environment-visitor" "^7.18.9" |
278 | | - "@babel/helper-function-name" "^7.19.0" |
279 | | - "@babel/helper-hoist-variables" "^7.18.6" |
280 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
281 | | - "@babel/parser" "^7.20.5" |
282 | | - "@babel/types" "^7.20.5" |
283 | | - debug "^4.1.0" |
284 | | - globals "^11.1.0" |
| 302 | + "@babel/code-frame" "^7.28.6" |
| 303 | + "@babel/parser" "^7.28.6" |
| 304 | + "@babel/types" "^7.28.6" |
| 305 | + |
| 306 | +"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2": |
| 307 | + version "7.29.0" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
| 309 | + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
| 310 | + dependencies: |
| 311 | + "@babel/code-frame" "^7.29.0" |
| 312 | + "@babel/generator" "^7.29.0" |
| 313 | + "@babel/helper-globals" "^7.28.0" |
| 314 | + "@babel/parser" "^7.29.0" |
| 315 | + "@babel/template" "^7.28.6" |
| 316 | + "@babel/types" "^7.29.0" |
| 317 | + debug "^4.3.1" |
285 | 318 |
|
286 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 319 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
287 | 320 | version "7.20.5" |
288 | 321 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
289 | 322 | integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
|
292 | 325 | "@babel/helper-validator-identifier" "^7.19.1" |
293 | 326 | to-fast-properties "^2.0.0" |
294 | 327 |
|
| 328 | +"@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 329 | + version "7.29.0" |
| 330 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 331 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 332 | + dependencies: |
| 333 | + "@babel/helper-string-parser" "^7.27.1" |
| 334 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 335 | + |
295 | 336 | "@bcoe/v8-coverage@^0.2.3": |
296 | 337 | version "0.2.3" |
297 | 338 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
530 | 571 | "@jridgewell/set-array" "^1.0.0" |
531 | 572 | "@jridgewell/sourcemap-codec" "^1.4.10" |
532 | 573 |
|
| 574 | +"@jridgewell/gen-mapping@^0.3.12": |
| 575 | + version "0.3.13" |
| 576 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
| 577 | + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
| 578 | + dependencies: |
| 579 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 580 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 581 | + |
533 | 582 | "@jridgewell/gen-mapping@^0.3.2": |
534 | 583 | version "0.3.2" |
535 | 584 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
|
544 | 593 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
545 | 594 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
546 | 595 |
|
| 596 | +"@jridgewell/resolve-uri@^3.1.0": |
| 597 | + version "3.1.2" |
| 598 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 599 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 600 | + |
547 | 601 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
548 | 602 | version "1.1.2" |
549 | 603 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
|
554 | 608 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
555 | 609 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
556 | 610 |
|
| 611 | +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": |
| 612 | + version "1.5.5" |
| 613 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" |
| 614 | + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== |
| 615 | + |
| 616 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28": |
| 617 | + version "0.3.31" |
| 618 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" |
| 619 | + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== |
| 620 | + dependencies: |
| 621 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 622 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 623 | + |
557 | 624 | "@jridgewell/trace-mapping@^0.3.9": |
558 | 625 | version "0.3.17" |
559 | 626 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
@@ -1629,11 +1696,6 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: |
1629 | 1696 | once "^1.3.0" |
1630 | 1697 | path-is-absolute "^1.0.0" |
1631 | 1698 |
|
1632 | | -globals@^11.1.0: |
1633 | | - version "11.12.0" |
1634 | | - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" |
1635 | | - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== |
1636 | | - |
1637 | 1699 | globals@^13.6.0, globals@^13.9.0: |
1638 | 1700 | version "13.18.0" |
1639 | 1701 | resolved "https://registry.yarnpkg.com/globals/-/globals-13.18.0.tgz#fb224daeeb2bb7d254cd2c640f003528b8d0c1dc" |
@@ -2332,6 +2394,11 @@ jsesc@^2.5.1: |
2332 | 2394 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
2333 | 2395 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
2334 | 2396 |
|
| 2397 | +jsesc@^3.0.2: |
| 2398 | + version "3.1.0" |
| 2399 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" |
| 2400 | + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== |
| 2401 | + |
2335 | 2402 | json-parse-even-better-errors@^2.3.0: |
2336 | 2403 | version "2.3.1" |
2337 | 2404 | resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" |
@@ -2629,6 +2696,11 @@ picocolors@^1.0.0: |
2629 | 2696 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
2630 | 2697 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
2631 | 2698 |
|
| 2699 | +picocolors@^1.1.1: |
| 2700 | + version "1.1.1" |
| 2701 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 2702 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 2703 | + |
2632 | 2704 | picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: |
2633 | 2705 | version "2.3.1" |
2634 | 2706 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
|
0 commit comments