|
52 | 52 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
53 | 53 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
54 | 54 |
|
55 |
| - |
56 |
| - version "7.28.0" |
57 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4" |
58 |
| - integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== |
| 55 | + |
| 56 | + version "7.28.3" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
| 58 | + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
59 | 59 | dependencies:
|
60 | 60 | "@ampproject/remapping" "^2.2.0"
|
61 | 61 | "@babel/code-frame" "^7.27.1"
|
62 |
| - "@babel/generator" "^7.28.0" |
| 62 | + "@babel/generator" "^7.28.3" |
63 | 63 | "@babel/helper-compilation-targets" "^7.27.2"
|
64 |
| - "@babel/helper-module-transforms" "^7.27.3" |
65 |
| - "@babel/helpers" "^7.27.6" |
66 |
| - "@babel/parser" "^7.28.0" |
| 64 | + "@babel/helper-module-transforms" "^7.28.3" |
| 65 | + "@babel/helpers" "^7.28.3" |
| 66 | + "@babel/parser" "^7.28.3" |
67 | 67 | "@babel/template" "^7.27.2"
|
68 |
| - "@babel/traverse" "^7.28.0" |
69 |
| - "@babel/types" "^7.28.0" |
| 68 | + "@babel/traverse" "^7.28.3" |
| 69 | + "@babel/types" "^7.28.2" |
70 | 70 | convert-source-map "^2.0.0"
|
71 | 71 | debug "^4.1.0"
|
72 | 72 | gensync "^1.0.0-beta.2"
|
|
115 | 115 | "@jridgewell/trace-mapping" "^0.3.25"
|
116 | 116 | jsesc "^3.0.2"
|
117 | 117 |
|
118 |
| -"@babel/generator@^7.27.3": |
119 |
| - version "7.27.3" |
120 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
121 |
| - integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
122 |
| - dependencies: |
123 |
| - "@babel/parser" "^7.27.3" |
124 |
| - "@babel/types" "^7.27.3" |
125 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
126 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
127 |
| - jsesc "^3.0.2" |
128 |
| - |
129 | 118 | "@babel/generator@^7.28.0":
|
130 | 119 | version "7.28.0"
|
131 | 120 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
|
|
137 | 126 | "@jridgewell/trace-mapping" "^0.3.28"
|
138 | 127 | jsesc "^3.0.2"
|
139 | 128 |
|
| 129 | +"@babel/generator@^7.28.3": |
| 130 | + version "7.28.3" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
| 132 | + integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 133 | + dependencies: |
| 134 | + "@babel/parser" "^7.28.3" |
| 135 | + "@babel/types" "^7.28.2" |
| 136 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 137 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 138 | + jsesc "^3.0.2" |
| 139 | + |
140 | 140 | "@babel/helper-annotate-as-pure@^7.22.5":
|
141 | 141 | version "7.22.5"
|
142 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
226 | 226 | "@babel/traverse" "^7.27.1"
|
227 | 227 | semver "^6.3.1"
|
228 | 228 |
|
| 229 | +"@babel/helper-create-class-features-plugin@^7.28.3": |
| 230 | + version "7.28.3" |
| 231 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46" |
| 232 | + integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg== |
| 233 | + dependencies: |
| 234 | + "@babel/helper-annotate-as-pure" "^7.27.3" |
| 235 | + "@babel/helper-member-expression-to-functions" "^7.27.1" |
| 236 | + "@babel/helper-optimise-call-expression" "^7.27.1" |
| 237 | + "@babel/helper-replace-supers" "^7.27.1" |
| 238 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 239 | + "@babel/traverse" "^7.28.3" |
| 240 | + semver "^6.3.1" |
| 241 | + |
229 | 242 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
230 | 243 | version "7.22.15"
|
231 | 244 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
|
|
341 | 354 | "@babel/helper-validator-identifier" "^7.27.1"
|
342 | 355 | "@babel/traverse" "^7.27.1"
|
343 | 356 |
|
344 |
| -"@babel/helper-module-transforms@^7.27.3": |
345 |
| - version "7.27.3" |
346 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
347 |
| - integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 357 | +"@babel/helper-module-transforms@^7.28.3": |
| 358 | + version "7.28.3" |
| 359 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 360 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
348 | 361 | dependencies:
|
349 | 362 | "@babel/helper-module-imports" "^7.27.1"
|
350 | 363 | "@babel/helper-validator-identifier" "^7.27.1"
|
351 |
| - "@babel/traverse" "^7.27.3" |
| 364 | + "@babel/traverse" "^7.28.3" |
352 | 365 |
|
353 | 366 | "@babel/helper-optimise-call-expression@^7.22.5":
|
354 | 367 | version "7.22.5"
|
|
501 | 514 | "@babel/traverse" "^7.23.9"
|
502 | 515 | "@babel/types" "^7.23.9"
|
503 | 516 |
|
504 |
| -"@babel/helpers@^7.27.6": |
505 |
| - version "7.27.6" |
506 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
507 |
| - integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
| 517 | +"@babel/helpers@^7.28.3": |
| 518 | + version "7.28.3" |
| 519 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 520 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
508 | 521 | dependencies:
|
509 | 522 | "@babel/template" "^7.27.2"
|
510 |
| - "@babel/types" "^7.27.6" |
| 523 | + "@babel/types" "^7.28.2" |
511 | 524 |
|
512 | 525 | "@babel/highlight@^7.23.4":
|
513 | 526 | version "7.23.4"
|
|
530 | 543 | dependencies:
|
531 | 544 | "@babel/types" "^7.27.1"
|
532 | 545 |
|
533 |
| -"@babel/parser@^7.27.2", "@babel/parser@^7.27.3": |
| 546 | +"@babel/parser@^7.27.2": |
534 | 547 | version "7.27.3"
|
535 | 548 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
|
536 | 549 | integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
|
|
544 | 557 | dependencies:
|
545 | 558 | "@babel/types" "^7.28.0"
|
546 | 559 |
|
| 560 | +"@babel/parser@^7.28.3": |
| 561 | + version "7.28.3" |
| 562 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
| 563 | + integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 564 | + dependencies: |
| 565 | + "@babel/types" "^7.28.2" |
| 566 | + |
547 | 567 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
548 | 568 | version "7.27.1"
|
549 | 569 | 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"
|
|
599 | 619 | "@babel/helper-environment-visitor" "^7.22.20"
|
600 | 620 | "@babel/helper-plugin-utils" "^7.22.5"
|
601 | 621 |
|
602 |
| -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1": |
603 |
| - version "7.27.1" |
604 |
| - 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" |
605 |
| - integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw== |
| 622 | +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3": |
| 623 | + version "7.28.3" |
| 624 | + 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" |
| 625 | + integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw== |
606 | 626 | dependencies:
|
607 | 627 | "@babel/helper-plugin-utils" "^7.27.1"
|
608 |
| - "@babel/traverse" "^7.27.1" |
| 628 | + "@babel/traverse" "^7.28.3" |
609 | 629 |
|
610 | 630 |
|
611 | 631 | version "7.12.1"
|
|
879 | 899 | "@babel/helper-plugin-utils" "^7.22.5"
|
880 | 900 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
881 | 901 |
|
882 |
| -"@babel/plugin-transform-class-static-block@^7.27.1": |
883 |
| - version "7.27.1" |
884 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4" |
885 |
| - integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA== |
| 902 | +"@babel/plugin-transform-class-static-block@^7.28.3": |
| 903 | + version "7.28.3" |
| 904 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852" |
| 905 | + integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg== |
886 | 906 | dependencies:
|
887 |
| - "@babel/helper-create-class-features-plugin" "^7.27.1" |
| 907 | + "@babel/helper-create-class-features-plugin" "^7.28.3" |
888 | 908 | "@babel/helper-plugin-utils" "^7.27.1"
|
889 | 909 |
|
890 | 910 | "@babel/plugin-transform-classes@^7.23.8":
|
|
901 | 921 | "@babel/helper-split-export-declaration" "^7.22.6"
|
902 | 922 | globals "^11.1.0"
|
903 | 923 |
|
904 |
| -"@babel/plugin-transform-classes@^7.28.0": |
905 |
| - version "7.28.0" |
906 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8" |
907 |
| - integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA== |
| 924 | +"@babel/plugin-transform-classes@^7.28.3": |
| 925 | + version "7.28.3" |
| 926 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a" |
| 927 | + integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg== |
908 | 928 | dependencies:
|
909 | 929 | "@babel/helper-annotate-as-pure" "^7.27.3"
|
910 | 930 | "@babel/helper-compilation-targets" "^7.27.2"
|
911 | 931 | "@babel/helper-globals" "^7.28.0"
|
912 | 932 | "@babel/helper-plugin-utils" "^7.27.1"
|
913 | 933 | "@babel/helper-replace-supers" "^7.27.1"
|
914 |
| - "@babel/traverse" "^7.28.0" |
| 934 | + "@babel/traverse" "^7.28.3" |
915 | 935 |
|
916 | 936 | "@babel/plugin-transform-computed-properties@^7.23.3":
|
917 | 937 | version "7.23.3"
|
|
1438 | 1458 | "@babel/helper-plugin-utils" "^7.22.5"
|
1439 | 1459 | regenerator-transform "^0.15.2"
|
1440 | 1460 |
|
1441 |
| -"@babel/plugin-transform-regenerator@^7.28.0": |
1442 |
| - version "7.28.0" |
1443 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1" |
1444 |
| - integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ== |
| 1461 | +"@babel/plugin-transform-regenerator@^7.28.3": |
| 1462 | + version "7.28.3" |
| 1463 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344" |
| 1464 | + integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A== |
1445 | 1465 | dependencies:
|
1446 | 1466 | "@babel/helper-plugin-utils" "^7.27.1"
|
1447 | 1467 |
|
|
1601 | 1621 | "@babel/helper-create-regexp-features-plugin" "^7.27.1"
|
1602 | 1622 | "@babel/helper-plugin-utils" "^7.27.1"
|
1603 | 1623 |
|
1604 |
| - |
1605 |
| - version "7.28.0" |
1606 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c" |
1607 |
| - integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg== |
| 1624 | + |
| 1625 | + version "7.28.3" |
| 1626 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187" |
| 1627 | + integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg== |
1608 | 1628 | dependencies:
|
1609 | 1629 | "@babel/compat-data" "^7.28.0"
|
1610 | 1630 | "@babel/helper-compilation-targets" "^7.27.2"
|
|
1614 | 1634 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
|
1615 | 1635 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
|
1616 | 1636 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
|
1617 |
| - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1" |
| 1637 | + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3" |
1618 | 1638 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1619 | 1639 | "@babel/plugin-syntax-import-assertions" "^7.27.1"
|
1620 | 1640 | "@babel/plugin-syntax-import-attributes" "^7.27.1"
|
|
1625 | 1645 | "@babel/plugin-transform-block-scoped-functions" "^7.27.1"
|
1626 | 1646 | "@babel/plugin-transform-block-scoping" "^7.28.0"
|
1627 | 1647 | "@babel/plugin-transform-class-properties" "^7.27.1"
|
1628 |
| - "@babel/plugin-transform-class-static-block" "^7.27.1" |
1629 |
| - "@babel/plugin-transform-classes" "^7.28.0" |
| 1648 | + "@babel/plugin-transform-class-static-block" "^7.28.3" |
| 1649 | + "@babel/plugin-transform-classes" "^7.28.3" |
1630 | 1650 | "@babel/plugin-transform-computed-properties" "^7.27.1"
|
1631 | 1651 | "@babel/plugin-transform-destructuring" "^7.28.0"
|
1632 | 1652 | "@babel/plugin-transform-dotall-regex" "^7.27.1"
|
|
1658 | 1678 | "@babel/plugin-transform-private-methods" "^7.27.1"
|
1659 | 1679 | "@babel/plugin-transform-private-property-in-object" "^7.27.1"
|
1660 | 1680 | "@babel/plugin-transform-property-literals" "^7.27.1"
|
1661 |
| - "@babel/plugin-transform-regenerator" "^7.28.0" |
| 1681 | + "@babel/plugin-transform-regenerator" "^7.28.3" |
1662 | 1682 | "@babel/plugin-transform-regexp-modifiers" "^7.27.1"
|
1663 | 1683 | "@babel/plugin-transform-reserved-words" "^7.27.1"
|
1664 | 1684 | "@babel/plugin-transform-shorthand-properties" "^7.27.1"
|
|
1861 | 1881 | debug "^4.3.1"
|
1862 | 1882 | globals "^11.1.0"
|
1863 | 1883 |
|
1864 |
| -"@babel/traverse@^7.27.3": |
1865 |
| - version "7.27.3" |
1866 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
1867 |
| - integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
1868 |
| - dependencies: |
1869 |
| - "@babel/code-frame" "^7.27.1" |
1870 |
| - "@babel/generator" "^7.27.3" |
1871 |
| - "@babel/parser" "^7.27.3" |
1872 |
| - "@babel/template" "^7.27.2" |
1873 |
| - "@babel/types" "^7.27.3" |
1874 |
| - debug "^4.3.1" |
1875 |
| - globals "^11.1.0" |
1876 |
| - |
1877 | 1884 | "@babel/traverse@^7.28.0":
|
1878 | 1885 | version "7.28.0"
|
1879 | 1886 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
|
|
1887 | 1894 | "@babel/types" "^7.28.0"
|
1888 | 1895 | debug "^4.3.1"
|
1889 | 1896 |
|
| 1897 | +"@babel/traverse@^7.28.3": |
| 1898 | + version "7.28.3" |
| 1899 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
| 1900 | + integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
| 1901 | + dependencies: |
| 1902 | + "@babel/code-frame" "^7.27.1" |
| 1903 | + "@babel/generator" "^7.28.3" |
| 1904 | + "@babel/helper-globals" "^7.28.0" |
| 1905 | + "@babel/parser" "^7.28.3" |
| 1906 | + "@babel/template" "^7.27.2" |
| 1907 | + "@babel/types" "^7.28.2" |
| 1908 | + debug "^4.3.1" |
| 1909 | + |
1890 | 1910 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
|
1891 | 1911 | version "7.23.9"
|
1892 | 1912 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
|
1912 | 1932 | "@babel/helper-string-parser" "^7.27.1"
|
1913 | 1933 | "@babel/helper-validator-identifier" "^7.27.1"
|
1914 | 1934 |
|
1915 |
| -"@babel/types@^7.27.6": |
1916 |
| - version "7.27.7" |
1917 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" |
1918 |
| - integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== |
1919 |
| - dependencies: |
1920 |
| - "@babel/helper-string-parser" "^7.27.1" |
1921 |
| - "@babel/helper-validator-identifier" "^7.27.1" |
1922 |
| - |
1923 | 1935 | "@babel/types@^7.28.0":
|
1924 | 1936 | version "7.28.0"
|
1925 | 1937 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
|
|
1928 | 1940 | "@babel/helper-string-parser" "^7.27.1"
|
1929 | 1941 | "@babel/helper-validator-identifier" "^7.27.1"
|
1930 | 1942 |
|
| 1943 | +"@babel/types@^7.28.2": |
| 1944 | + version "7.28.2" |
| 1945 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
| 1946 | + integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
| 1947 | + dependencies: |
| 1948 | + "@babel/helper-string-parser" "^7.27.1" |
| 1949 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1950 | + |
1931 | 1951 | "@bcoe/v8-coverage@^1.0.1":
|
1932 | 1952 | version "1.0.1"
|
1933 | 1953 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
0 commit comments