|
539 | 539 | node-gyp "^8.2.0" |
540 | 540 | read-package-json-fast "^2.0.1" |
541 | 541 |
|
542 | | -"@oclif/color@^1.0.1", "@oclif/color@^1.0.2": |
543 | | - version "1.0.2" |
544 | | - resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.2.tgz#fbb857251454d737033e1dcd6d19fe5ba1d61350" |
545 | | - integrity sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ== |
| 542 | +"@oclif/color@^1.0.2", "@oclif/color@^1.0.4": |
| 543 | + version "1.0.4" |
| 544 | + resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.4.tgz#07e54e3bd76a29e77d6ad71aef33222fe4f728e7" |
| 545 | + integrity sha512-HEcVnSzpQkjskqWJyVN3tGgR0H0F8GrBmDjgQ1N0ZwwktYa4y9kfV07P/5vt5BjPXNyslXHc4KAO8Bt7gmErCA== |
546 | 546 | dependencies: |
547 | 547 | ansi-styles "^4.2.1" |
548 | 548 | chalk "^4.1.0" |
|
632 | 632 | widest-line "^3.1.0" |
633 | 633 | wrap-ansi "^7.0.0" |
634 | 634 |
|
| 635 | +"@oclif/core@^2.6.2": |
| 636 | + version "2.6.3" |
| 637 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.3.tgz#2f02e4510eb76d694d00c488b3ea957436289f51" |
| 638 | + integrity sha512-kLwg+lmeZt4vfUlYN1XI8bPkcNBozfPOqciFOJMzHkPnq18lmoMu3+Xnm4wL1A9dXEyzoa5jidFhdyP/kZMBCw== |
| 639 | + dependencies: |
| 640 | + "@types/cli-progress" "^3.11.0" |
| 641 | + ansi-escapes "^4.3.2" |
| 642 | + ansi-styles "^4.3.0" |
| 643 | + cardinal "^2.1.1" |
| 644 | + chalk "^4.1.2" |
| 645 | + clean-stack "^3.0.1" |
| 646 | + cli-progress "^3.12.0" |
| 647 | + debug "^4.3.4" |
| 648 | + ejs "^3.1.8" |
| 649 | + fs-extra "^9.1.0" |
| 650 | + get-package-type "^0.1.0" |
| 651 | + globby "^11.1.0" |
| 652 | + hyperlinker "^1.0.0" |
| 653 | + indent-string "^4.0.0" |
| 654 | + is-wsl "^2.2.0" |
| 655 | + js-yaml "^3.14.1" |
| 656 | + natural-orderby "^2.0.3" |
| 657 | + object-treeify "^1.1.33" |
| 658 | + password-prompt "^1.1.2" |
| 659 | + semver "^7.3.7" |
| 660 | + string-width "^4.2.3" |
| 661 | + strip-ansi "^6.0.1" |
| 662 | + supports-color "^8.1.1" |
| 663 | + supports-hyperlinks "^2.2.0" |
| 664 | + ts-node "^10.9.1" |
| 665 | + tslib "^2.5.0" |
| 666 | + widest-line "^3.1.0" |
| 667 | + wordwrap "^1.0.0" |
| 668 | + wrap-ansi "^7.0.0" |
| 669 | + |
635 | 670 | "@oclif/errors@1.3.5": |
636 | 671 | version "1.3.5" |
637 | 672 | resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c" |
|
718 | 753 | fast-levenshtein "^3.0.0" |
719 | 754 | lodash "^4.17.21" |
720 | 755 |
|
721 | | -"@oclif/plugin-plugins@^2.1.7": |
722 | | - version "2.1.9" |
723 | | - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.9.tgz#91904e94b11d190ec6fa87b49b0d856961656900" |
724 | | - integrity sha512-aNTZbRQ67T05AiieiflJwdkkCs6y6b4/GognEzsWgzKZAeRlaC94xgLf8Pmfxx4Qv7iGSOqlkPVKEahYC0mWwQ== |
| 756 | +"@oclif/plugin-plugins@^2.4.1": |
| 757 | + version "2.4.1" |
| 758 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.1.tgz#031a65a05a531511f44e3ef5e3f56e7e833bc756" |
| 759 | + integrity sha512-IZIceVzjI5RjCR7TkWN51aEPi243Mtme5dmOD4Y3HlXI1ul8gtXFeJNRKODKcUQVsJWBqRFhsH1TREfGqE06cA== |
725 | 760 | dependencies: |
726 | | - "@oclif/color" "^1.0.1" |
727 | | - "@oclif/core" "^1.22.0" |
| 761 | + "@oclif/color" "^1.0.4" |
| 762 | + "@oclif/core" "^2.6.2" |
728 | 763 | chalk "^4.1.2" |
729 | 764 | debug "^4.3.4" |
730 | 765 | fs-extra "^9.0" |
|
919 | 954 | resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4" |
920 | 955 | integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw== |
921 | 956 |
|
| 957 | +"@types/cli-progress@^3.11.0": |
| 958 | + version "3.11.0" |
| 959 | + resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e" |
| 960 | + integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg== |
| 961 | + dependencies: |
| 962 | + "@types/node" "*" |
| 963 | + |
922 | 964 | "@types/expect@^1.20.4": |
923 | 965 | version "1.20.4" |
924 | 966 | resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5" |
@@ -1787,6 +1829,13 @@ cli-progress@^3.10.0: |
1787 | 1829 | dependencies: |
1788 | 1830 | string-width "^4.2.3" |
1789 | 1831 |
|
| 1832 | +cli-progress@^3.12.0: |
| 1833 | + version "3.12.0" |
| 1834 | + resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942" |
| 1835 | + integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A== |
| 1836 | + dependencies: |
| 1837 | + string-width "^4.2.3" |
| 1838 | + |
1790 | 1839 | cli-spinners@^2.5.0: |
1791 | 1840 | version "2.7.0" |
1792 | 1841 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" |
@@ -5442,12 +5491,7 @@ tslib@^1.8.1, tslib@^1.9.0: |
5442 | 5491 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" |
5443 | 5492 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== |
5444 | 5493 |
|
5445 | | -tslib@^2, tslib@^2.4.1: |
5446 | | - version "2.4.1" |
5447 | | - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" |
5448 | | - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== |
5449 | | - |
5450 | | -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0: |
| 5494 | +tslib@^2, tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0: |
5451 | 5495 | version "2.5.0" |
5452 | 5496 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" |
5453 | 5497 | integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== |
@@ -5763,6 +5807,11 @@ word-wrap@^1.2.3: |
5763 | 5807 | resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" |
5764 | 5808 | integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== |
5765 | 5809 |
|
| 5810 | +wordwrap@^1.0.0: |
| 5811 | + version "1.0.0" |
| 5812 | + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" |
| 5813 | + integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== |
| 5814 | + |
5766 | 5815 | workerpool@6.2.0: |
5767 | 5816 | version "6.2.0" |
5768 | 5817 | resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b" |
|
0 commit comments