|
1676 | 1676 | "@nodelib/fs.scandir" "2.1.5"
|
1677 | 1677 | fastq "^1.6.0"
|
1678 | 1678 |
|
1679 |
| -"@oclif/core@3.26.6", "@oclif/core@^3.26.2", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": |
| 1679 | +"@oclif/core@^3.26.2", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": |
1680 | 1680 | version "3.26.6"
|
1681 | 1681 | resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
|
1682 | 1682 | integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
|
|
1710 | 1710 | wordwrap "^1.0.0"
|
1711 | 1711 | wrap-ansi "^7.0.0"
|
1712 | 1712 |
|
1713 |
| -"@oclif/plugin-command-snapshot@^5.1.9": |
1714 |
| - version "5.1.9" |
1715 |
| - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz#f530b72cd13a3344961569d5084298f07acdb2be" |
1716 |
| - integrity sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw== |
| 1713 | +"@oclif/core@^4.0.0-beta.13": |
| 1714 | + version "4.0.0-beta.13" |
| 1715 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8" |
| 1716 | + integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw== |
1717 | 1717 | dependencies:
|
1718 |
| - "@oclif/core" "3.26.6" |
1719 |
| - "@types/lodash.difference" "^4.5.9" |
1720 |
| - chalk "^5.3.0" |
| 1718 | + ansi-escapes "^4.3.2" |
| 1719 | + ansis "^3.0.1" |
| 1720 | + clean-stack "^3.0.1" |
| 1721 | + cli-spinners "^2.9.2" |
| 1722 | + cosmiconfig "^9.0.0" |
| 1723 | + debug "^4.3.4" |
| 1724 | + ejs "^3.1.10" |
| 1725 | + get-package-type "^0.1.0" |
| 1726 | + globby "^11.1.0" |
| 1727 | + indent-string "^4.0.0" |
| 1728 | + is-wsl "^2.2.0" |
| 1729 | + minimatch "^9.0.4" |
| 1730 | + string-width "^4.2.3" |
| 1731 | + supports-color "^9.4.0" |
| 1732 | + widest-line "^3.1.0" |
| 1733 | + wordwrap "^1.0.0" |
| 1734 | + wrap-ansi "^7.0.0" |
| 1735 | + |
| 1736 | +"@oclif/plugin-command-snapshot@^5.2.0": |
| 1737 | + version "5.2.0" |
| 1738 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35" |
| 1739 | + integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q== |
| 1740 | + dependencies: |
| 1741 | + "@oclif/core" "^4.0.0-beta.13" |
| 1742 | + ansis "^3.2.0" |
1721 | 1743 | globby "^14.0.1"
|
1722 | 1744 | just-diff "^5.2.0"
|
1723 | 1745 | lodash.difference "^4.5.0"
|
|
2862 | 2884 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
2863 | 2885 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
|
2864 | 2886 |
|
2865 |
| -"@types/lodash.difference@^4.5.9": |
2866 |
| - version "4.5.9" |
2867 |
| - resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c" |
2868 |
| - integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw== |
2869 |
| - dependencies: |
2870 |
| - "@types/lodash" "*" |
2871 |
| - |
2872 |
| -"@types/lodash@*": |
2873 |
| - version "4.14.200" |
2874 |
| - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" |
2875 |
| - integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== |
2876 |
| - |
2877 | 2887 | "@types/minimatch@*":
|
2878 | 2888 | version "5.1.2"
|
2879 | 2889 | resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
|
@@ -3173,6 +3183,11 @@ ansicolors@~0.3.2:
|
3173 | 3183 | resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
3174 | 3184 | integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
3175 | 3185 |
|
| 3186 | +ansis@^3.0.1, ansis@^3.2.0: |
| 3187 | + version "3.2.0" |
| 3188 | + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b" |
| 3189 | + integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg== |
| 3190 | + |
3176 | 3191 | anymatch@~3.1.2:
|
3177 | 3192 | version "3.1.2"
|
3178 | 3193 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
|
@@ -3807,6 +3822,16 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
|
3807 | 3822 | parse-json "^5.2.0"
|
3808 | 3823 | path-type "^4.0.0"
|
3809 | 3824 |
|
| 3825 | +cosmiconfig@^9.0.0: |
| 3826 | + version "9.0.0" |
| 3827 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" |
| 3828 | + integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== |
| 3829 | + dependencies: |
| 3830 | + env-paths "^2.2.1" |
| 3831 | + import-fresh "^3.3.0" |
| 3832 | + js-yaml "^4.1.0" |
| 3833 | + parse-json "^5.2.0" |
| 3834 | + |
3810 | 3835 | create-require@^1.1.0:
|
3811 | 3836 | version "1.1.1"
|
3812 | 3837 | resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
@@ -4070,6 +4095,11 @@ entities@^4.2.0, entities@^4.5.0:
|
4070 | 4095 | resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
4071 | 4096 | integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
4072 | 4097 |
|
| 4098 | +env-paths@^2.2.1: |
| 4099 | + version "2.2.1" |
| 4100 | + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" |
| 4101 | + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== |
| 4102 | + |
4073 | 4103 | error-ex@^1.3.1:
|
4074 | 4104 | version "1.3.2"
|
4075 | 4105 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
@@ -7394,6 +7424,11 @@ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
7394 | 7424 | dependencies:
|
7395 | 7425 | has-flag "^4.0.0"
|
7396 | 7426 |
|
| 7427 | +supports-color@^9.4.0: |
| 7428 | + version "9.4.0" |
| 7429 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954" |
| 7430 | + integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw== |
| 7431 | + |
7397 | 7432 | supports-hyperlinks@^2.2.0:
|
7398 | 7433 | version "2.3.0"
|
7399 | 7434 | resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
0 commit comments