|
241 | 241 | supports-color "^5.4.0"
|
242 | 242 | tslib "^1"
|
243 | 243 |
|
244 |
| -"@oclif/command@^1.5.12", "@oclif/command@^1.5.20", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0": |
| 244 | +"@oclif/command@^1.5.20", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0": |
245 | 245 | version "1.8.0"
|
246 | 246 | resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339"
|
247 | 247 | integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==
|
|
253 | 253 | debug "^4.1.1"
|
254 | 254 | semver "^7.3.2"
|
255 | 255 |
|
256 |
| -"@oclif/config@^1.12.11", "@oclif/config@^1.15.1", "@oclif/config@^1.17.0": |
| 256 | +"@oclif/command@^1.8.3": |
| 257 | + version "1.8.3" |
| 258 | + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.3.tgz#1f8bc2c4ecf94b6659a5134d95da179e1dffad9e" |
| 259 | + integrity sha512-OGjrhdVgTT2TAAj/2RrdXjwxaDoTm16c2LfAzrta1xIFe6/XhgQIYDmeRN/RptQoZQBX8e9Vv2JoQq+TbghJmw== |
| 260 | + dependencies: |
| 261 | + "@oclif/config" "^1.15.1" |
| 262 | + "@oclif/errors" "^1.3.5" |
| 263 | + "@oclif/parser" "^3.8.5" |
| 264 | + "@oclif/plugin-help" "^3.2.4" |
| 265 | + debug "^4.1.1" |
| 266 | + semver "^7.3.2" |
| 267 | + |
| 268 | +"@oclif/config@^1.15.1", "@oclif/config@^1.17.0": |
257 | 269 | version "1.17.0"
|
258 | 270 | resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
|
259 | 271 | integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==
|
|
265 | 277 | is-wsl "^2.1.1"
|
266 | 278 | tslib "^2.0.0"
|
267 | 279 |
|
| 280 | +"@oclif/config@^1.17.1": |
| 281 | + version "1.17.1" |
| 282 | + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.1.tgz#383515f6715b91d8df5db8108214e93bb46e86ca" |
| 283 | + integrity sha512-UqV5qsN2np96TNlJspSNlRl7CpFmxYSrB0iLe3XV9NDkbFEE5prGP++h6w6xOR/FL3QV7BoqrbwGuJdJdFbidw== |
| 284 | + dependencies: |
| 285 | + "@oclif/errors" "^1.3.3" |
| 286 | + "@oclif/parser" "^3.8.6" |
| 287 | + debug "^4.1.1" |
| 288 | + globby "^11.0.1" |
| 289 | + is-wsl "^2.1.1" |
| 290 | + tslib "^2.0.0" |
| 291 | + |
268 | 292 | "@oclif/dev-cli@^1.21.3":
|
269 | 293 | version "1.26.0"
|
270 | 294 | resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd"
|
|
295 | 319 | strip-ansi "^6.0.0"
|
296 | 320 | wrap-ansi "^7.0.0"
|
297 | 321 |
|
| 322 | +"@oclif/errors@^1.3.5": |
| 323 | + version "1.3.5" |
| 324 | + resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c" |
| 325 | + integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ== |
| 326 | + dependencies: |
| 327 | + clean-stack "^3.0.0" |
| 328 | + fs-extra "^8.1" |
| 329 | + indent-string "^4.0.0" |
| 330 | + strip-ansi "^6.0.0" |
| 331 | + wrap-ansi "^7.0.0" |
| 332 | + |
298 | 333 | "@oclif/linewrap@^1.0.0":
|
299 | 334 | version "1.0.0"
|
300 | 335 | resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
|
|
310 | 345 | chalk "^2.4.2"
|
311 | 346 | tslib "^1.9.3"
|
312 | 347 |
|
313 |
| -"@oclif/plugin-help@^3", "@oclif/plugin-help@^3.1.0", "@oclif/plugin-help@^3.2.0": |
| 348 | +"@oclif/parser@^3.8.5", "@oclif/parser@^3.8.6": |
| 349 | + version "3.8.6" |
| 350 | + resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.6.tgz#d5a108af9c708a051cc6b1d27d47359d75f41236" |
| 351 | + integrity sha512-tXb0NKgSgNxmf6baN6naK+CCwOueaFk93FG9u202U7mTBHUKsioOUlw1SG/iPi9aJM3WE4pHLXmty59pci0OEw== |
| 352 | + dependencies: |
| 353 | + "@oclif/errors" "^1.2.2" |
| 354 | + "@oclif/linewrap" "^1.0.0" |
| 355 | + chalk "^4.1.0" |
| 356 | + tslib "^2.0.0" |
| 357 | + |
| 358 | +"@oclif/plugin-help@^3", "@oclif/plugin-help@^3.2.0": |
314 | 359 | version "3.2.2"
|
315 | 360 | resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.2.tgz#063ee08cee556573a5198fbdfdaa32796deba0ed"
|
316 | 361 | integrity sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==
|
|
326 | 371 | widest-line "^3.1.0"
|
327 | 372 | wrap-ansi "^4.0.0"
|
328 | 373 |
|
| 374 | +"@oclif/plugin-help@^3.2.4", "@oclif/plugin-help@^3.2.5": |
| 375 | + version "3.2.5" |
| 376 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.5.tgz#dab0f5e655971b2c49dd80ee472f97b6e69a1297" |
| 377 | + integrity sha512-fjkZTstvacCPicF2oaa3Lc+Yw3ocKEaW6x6O7doVqMLuoMUX6wBOQ+f1a3VFzO1fErqNeFPDlUlVUhwq9yMzQg== |
| 378 | + dependencies: |
| 379 | + "@oclif/command" "^1.8.3" |
| 380 | + "@oclif/config" "^1.17.1" |
| 381 | + "@oclif/errors" "^1.3.5" |
| 382 | + chalk "^4.1.0" |
| 383 | + indent-string "^4.0.0" |
| 384 | + lodash "^4.17.21" |
| 385 | + string-width "^4.2.0" |
| 386 | + strip-ansi "^6.0.0" |
| 387 | + widest-line "^3.1.0" |
| 388 | + wrap-ansi "^4.0.0" |
| 389 | + |
329 | 390 | "@oclif/screen@^1.0.3":
|
330 | 391 | version "1.0.4"
|
331 | 392 | resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
|
332 | 393 | integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
|
333 | 394 |
|
334 |
| -"@oclif/test@^1.2.4": |
| 395 | +"@oclif/test@^1.2.8": |
335 | 396 | version "1.2.8"
|
336 | 397 | resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.2.8.tgz#a5b2ebd747832217d9af65ac30b58780c4c17c5e"
|
337 | 398 | integrity sha512-HCh0qPge1JCqTEw4s2ScnicEZd4Ro4/0VvdjpsfCiX6fuDV53fRZ2uqLTgxKGHrVoqOZnVrRZHyhFyEsFGs+zQ==
|
@@ -917,6 +978,38 @@ cli-ux@^5.2.1:
|
917 | 978 | supports-hyperlinks "^2.1.0"
|
918 | 979 | tslib "^2.0.0"
|
919 | 980 |
|
| 981 | +cli-ux@^5.6.3: |
| 982 | + version "5.6.3" |
| 983 | + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.3.tgz#eecdb2e0261171f2b28f2be6b18c490291c3a287" |
| 984 | + integrity sha512-/oDU4v8BiDjX2OKcSunGH0iGDiEtj2rZaGyqNuv9IT4CgcSMyVWAMfn0+rEHaOc4n9ka78B0wo1+N1QX89f7mw== |
| 985 | + dependencies: |
| 986 | + "@oclif/command" "^1.6.0" |
| 987 | + "@oclif/errors" "^1.2.1" |
| 988 | + "@oclif/linewrap" "^1.0.0" |
| 989 | + "@oclif/screen" "^1.0.3" |
| 990 | + ansi-escapes "^4.3.0" |
| 991 | + ansi-styles "^4.2.0" |
| 992 | + cardinal "^2.1.1" |
| 993 | + chalk "^4.1.0" |
| 994 | + clean-stack "^3.0.0" |
| 995 | + cli-progress "^3.4.0" |
| 996 | + extract-stack "^2.0.0" |
| 997 | + fs-extra "^8.1" |
| 998 | + hyperlinker "^1.0.0" |
| 999 | + indent-string "^4.0.0" |
| 1000 | + is-wsl "^2.2.0" |
| 1001 | + js-yaml "^3.13.1" |
| 1002 | + lodash "^4.17.11" |
| 1003 | + natural-orderby "^2.0.1" |
| 1004 | + object-treeify "^1.1.4" |
| 1005 | + password-prompt "^1.1.2" |
| 1006 | + semver "^7.3.2" |
| 1007 | + string-width "^4.2.0" |
| 1008 | + strip-ansi "^6.0.0" |
| 1009 | + supports-color "^8.1.0" |
| 1010 | + supports-hyperlinks "^2.1.0" |
| 1011 | + tslib "^2.0.0" |
| 1012 | + |
920 | 1013 | cliui@^7.0.2:
|
921 | 1014 | version "7.0.4"
|
922 | 1015 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
|
@@ -2430,7 +2523,7 @@ lodash.zip@^4.2.0:
|
2430 | 2523 | resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
|
2431 | 2524 | integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
|
2432 | 2525 |
|
2433 |
| -lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19: |
| 2526 | +lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21: |
2434 | 2527 | version "4.17.21"
|
2435 | 2528 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
2436 | 2529 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
@@ -3495,7 +3588,7 @@ strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.
|
3495 | 3588 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
3496 | 3589 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
3497 | 3590 |
|
3498 |
| -supports-color@8.1.1: |
| 3591 | +supports-color@8.1.1, supports-color@^8.1.0: |
3499 | 3592 | version "8.1.1"
|
3500 | 3593 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
3501 | 3594 | integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
|
0 commit comments