|
504 | 504 | is-wsl "^2.1.1" |
505 | 505 | tslib "^2.3.1" |
506 | 506 |
|
507 | | -"@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.23.0": |
| 507 | +"@oclif/core@^1.18.0", "@oclif/core@^1.19.1": |
508 | 508 | version "1.23.1" |
509 | 509 | resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a" |
510 | 510 | integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA== |
|
538 | 538 | widest-line "^3.1.0" |
539 | 539 | wrap-ansi "^7.0.0" |
540 | 540 |
|
| 541 | +"@oclif/core@^2.0.2-beta.6": |
| 542 | + version "2.0.2-beta.10" |
| 543 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2" |
| 544 | + integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw== |
| 545 | + dependencies: |
| 546 | + "@types/cli-progress" "^3.11.0" |
| 547 | + ansi-escapes "^4.3.2" |
| 548 | + ansi-styles "^4.3.0" |
| 549 | + cardinal "^2.1.1" |
| 550 | + chalk "^4.1.2" |
| 551 | + clean-stack "^3.0.1" |
| 552 | + cli-progress "^3.10.0" |
| 553 | + debug "^4.3.4" |
| 554 | + ejs "^3.1.6" |
| 555 | + fs-extra "^9.1.0" |
| 556 | + get-package-type "^0.1.0" |
| 557 | + globby "^11.1.0" |
| 558 | + hyperlinker "^1.0.0" |
| 559 | + indent-string "^4.0.0" |
| 560 | + is-wsl "^2.2.0" |
| 561 | + js-yaml "^3.14.1" |
| 562 | + natural-orderby "^2.0.3" |
| 563 | + object-treeify "^1.1.33" |
| 564 | + password-prompt "^1.1.2" |
| 565 | + semver "^7.3.7" |
| 566 | + string-width "^4.2.3" |
| 567 | + strip-ansi "^6.0.1" |
| 568 | + supports-color "^8.1.1" |
| 569 | + supports-hyperlinks "^2.2.0" |
| 570 | + tslib "^2.4.1" |
| 571 | + widest-line "^3.1.0" |
| 572 | + wordwrap "^1.0.0" |
| 573 | + wrap-ansi "^7.0.0" |
| 574 | + |
541 | 575 | "@oclif/dev-cli@^1": |
542 | 576 | version "1.26.10" |
543 | 577 | resolved "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.10.tgz" |
|
619 | 653 | chalk "^4.1.0" |
620 | 654 | tslib "^2.4.1" |
621 | 655 |
|
622 | | -"@oclif/plugin-command-snapshot@^3.2.16": |
623 | | - version "3.2.16" |
624 | | - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.16.tgz#82674570142675bdd41f7a94bbd05121e4f17d0c" |
625 | | - integrity sha512-iPva6GZLijNPzf5eGuxGBr9t7Axp39NIDe1B9HymySOC0iWB1PX19J/rwFriddplrBz3d7zzlhD/xqZ1KivBhA== |
| 656 | +"@oclif/plugin-command-snapshot@^3.3.0": |
| 657 | + version "3.3.0" |
| 658 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.0.tgz#d563c3de0dd151b3dcbb427e4c6613e58994c5bf" |
| 659 | + integrity sha512-8E5QwTVc7COMhJFgYoYQUXUVBn65mJsmI057awhpvKjJqdViJGu6CaYPYhC1++xI4Nnd7+SLcm2UdAv84jGq/Q== |
626 | 660 | dependencies: |
627 | | - "@oclif/core" "^1.23.0" |
| 661 | + "@oclif/core" "^2.0.2-beta.6" |
628 | 662 | chalk "^4.1.2" |
629 | 663 | just-diff "^5.2.0" |
630 | 664 | lodash "^4.17.21" |
|
985 | 1019 | resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.0.tgz" |
986 | 1020 | integrity sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw== |
987 | 1021 |
|
| 1022 | +"@types/cli-progress@^3.11.0": |
| 1023 | + version "3.11.0" |
| 1024 | + resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e" |
| 1025 | + integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg== |
| 1026 | + dependencies: |
| 1027 | + "@types/node" "*" |
| 1028 | + |
988 | 1029 | "@types/glob@^7.1.1": |
989 | 1030 | version "7.2.0" |
990 | 1031 | resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz" |
|
0 commit comments