|
97 | 97 | semver "^5.4.1"
|
98 | 98 | source-map "^0.5.0"
|
99 | 99 |
|
100 |
| -"@babel/core@7.28.0": |
101 |
| - version "7.28.0" |
102 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4" |
103 |
| - integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== |
| 100 | +"@babel/core@7.28.3": |
| 101 | + version "7.28.3" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
| 103 | + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
104 | 104 | dependencies:
|
105 | 105 | "@ampproject/remapping" "^2.2.0"
|
106 | 106 | "@babel/code-frame" "^7.27.1"
|
107 |
| - "@babel/generator" "^7.28.0" |
| 107 | + "@babel/generator" "^7.28.3" |
108 | 108 | "@babel/helper-compilation-targets" "^7.27.2"
|
109 |
| - "@babel/helper-module-transforms" "^7.27.3" |
110 |
| - "@babel/helpers" "^7.27.6" |
111 |
| - "@babel/parser" "^7.28.0" |
| 109 | + "@babel/helper-module-transforms" "^7.28.3" |
| 110 | + "@babel/helpers" "^7.28.3" |
| 111 | + "@babel/parser" "^7.28.3" |
112 | 112 | "@babel/template" "^7.27.2"
|
113 |
| - "@babel/traverse" "^7.28.0" |
114 |
| - "@babel/types" "^7.28.0" |
| 113 | + "@babel/traverse" "^7.28.3" |
| 114 | + "@babel/types" "^7.28.2" |
115 | 115 | convert-source-map "^2.0.0"
|
116 | 116 | debug "^4.1.0"
|
117 | 117 | gensync "^1.0.0-beta.2"
|
|
216 | 216 | "@jridgewell/trace-mapping" "^0.3.28"
|
217 | 217 | jsesc "^3.0.2"
|
218 | 218 |
|
| 219 | +"@babel/generator@^7.28.3": |
| 220 | + version "7.28.3" |
| 221 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
| 222 | + integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 223 | + dependencies: |
| 224 | + "@babel/parser" "^7.28.3" |
| 225 | + "@babel/types" "^7.28.2" |
| 226 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 227 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 228 | + jsesc "^3.0.2" |
| 229 | + |
219 | 230 | "@babel/helper-annotate-as-pure@^7.10.4":
|
220 | 231 | version "7.12.10"
|
221 | 232 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
|
|
345 | 356 | "@babel/traverse" "^7.27.1"
|
346 | 357 | semver "^6.3.1"
|
347 | 358 |
|
| 359 | +"@babel/helper-create-class-features-plugin@^7.28.3": |
| 360 | + version "7.28.3" |
| 361 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46" |
| 362 | + integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg== |
| 363 | + dependencies: |
| 364 | + "@babel/helper-annotate-as-pure" "^7.27.3" |
| 365 | + "@babel/helper-member-expression-to-functions" "^7.27.1" |
| 366 | + "@babel/helper-optimise-call-expression" "^7.27.1" |
| 367 | + "@babel/helper-replace-supers" "^7.27.1" |
| 368 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 369 | + "@babel/traverse" "^7.28.3" |
| 370 | + semver "^6.3.1" |
| 371 | + |
348 | 372 | "@babel/helper-create-regexp-features-plugin@^7.12.1":
|
349 | 373 | version "7.12.7"
|
350 | 374 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f"
|
|
617 | 641 | "@babel/traverse" "^7.13.13"
|
618 | 642 | "@babel/types" "^7.13.14"
|
619 | 643 |
|
620 |
| -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": |
| 644 | +"@babel/helper-module-transforms@^7.27.1": |
621 | 645 | version "7.27.3"
|
622 | 646 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
|
623 | 647 | integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
|
|
626 | 650 | "@babel/helper-validator-identifier" "^7.27.1"
|
627 | 651 | "@babel/traverse" "^7.27.3"
|
628 | 652 |
|
| 653 | +"@babel/helper-module-transforms@^7.28.3": |
| 654 | + version "7.28.3" |
| 655 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 656 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
| 657 | + dependencies: |
| 658 | + "@babel/helper-module-imports" "^7.27.1" |
| 659 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 660 | + "@babel/traverse" "^7.28.3" |
| 661 | + |
629 | 662 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10":
|
630 | 663 | version "7.12.10"
|
631 | 664 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
|
|
883 | 916 | "@babel/traverse" "^7.13.0"
|
884 | 917 | "@babel/types" "^7.13.0"
|
885 | 918 |
|
886 |
| -"@babel/helpers@^7.27.6": |
887 |
| - version "7.28.2" |
888 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850" |
889 |
| - integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw== |
| 919 | +"@babel/helpers@^7.28.3": |
| 920 | + version "7.28.3" |
| 921 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 922 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
890 | 923 | dependencies:
|
891 | 924 | "@babel/template" "^7.27.2"
|
892 | 925 | "@babel/types" "^7.28.2"
|
|
960 | 993 | dependencies:
|
961 | 994 | "@babel/types" "^7.28.0"
|
962 | 995 |
|
| 996 | +"@babel/parser@^7.28.3": |
| 997 | + version "7.28.3" |
| 998 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
| 999 | + integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 1000 | + dependencies: |
| 1001 | + "@babel/types" "^7.28.2" |
| 1002 | + |
963 | 1003 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
964 | 1004 | version "7.27.1"
|
965 | 1005 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
|
1000 | 1040 | "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
1001 | 1041 | "@babel/plugin-transform-optional-chaining" "^7.27.1"
|
1002 | 1042 |
|
1003 |
| -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1": |
1004 |
| - version "7.27.1" |
1005 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670" |
1006 |
| - integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw== |
| 1043 | +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3": |
| 1044 | + version "7.28.3" |
| 1045 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz#373f6e2de0016f73caf8f27004f61d167743742a" |
| 1046 | + integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw== |
1007 | 1047 | dependencies:
|
1008 | 1048 | "@babel/helper-plugin-utils" "^7.27.1"
|
1009 |
| - "@babel/traverse" "^7.27.1" |
| 1049 | + "@babel/traverse" "^7.28.3" |
1010 | 1050 |
|
1011 | 1051 | "@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
1012 | 1052 | version "7.13.8"
|
|
1470 | 1510 | "@babel/helper-create-class-features-plugin" "^7.27.1"
|
1471 | 1511 | "@babel/helper-plugin-utils" "^7.27.1"
|
1472 | 1512 |
|
1473 |
| -"@babel/plugin-transform-class-static-block@^7.27.1": |
1474 |
| - version "7.27.1" |
1475 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4" |
1476 |
| - integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA== |
| 1513 | +"@babel/plugin-transform-class-static-block@^7.28.3": |
| 1514 | + version "7.28.3" |
| 1515 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852" |
| 1516 | + integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg== |
1477 | 1517 | dependencies:
|
1478 |
| - "@babel/helper-create-class-features-plugin" "^7.27.1" |
| 1518 | + "@babel/helper-create-class-features-plugin" "^7.28.3" |
1479 | 1519 | "@babel/helper-plugin-utils" "^7.27.1"
|
1480 | 1520 |
|
1481 | 1521 | "@babel/plugin-transform-classes@^7.12.1":
|
|
1505 | 1545 | "@babel/helper-split-export-declaration" "^7.12.13"
|
1506 | 1546 | globals "^11.1.0"
|
1507 | 1547 |
|
1508 |
| -"@babel/plugin-transform-classes@^7.28.0": |
1509 |
| - version "7.28.0" |
1510 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8" |
1511 |
| - integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA== |
| 1548 | +"@babel/plugin-transform-classes@^7.28.3": |
| 1549 | + version "7.28.3" |
| 1550 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a" |
| 1551 | + integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg== |
1512 | 1552 | dependencies:
|
1513 | 1553 | "@babel/helper-annotate-as-pure" "^7.27.3"
|
1514 | 1554 | "@babel/helper-compilation-targets" "^7.27.2"
|
1515 | 1555 | "@babel/helper-globals" "^7.28.0"
|
1516 | 1556 | "@babel/helper-plugin-utils" "^7.27.1"
|
1517 | 1557 | "@babel/helper-replace-supers" "^7.27.1"
|
1518 |
| - "@babel/traverse" "^7.28.0" |
| 1558 | + "@babel/traverse" "^7.28.3" |
1519 | 1559 |
|
1520 | 1560 | "@babel/plugin-transform-computed-properties@^7.13.0":
|
1521 | 1561 | version "7.13.0"
|
|
2019 | 2059 | dependencies:
|
2020 | 2060 | regenerator-transform "^0.14.2"
|
2021 | 2061 |
|
2022 |
| -"@babel/plugin-transform-regenerator@^7.28.0": |
2023 |
| - version "7.28.1" |
2024 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz#bde80603442ff4bb4e910bc8b35485295d556ab1" |
2025 |
| - integrity sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg== |
| 2062 | +"@babel/plugin-transform-regenerator@^7.28.3": |
| 2063 | + version "7.28.3" |
| 2064 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344" |
| 2065 | + integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A== |
2026 | 2066 | dependencies:
|
2027 | 2067 | "@babel/helper-plugin-utils" "^7.27.1"
|
2028 | 2068 |
|
|
2208 | 2248 | "@babel/helper-create-regexp-features-plugin" "^7.27.1"
|
2209 | 2249 | "@babel/helper-plugin-utils" "^7.27.1"
|
2210 | 2250 |
|
2211 |
| -"@babel/preset-env@7.28.0": |
2212 |
| - version "7.28.0" |
2213 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c" |
2214 |
| - integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg== |
| 2251 | +"@babel/preset-env@7.28.3": |
| 2252 | + version "7.28.3" |
| 2253 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187" |
| 2254 | + integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg== |
2215 | 2255 | dependencies:
|
2216 | 2256 | "@babel/compat-data" "^7.28.0"
|
2217 | 2257 | "@babel/helper-compilation-targets" "^7.27.2"
|
|
2221 | 2261 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
|
2222 | 2262 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
|
2223 | 2263 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
|
2224 |
| - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1" |
| 2264 | + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3" |
2225 | 2265 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
2226 | 2266 | "@babel/plugin-syntax-import-assertions" "^7.27.1"
|
2227 | 2267 | "@babel/plugin-syntax-import-attributes" "^7.27.1"
|
|
2232 | 2272 | "@babel/plugin-transform-block-scoped-functions" "^7.27.1"
|
2233 | 2273 | "@babel/plugin-transform-block-scoping" "^7.28.0"
|
2234 | 2274 | "@babel/plugin-transform-class-properties" "^7.27.1"
|
2235 |
| - "@babel/plugin-transform-class-static-block" "^7.27.1" |
2236 |
| - "@babel/plugin-transform-classes" "^7.28.0" |
| 2275 | + "@babel/plugin-transform-class-static-block" "^7.28.3" |
| 2276 | + "@babel/plugin-transform-classes" "^7.28.3" |
2237 | 2277 | "@babel/plugin-transform-computed-properties" "^7.27.1"
|
2238 | 2278 | "@babel/plugin-transform-destructuring" "^7.28.0"
|
2239 | 2279 | "@babel/plugin-transform-dotall-regex" "^7.27.1"
|
|
2265 | 2305 | "@babel/plugin-transform-private-methods" "^7.27.1"
|
2266 | 2306 | "@babel/plugin-transform-private-property-in-object" "^7.27.1"
|
2267 | 2307 | "@babel/plugin-transform-property-literals" "^7.27.1"
|
2268 |
| - "@babel/plugin-transform-regenerator" "^7.28.0" |
| 2308 | + "@babel/plugin-transform-regenerator" "^7.28.3" |
2269 | 2309 | "@babel/plugin-transform-regexp-modifiers" "^7.27.1"
|
2270 | 2310 | "@babel/plugin-transform-reserved-words" "^7.27.1"
|
2271 | 2311 | "@babel/plugin-transform-shorthand-properties" "^7.27.1"
|
|
2587 | 2627 | "@babel/types" "^7.28.0"
|
2588 | 2628 | debug "^4.3.1"
|
2589 | 2629 |
|
| 2630 | +"@babel/traverse@^7.28.3": |
| 2631 | + version "7.28.3" |
| 2632 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
| 2633 | + integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
| 2634 | + dependencies: |
| 2635 | + "@babel/code-frame" "^7.27.1" |
| 2636 | + "@babel/generator" "^7.28.3" |
| 2637 | + "@babel/helper-globals" "^7.28.0" |
| 2638 | + "@babel/parser" "^7.28.3" |
| 2639 | + "@babel/template" "^7.27.2" |
| 2640 | + "@babel/types" "^7.28.2" |
| 2641 | + debug "^4.3.1" |
| 2642 | + |
2590 | 2643 | "@babel/types@^7.0.0", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
2591 | 2644 | version "7.12.12"
|
2592 | 2645 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
|
|
0 commit comments