|
41 | 41 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
42 | 42 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
43 | 43 |
|
44 | | -"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0": |
| 44 | +"@babel/compat-data@^7.27.7": |
45 | 45 | version "7.28.0" |
46 | 46 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
47 | 47 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
48 | 48 |
|
49 | | -"@babel/core@7.28.4": |
50 | | - version "7.28.4" |
51 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
52 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 49 | +"@babel/compat-data@^7.28.5": |
| 50 | + version "7.28.5" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f" |
| 52 | + integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== |
| 53 | + |
| 54 | +"@babel/core@7.28.5": |
| 55 | + version "7.28.5" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 57 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
53 | 58 | dependencies: |
54 | 59 | "@babel/code-frame" "^7.27.1" |
55 | | - "@babel/generator" "^7.28.3" |
| 60 | + "@babel/generator" "^7.28.5" |
56 | 61 | "@babel/helper-compilation-targets" "^7.27.2" |
57 | 62 | "@babel/helper-module-transforms" "^7.28.3" |
58 | 63 | "@babel/helpers" "^7.28.4" |
59 | | - "@babel/parser" "^7.28.4" |
| 64 | + "@babel/parser" "^7.28.5" |
60 | 65 | "@babel/template" "^7.27.2" |
61 | | - "@babel/traverse" "^7.28.4" |
62 | | - "@babel/types" "^7.28.4" |
| 66 | + "@babel/traverse" "^7.28.5" |
| 67 | + "@babel/types" "^7.28.5" |
63 | 68 | "@jridgewell/remapping" "^2.3.5" |
64 | 69 | convert-source-map "^2.0.0" |
65 | 70 | debug "^4.1.0" |
|
111 | 116 | "@jridgewell/trace-mapping" "^0.3.28" |
112 | 117 | jsesc "^3.0.2" |
113 | 118 |
|
| 119 | +"@babel/generator@^7.28.5": |
| 120 | + version "7.28.5" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 122 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
| 123 | + dependencies: |
| 124 | + "@babel/parser" "^7.28.5" |
| 125 | + "@babel/types" "^7.28.5" |
| 126 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 127 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 128 | + jsesc "^3.0.2" |
| 129 | + |
114 | 130 | "@babel/helper-annotate-as-pure@^7.25.9": |
115 | 131 | version "7.25.9" |
116 | 132 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4" |
|
300 | 316 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
301 | 317 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
302 | 318 |
|
| 319 | +"@babel/helper-validator-identifier@^7.28.5": |
| 320 | + version "7.28.5" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 322 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 323 | + |
303 | 324 | "@babel/helper-validator-option@^7.27.1": |
304 | 325 | version "7.27.1" |
305 | 326 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
|
357 | 378 | dependencies: |
358 | 379 | "@babel/types" "^7.28.4" |
359 | 380 |
|
360 | | -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": |
361 | | - version "7.27.1" |
362 | | - 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" |
363 | | - integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA== |
| 381 | +"@babel/parser@^7.28.5": |
| 382 | + version "7.28.5" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 384 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 385 | + dependencies: |
| 386 | + "@babel/types" "^7.28.5" |
| 387 | + |
| 388 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
| 389 | + version "7.28.5" |
| 390 | + 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" |
| 391 | + integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q== |
364 | 392 | dependencies: |
365 | 393 | "@babel/helper-plugin-utils" "^7.27.1" |
366 | | - "@babel/traverse" "^7.27.1" |
| 394 | + "@babel/traverse" "^7.28.5" |
367 | 395 |
|
368 | 396 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1": |
369 | 397 | version "7.27.1" |
|
455 | 483 | dependencies: |
456 | 484 | "@babel/helper-plugin-utils" "^7.27.1" |
457 | 485 |
|
458 | | -"@babel/plugin-transform-block-scoping@^7.28.0": |
459 | | - version "7.28.0" |
460 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451" |
461 | | - integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q== |
| 486 | +"@babel/plugin-transform-block-scoping@^7.28.5": |
| 487 | + version "7.28.5" |
| 488 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6" |
| 489 | + integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g== |
462 | 490 | dependencies: |
463 | 491 | "@babel/helper-plugin-utils" "^7.27.1" |
464 | 492 |
|
|
478 | 506 | "@babel/helper-create-class-features-plugin" "^7.28.3" |
479 | 507 | "@babel/helper-plugin-utils" "^7.27.1" |
480 | 508 |
|
481 | | -"@babel/plugin-transform-classes@^7.28.3": |
482 | | - version "7.28.3" |
483 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a" |
484 | | - integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg== |
| 509 | +"@babel/plugin-transform-classes@^7.28.4": |
| 510 | + version "7.28.4" |
| 511 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c" |
| 512 | + integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA== |
485 | 513 | dependencies: |
486 | 514 | "@babel/helper-annotate-as-pure" "^7.27.3" |
487 | 515 | "@babel/helper-compilation-targets" "^7.27.2" |
488 | 516 | "@babel/helper-globals" "^7.28.0" |
489 | 517 | "@babel/helper-plugin-utils" "^7.27.1" |
490 | 518 | "@babel/helper-replace-supers" "^7.27.1" |
491 | | - "@babel/traverse" "^7.28.3" |
| 519 | + "@babel/traverse" "^7.28.4" |
492 | 520 |
|
493 | 521 | "@babel/plugin-transform-computed-properties@^7.27.1": |
494 | 522 | version "7.27.1" |
|
506 | 534 | "@babel/helper-plugin-utils" "^7.27.1" |
507 | 535 | "@babel/traverse" "^7.28.0" |
508 | 536 |
|
| 537 | +"@babel/plugin-transform-destructuring@^7.28.5": |
| 538 | + version "7.28.5" |
| 539 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7" |
| 540 | + integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw== |
| 541 | + dependencies: |
| 542 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 543 | + "@babel/traverse" "^7.28.5" |
| 544 | + |
509 | 545 | "@babel/plugin-transform-dotall-regex@^7.27.1": |
510 | 546 | version "7.27.1" |
511 | 547 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d" |
|
544 | 580 | "@babel/helper-plugin-utils" "^7.27.1" |
545 | 581 | "@babel/plugin-transform-destructuring" "^7.28.0" |
546 | 582 |
|
547 | | -"@babel/plugin-transform-exponentiation-operator@^7.27.1": |
548 | | - version "7.27.1" |
549 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1" |
550 | | - integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ== |
| 583 | +"@babel/plugin-transform-exponentiation-operator@^7.28.5": |
| 584 | + version "7.28.5" |
| 585 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe" |
| 586 | + integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw== |
551 | 587 | dependencies: |
552 | 588 | "@babel/helper-plugin-utils" "^7.27.1" |
553 | 589 |
|
|
589 | 625 | dependencies: |
590 | 626 | "@babel/helper-plugin-utils" "^7.27.1" |
591 | 627 |
|
592 | | -"@babel/plugin-transform-logical-assignment-operators@^7.27.1": |
593 | | - version "7.27.1" |
594 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa" |
595 | | - integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw== |
| 628 | +"@babel/plugin-transform-logical-assignment-operators@^7.28.5": |
| 629 | + version "7.28.5" |
| 630 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e" |
| 631 | + integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA== |
596 | 632 | dependencies: |
597 | 633 | "@babel/helper-plugin-utils" "^7.27.1" |
598 | 634 |
|
|
619 | 655 | "@babel/helper-module-transforms" "^7.27.1" |
620 | 656 | "@babel/helper-plugin-utils" "^7.27.1" |
621 | 657 |
|
622 | | -"@babel/plugin-transform-modules-systemjs@^7.27.1": |
623 | | - version "7.27.1" |
624 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed" |
625 | | - integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA== |
| 658 | +"@babel/plugin-transform-modules-systemjs@^7.28.5": |
| 659 | + version "7.28.5" |
| 660 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2" |
| 661 | + integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew== |
626 | 662 | dependencies: |
627 | | - "@babel/helper-module-transforms" "^7.27.1" |
| 663 | + "@babel/helper-module-transforms" "^7.28.3" |
628 | 664 | "@babel/helper-plugin-utils" "^7.27.1" |
629 | | - "@babel/helper-validator-identifier" "^7.27.1" |
630 | | - "@babel/traverse" "^7.27.1" |
| 665 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 666 | + "@babel/traverse" "^7.28.5" |
631 | 667 |
|
632 | 668 | "@babel/plugin-transform-modules-umd@^7.27.1": |
633 | 669 | version "7.27.1" |
|
666 | 702 | dependencies: |
667 | 703 | "@babel/helper-plugin-utils" "^7.27.1" |
668 | 704 |
|
669 | | -"@babel/plugin-transform-object-rest-spread@^7.28.0": |
670 | | - version "7.28.0" |
671 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d" |
672 | | - integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA== |
| 705 | +"@babel/plugin-transform-object-rest-spread@^7.28.4": |
| 706 | + version "7.28.4" |
| 707 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d" |
| 708 | + integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew== |
673 | 709 | dependencies: |
674 | 710 | "@babel/helper-compilation-targets" "^7.27.2" |
675 | 711 | "@babel/helper-plugin-utils" "^7.27.1" |
676 | 712 | "@babel/plugin-transform-destructuring" "^7.28.0" |
677 | 713 | "@babel/plugin-transform-parameters" "^7.27.7" |
678 | | - "@babel/traverse" "^7.28.0" |
| 714 | + "@babel/traverse" "^7.28.4" |
679 | 715 |
|
680 | 716 | "@babel/plugin-transform-object-super@^7.27.1": |
681 | 717 | version "7.27.1" |
|
700 | 736 | "@babel/helper-plugin-utils" "^7.27.1" |
701 | 737 | "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
702 | 738 |
|
| 739 | +"@babel/plugin-transform-optional-chaining@^7.28.5": |
| 740 | + version "7.28.5" |
| 741 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26" |
| 742 | + integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ== |
| 743 | + dependencies: |
| 744 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 745 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 746 | + |
703 | 747 | "@babel/plugin-transform-parameters@^7.27.7": |
704 | 748 | version "7.27.7" |
705 | 749 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a" |
|
731 | 775 | dependencies: |
732 | 776 | "@babel/helper-plugin-utils" "^7.27.1" |
733 | 777 |
|
734 | | -"@babel/plugin-transform-regenerator@^7.28.3": |
735 | | - version "7.28.3" |
736 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344" |
737 | | - integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A== |
| 778 | +"@babel/plugin-transform-regenerator@^7.28.4": |
| 779 | + version "7.28.4" |
| 780 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51" |
| 781 | + integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA== |
738 | 782 | dependencies: |
739 | 783 | "@babel/helper-plugin-utils" "^7.27.1" |
740 | 784 |
|
|
820 | 864 | "@babel/helper-create-regexp-features-plugin" "^7.27.1" |
821 | 865 | "@babel/helper-plugin-utils" "^7.27.1" |
822 | 866 |
|
823 | | -"@babel/preset-env@7.28.3": |
824 | | - version "7.28.3" |
825 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187" |
826 | | - integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg== |
| 867 | +"@babel/preset-env@7.28.5": |
| 868 | + version "7.28.5" |
| 869 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0" |
| 870 | + integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg== |
827 | 871 | dependencies: |
828 | | - "@babel/compat-data" "^7.28.0" |
| 872 | + "@babel/compat-data" "^7.28.5" |
829 | 873 | "@babel/helper-compilation-targets" "^7.27.2" |
830 | 874 | "@babel/helper-plugin-utils" "^7.27.1" |
831 | 875 | "@babel/helper-validator-option" "^7.27.1" |
832 | | - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1" |
| 876 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5" |
833 | 877 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" |
834 | 878 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" |
835 | 879 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" |
|
842 | 886 | "@babel/plugin-transform-async-generator-functions" "^7.28.0" |
843 | 887 | "@babel/plugin-transform-async-to-generator" "^7.27.1" |
844 | 888 | "@babel/plugin-transform-block-scoped-functions" "^7.27.1" |
845 | | - "@babel/plugin-transform-block-scoping" "^7.28.0" |
| 889 | + "@babel/plugin-transform-block-scoping" "^7.28.5" |
846 | 890 | "@babel/plugin-transform-class-properties" "^7.27.1" |
847 | 891 | "@babel/plugin-transform-class-static-block" "^7.28.3" |
848 | | - "@babel/plugin-transform-classes" "^7.28.3" |
| 892 | + "@babel/plugin-transform-classes" "^7.28.4" |
849 | 893 | "@babel/plugin-transform-computed-properties" "^7.27.1" |
850 | | - "@babel/plugin-transform-destructuring" "^7.28.0" |
| 894 | + "@babel/plugin-transform-destructuring" "^7.28.5" |
851 | 895 | "@babel/plugin-transform-dotall-regex" "^7.27.1" |
852 | 896 | "@babel/plugin-transform-duplicate-keys" "^7.27.1" |
853 | 897 | "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1" |
854 | 898 | "@babel/plugin-transform-dynamic-import" "^7.27.1" |
855 | 899 | "@babel/plugin-transform-explicit-resource-management" "^7.28.0" |
856 | | - "@babel/plugin-transform-exponentiation-operator" "^7.27.1" |
| 900 | + "@babel/plugin-transform-exponentiation-operator" "^7.28.5" |
857 | 901 | "@babel/plugin-transform-export-namespace-from" "^7.27.1" |
858 | 902 | "@babel/plugin-transform-for-of" "^7.27.1" |
859 | 903 | "@babel/plugin-transform-function-name" "^7.27.1" |
860 | 904 | "@babel/plugin-transform-json-strings" "^7.27.1" |
861 | 905 | "@babel/plugin-transform-literals" "^7.27.1" |
862 | | - "@babel/plugin-transform-logical-assignment-operators" "^7.27.1" |
| 906 | + "@babel/plugin-transform-logical-assignment-operators" "^7.28.5" |
863 | 907 | "@babel/plugin-transform-member-expression-literals" "^7.27.1" |
864 | 908 | "@babel/plugin-transform-modules-amd" "^7.27.1" |
865 | 909 | "@babel/plugin-transform-modules-commonjs" "^7.27.1" |
866 | | - "@babel/plugin-transform-modules-systemjs" "^7.27.1" |
| 910 | + "@babel/plugin-transform-modules-systemjs" "^7.28.5" |
867 | 911 | "@babel/plugin-transform-modules-umd" "^7.27.1" |
868 | 912 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1" |
869 | 913 | "@babel/plugin-transform-new-target" "^7.27.1" |
870 | 914 | "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1" |
871 | 915 | "@babel/plugin-transform-numeric-separator" "^7.27.1" |
872 | | - "@babel/plugin-transform-object-rest-spread" "^7.28.0" |
| 916 | + "@babel/plugin-transform-object-rest-spread" "^7.28.4" |
873 | 917 | "@babel/plugin-transform-object-super" "^7.27.1" |
874 | 918 | "@babel/plugin-transform-optional-catch-binding" "^7.27.1" |
875 | | - "@babel/plugin-transform-optional-chaining" "^7.27.1" |
| 919 | + "@babel/plugin-transform-optional-chaining" "^7.28.5" |
876 | 920 | "@babel/plugin-transform-parameters" "^7.27.7" |
877 | 921 | "@babel/plugin-transform-private-methods" "^7.27.1" |
878 | 922 | "@babel/plugin-transform-private-property-in-object" "^7.27.1" |
879 | 923 | "@babel/plugin-transform-property-literals" "^7.27.1" |
880 | | - "@babel/plugin-transform-regenerator" "^7.28.3" |
| 924 | + "@babel/plugin-transform-regenerator" "^7.28.4" |
881 | 925 | "@babel/plugin-transform-regexp-modifiers" "^7.27.1" |
882 | 926 | "@babel/plugin-transform-reserved-words" "^7.27.1" |
883 | 927 | "@babel/plugin-transform-shorthand-properties" "^7.27.1" |
|
975 | 1019 | "@babel/types" "^7.28.4" |
976 | 1020 | debug "^4.3.1" |
977 | 1021 |
|
| 1022 | +"@babel/traverse@^7.28.5": |
| 1023 | + version "7.28.5" |
| 1024 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 1025 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
| 1026 | + dependencies: |
| 1027 | + "@babel/code-frame" "^7.27.1" |
| 1028 | + "@babel/generator" "^7.28.5" |
| 1029 | + "@babel/helper-globals" "^7.28.0" |
| 1030 | + "@babel/parser" "^7.28.5" |
| 1031 | + "@babel/template" "^7.27.2" |
| 1032 | + "@babel/types" "^7.28.5" |
| 1033 | + debug "^4.3.1" |
| 1034 | + |
978 | 1035 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
979 | 1036 | version "7.27.0" |
980 | 1037 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
|
1036 | 1093 | "@babel/helper-string-parser" "^7.27.1" |
1037 | 1094 | "@babel/helper-validator-identifier" "^7.27.1" |
1038 | 1095 |
|
| 1096 | +"@babel/types@^7.28.5": |
| 1097 | + version "7.28.5" |
| 1098 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1099 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 1100 | + dependencies: |
| 1101 | + "@babel/helper-string-parser" "^7.27.1" |
| 1102 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1103 | + |
1039 | 1104 | "@csstools/cascade-layer-name-parser@^2.0.5": |
1040 | 1105 | version "2.0.5" |
1041 | 1106 | resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.5.tgz#43f962bebead0052a9fed1a2deeb11f85efcbc72" |
|
0 commit comments