|
1379 | 1379 | wordwrap "^1.0.0"
|
1380 | 1380 | wrap-ansi "^7.0.0"
|
1381 | 1381 |
|
| 1382 | +"@oclif/core@^4.0.0-beta.13": |
| 1383 | + version "4.0.0-beta.13" |
| 1384 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8" |
| 1385 | + integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw== |
| 1386 | + dependencies: |
| 1387 | + ansi-escapes "^4.3.2" |
| 1388 | + ansis "^3.0.1" |
| 1389 | + clean-stack "^3.0.1" |
| 1390 | + cli-spinners "^2.9.2" |
| 1391 | + cosmiconfig "^9.0.0" |
| 1392 | + debug "^4.3.4" |
| 1393 | + ejs "^3.1.10" |
| 1394 | + get-package-type "^0.1.0" |
| 1395 | + globby "^11.1.0" |
| 1396 | + indent-string "^4.0.0" |
| 1397 | + is-wsl "^2.2.0" |
| 1398 | + minimatch "^9.0.4" |
| 1399 | + string-width "^4.2.3" |
| 1400 | + supports-color "^9.4.0" |
| 1401 | + widest-line "^3.1.0" |
| 1402 | + wordwrap "^1.0.0" |
| 1403 | + wrap-ansi "^7.0.0" |
| 1404 | + |
1382 | 1405 | "@oclif/plugin-command-snapshot@^5.1.7":
|
1383 | 1406 | version "5.1.7"
|
1384 | 1407 | resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
|
1395 | 1418 | semver "^7.6.0"
|
1396 | 1419 | ts-json-schema-generator "^1.5.1"
|
1397 | 1420 |
|
1398 |
| -"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.0.22": |
1399 |
| - version "6.0.22" |
1400 |
| - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.22.tgz#dca96ad1c28a68170e0bbf9f8f93f7dd171e4667" |
1401 |
| - integrity sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw== |
| 1421 | +"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.1.0": |
| 1422 | + version "6.1.0" |
| 1423 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.1.0.tgz#70271276c02a8224fb69234676f0079dbc836ff0" |
| 1424 | + integrity sha512-U+LNKKaZBroHqoSGIpYbQmkTl8aW0NJcO9tr091LJOZ74iqEDiupfBTCMuklW9uTZdWFYApqTmshDuB/I41jxQ== |
1402 | 1425 | dependencies:
|
1403 |
| - "@oclif/core" "^3.26.6" |
| 1426 | + "@oclif/core" "^4.0.0-beta.13" |
1404 | 1427 |
|
1405 | 1428 | "@oclif/plugin-not-found@^3.1.9":
|
1406 | 1429 | version "3.1.9"
|
@@ -2653,6 +2676,11 @@ ansicolors@~0.3.2:
|
2653 | 2676 | resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
2654 | 2677 | integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
2655 | 2678 |
|
| 2679 | +ansis@^3.0.1: |
| 2680 | + version "3.2.0" |
| 2681 | + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b" |
| 2682 | + integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg== |
| 2683 | + |
2656 | 2684 | anymatch@~3.1.2:
|
2657 | 2685 | version "3.1.3"
|
2658 | 2686 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
|
@@ -3430,6 +3458,16 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
|
3430 | 3458 | parse-json "^5.2.0"
|
3431 | 3459 | path-type "^4.0.0"
|
3432 | 3460 |
|
| 3461 | +cosmiconfig@^9.0.0: |
| 3462 | + version "9.0.0" |
| 3463 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" |
| 3464 | + integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== |
| 3465 | + dependencies: |
| 3466 | + env-paths "^2.2.1" |
| 3467 | + import-fresh "^3.3.0" |
| 3468 | + js-yaml "^4.1.0" |
| 3469 | + parse-json "^5.2.0" |
| 3470 | + |
3433 | 3471 | crc-32@^1.2.0:
|
3434 | 3472 | version "1.2.2"
|
3435 | 3473 | resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
|
@@ -3738,6 +3776,11 @@ entities@^4.2.0, entities@^4.5.0:
|
3738 | 3776 | resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
3739 | 3777 | integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
3740 | 3778 |
|
| 3779 | +env-paths@^2.2.1: |
| 3780 | + version "2.2.1" |
| 3781 | + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" |
| 3782 | + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== |
| 3783 | + |
3741 | 3784 | error-ex@^1.3.1:
|
3742 | 3785 | version "1.3.2"
|
3743 | 3786 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
@@ -7390,6 +7433,11 @@ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
7390 | 7433 | dependencies:
|
7391 | 7434 | has-flag "^4.0.0"
|
7392 | 7435 |
|
| 7436 | +supports-color@^9.4.0: |
| 7437 | + version "9.4.0" |
| 7438 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954" |
| 7439 | + integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw== |
| 7440 | + |
7393 | 7441 | supports-hyperlinks@^2.2.0:
|
7394 | 7442 | version "2.3.0"
|
7395 | 7443 | resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
0 commit comments