|
422 | 422 | dependencies: |
423 | 423 | "@babel/highlight" "^7.0.0" |
424 | 424 |
|
425 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5": |
| 425 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.22.5": |
426 | 426 | version "7.22.13" |
427 | 427 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
428 | 428 | integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
|
503 | 503 | "@jridgewell/trace-mapping" "^0.3.17" |
504 | 504 | jsesc "^2.5.1" |
505 | 505 |
|
506 | | -"@babel/generator@^7.22.10", "@babel/generator@^7.22.5", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2": |
| 506 | +"@babel/generator@^7.22.5", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2": |
507 | 507 | version "7.22.10" |
508 | 508 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" |
509 | 509 | integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== |
|
513 | 513 | "@jridgewell/trace-mapping" "^0.3.17" |
514 | 514 | jsesc "^2.5.1" |
515 | 515 |
|
| 516 | +"@babel/generator@^7.23.0": |
| 517 | + version "7.23.0" |
| 518 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 519 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 520 | + dependencies: |
| 521 | + "@babel/types" "^7.23.0" |
| 522 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 523 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 524 | + jsesc "^2.5.1" |
| 525 | + |
516 | 526 | "@babel/helper-annotate-as-pure@7.22.5", "@babel/helper-annotate-as-pure@^7.22.5": |
517 | 527 | version "7.22.5" |
518 | 528 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
578 | 588 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
579 | 589 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
580 | 590 |
|
| 591 | +"@babel/helper-environment-visitor@^7.22.20": |
| 592 | + version "7.22.20" |
| 593 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 594 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 595 | + |
581 | 596 | "@babel/helper-function-name@^7.22.5": |
582 | 597 | version "7.22.5" |
583 | 598 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
|
586 | 601 | "@babel/template" "^7.22.5" |
587 | 602 | "@babel/types" "^7.22.5" |
588 | 603 |
|
| 604 | +"@babel/helper-function-name@^7.23.0": |
| 605 | + version "7.23.0" |
| 606 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 607 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 608 | + dependencies: |
| 609 | + "@babel/template" "^7.22.15" |
| 610 | + "@babel/types" "^7.23.0" |
| 611 | + |
589 | 612 | "@babel/helper-hoist-variables@^7.22.5": |
590 | 613 | version "7.22.5" |
591 | 614 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
|
679 | 702 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
680 | 703 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== |
681 | 704 |
|
| 705 | +"@babel/helper-validator-identifier@^7.22.20": |
| 706 | + version "7.22.20" |
| 707 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 708 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 709 | + |
682 | 710 | "@babel/helper-validator-option@^7.22.5": |
683 | 711 | version "7.22.5" |
684 | 712 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" |
|
711 | 739 | chalk "^2.4.2" |
712 | 740 | js-tokens "^4.0.0" |
713 | 741 |
|
714 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.11", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7": |
| 742 | +"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7": |
715 | 743 | version "7.22.13" |
716 | 744 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.13.tgz#23fb17892b2be7afef94f573031c2f4b42839a2b" |
717 | 745 | integrity sha512-3l6+4YOvc9wx7VlCSw4yQfcBo01ECA8TicQfbnCPuCEpRQrf+gTUyGdxNw+pyTUyywp6JRD1w0YQs9TpBXYlkw== |
718 | 746 |
|
| 747 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 748 | + version "7.23.0" |
| 749 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 750 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 751 | + |
719 | 752 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": |
720 | 753 | version "7.22.5" |
721 | 754 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e" |
|
1502 | 1535 | "@babel/parser" "^7.22.5" |
1503 | 1536 | "@babel/types" "^7.22.5" |
1504 | 1537 |
|
1505 | | -"@babel/traverse@^7.22.11", "@babel/traverse@^7.22.5", "@babel/traverse@^7.22.8": |
1506 | | - version "7.22.11" |
1507 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.11.tgz#71ebb3af7a05ff97280b83f05f8865ac94b2027c" |
1508 | | - integrity sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ== |
| 1538 | +"@babel/template@^7.22.15": |
| 1539 | + version "7.22.15" |
| 1540 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1541 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1509 | 1542 | dependencies: |
1510 | | - "@babel/code-frame" "^7.22.10" |
1511 | | - "@babel/generator" "^7.22.10" |
1512 | | - "@babel/helper-environment-visitor" "^7.22.5" |
1513 | | - "@babel/helper-function-name" "^7.22.5" |
| 1543 | + "@babel/code-frame" "^7.22.13" |
| 1544 | + "@babel/parser" "^7.22.15" |
| 1545 | + "@babel/types" "^7.22.15" |
| 1546 | + |
| 1547 | +"@babel/traverse@^7.22.11", "@babel/traverse@^7.22.5", "@babel/traverse@^7.22.8": |
| 1548 | + version "7.23.2" |
| 1549 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1550 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1551 | + dependencies: |
| 1552 | + "@babel/code-frame" "^7.22.13" |
| 1553 | + "@babel/generator" "^7.23.0" |
| 1554 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1555 | + "@babel/helper-function-name" "^7.23.0" |
1514 | 1556 | "@babel/helper-hoist-variables" "^7.22.5" |
1515 | 1557 | "@babel/helper-split-export-declaration" "^7.22.6" |
1516 | | - "@babel/parser" "^7.22.11" |
1517 | | - "@babel/types" "^7.22.11" |
| 1558 | + "@babel/parser" "^7.23.0" |
| 1559 | + "@babel/types" "^7.23.0" |
1518 | 1560 | debug "^4.1.0" |
1519 | 1561 | globals "^11.1.0" |
1520 | 1562 |
|
|
1527 | 1569 | "@babel/helper-validator-identifier" "^7.22.5" |
1528 | 1570 | to-fast-properties "^2.0.0" |
1529 | 1571 |
|
| 1572 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1573 | + version "7.23.0" |
| 1574 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1575 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1576 | + dependencies: |
| 1577 | + "@babel/helper-string-parser" "^7.22.5" |
| 1578 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1579 | + to-fast-properties "^2.0.0" |
| 1580 | + |
1530 | 1581 | "@bcoe/v8-coverage@^0.2.3": |
1531 | 1582 | version "0.2.3" |
1532 | 1583 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments