|
142 | 142 | debug "^4.1.1"
|
143 | 143 | semver "^7.3.2"
|
144 | 144 |
|
| 145 | +"@oclif/command@^1.8.9": |
| 146 | + version "1.8.9" |
| 147 | + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.9.tgz#9a3cf897b1b83ef9e116657577324987c2d7f063" |
| 148 | + integrity sha512-lrtLau+rCXlVyE4LWaDyhs5cFOYcI8+PRCshlKoRUuI6bC3wd+gQ6j5SxXtnR9XxOR6eDXnGZg7/0LB3GGGTpw== |
| 149 | + dependencies: |
| 150 | + "@oclif/config" "^1.18.2" |
| 151 | + "@oclif/errors" "^1.3.5" |
| 152 | + "@oclif/parser" "^3.8.6" |
| 153 | + "@oclif/plugin-help" "^3.2.13" |
| 154 | + debug "^4.1.1" |
| 155 | + semver "^7.3.2" |
| 156 | + |
145 | 157 | "@oclif/config@^1.15.1":
|
146 | 158 | version "1.17.0"
|
147 | 159 | resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
|
|
237 | 249 | chalk "^4.1.0"
|
238 | 250 | tslib "^2.0.0"
|
239 | 251 |
|
| 252 | + |
| 253 | + version "3.2.14" |
| 254 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.14.tgz#7149eb322d36abc6cbf09f205bad128141e7eba4" |
| 255 | + integrity sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q== |
| 256 | + dependencies: |
| 257 | + "@oclif/command" "^1.8.9" |
| 258 | + "@oclif/config" "^1.18.2" |
| 259 | + "@oclif/errors" "^1.3.5" |
| 260 | + chalk "^4.1.2" |
| 261 | + indent-string "^4.0.0" |
| 262 | + lodash "^4.17.21" |
| 263 | + string-width "^4.2.0" |
| 264 | + strip-ansi "^6.0.0" |
| 265 | + widest-line "^3.1.0" |
| 266 | + wrap-ansi "^6.2.0" |
| 267 | + |
240 | 268 | "@oclif/plugin-help@^3.2.10":
|
241 | 269 | version "3.2.10"
|
242 | 270 | resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68"
|
|
349 | 377 | widest-line "^3.1.0"
|
350 | 378 | wrap-ansi "^4.0.0"
|
351 | 379 |
|
352 |
| -"@oclif/plugin-plugins@^1.10.8": |
353 |
| - version "1.10.8" |
354 |
| - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.8.tgz#365f8850cd0bd7114ee41a13b6ca1d81f42d2b7f" |
355 |
| - integrity sha512-ssL8+crcCXFVZDoM+yVx9CZiJbjw47AxsPShlpTeamkK8mfHG/yOM72QU8ungr2xfgnc2s7EU+JFXoM06NC1EQ== |
| 380 | + |
| 381 | + version "1.10.10" |
| 382 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.10.tgz#1948b4625cdb5ae5d9f47d43ac55f4a6741bcacf" |
| 383 | + integrity sha512-axEwF2LkXykhHMQLCfcNETAVr6vLjehwLmsECpU83lYQ3PSO6AA9wpZKTtZZkT98CMklJblSkLnR+TpX9Nxnhg== |
356 | 384 | dependencies:
|
357 | 385 | "@oclif/color" "^0.1.2"
|
358 |
| - "@oclif/command" "^1.8.8" |
| 386 | + "@oclif/command" "^1.8.9" |
359 | 387 | "@oclif/errors" "^1.3.5"
|
360 | 388 | chalk "^4.1.2"
|
361 |
| - cli-ux "^5.6.5" |
| 389 | + cli-ux "^5.6.6" |
362 | 390 | debug "^4.3.3"
|
363 | 391 | fs-extra "^9.0"
|
364 | 392 | http-call "^5.3.0"
|
@@ -883,6 +911,38 @@ cli-ux@^5.6.5:
|
883 | 911 | supports-hyperlinks "^2.1.0"
|
884 | 912 | tslib "^2.0.0"
|
885 | 913 |
|
| 914 | +cli-ux@^5.6.6: |
| 915 | + version "5.6.6" |
| 916 | + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.6.tgz#1424f5a9fbddcd796ad985b867a3de7f5a452090" |
| 917 | + integrity sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg== |
| 918 | + dependencies: |
| 919 | + "@oclif/command" "^1.8.9" |
| 920 | + "@oclif/errors" "^1.3.5" |
| 921 | + "@oclif/linewrap" "^1.0.0" |
| 922 | + "@oclif/screen" "^1.0.4" |
| 923 | + ansi-escapes "^4.3.0" |
| 924 | + ansi-styles "^4.2.0" |
| 925 | + cardinal "^2.1.1" |
| 926 | + chalk "^4.1.0" |
| 927 | + clean-stack "^3.0.0" |
| 928 | + cli-progress "^3.4.0" |
| 929 | + extract-stack "^2.0.0" |
| 930 | + fs-extra "^8.1" |
| 931 | + hyperlinker "^1.0.0" |
| 932 | + indent-string "^4.0.0" |
| 933 | + is-wsl "^2.2.0" |
| 934 | + js-yaml "^3.13.1" |
| 935 | + lodash "^4.17.21" |
| 936 | + natural-orderby "^2.0.1" |
| 937 | + object-treeify "^1.1.4" |
| 938 | + password-prompt "^1.1.2" |
| 939 | + semver "^7.3.2" |
| 940 | + string-width "^4.2.0" |
| 941 | + strip-ansi "^6.0.0" |
| 942 | + supports-color "^8.1.0" |
| 943 | + supports-hyperlinks "^2.1.0" |
| 944 | + tslib "^2.0.0" |
| 945 | + |
886 | 946 | cliui@^7.0.2:
|
887 | 947 | version "7.0.4"
|
888 | 948 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
|
|
0 commit comments