|
104 | 104 | supports-color "^5.4.0"
|
105 | 105 | tslib "^1"
|
106 | 106 |
|
107 |
| -"@oclif/command@^1.5.10", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0": |
| 107 | +"@oclif/command@^1.5.10", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0": |
108 | 108 | version "1.8.0"
|
109 | 109 | resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339"
|
110 | 110 | integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==
|
|
116 | 116 | debug "^4.1.1"
|
117 | 117 | semver "^7.3.2"
|
118 | 118 |
|
119 |
| -"@oclif/config@^1.12.6", "@oclif/config@^1.12.8", "@oclif/config@^1.15.1", "@oclif/config@^1.17.0": |
| 119 | +"@oclif/config@^1.12.6", "@oclif/config@^1.12.8", "@oclif/config@^1.15.1": |
120 | 120 | version "1.17.0"
|
121 | 121 | resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
|
122 | 122 | integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==
|
|
128 | 128 | is-wsl "^2.1.1"
|
129 | 129 | tslib "^2.0.0"
|
130 | 130 |
|
131 |
| -"@oclif/core@^0.5.34", "@oclif/core@^0.5.39": |
| 131 | +"@oclif/core@^0.5.34": |
132 | 132 | version "0.5.39"
|
133 | 133 | resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.39.tgz#d00705f31c5e6617145e84bb9dd50156cf3b01c5"
|
134 | 134 | integrity sha512-4XusxLX8PnHDQxtRP25PImlkIj1Mlx6wt0NWb1FxQGvTJOAgXGJZl3YB02ZeXZLYbeKA2A3AqqxFTTKbADnZng==
|
|
151 | 151 | widest-line "^3.1.0"
|
152 | 152 | wrap-ansi "^7.0.0"
|
153 | 153 |
|
154 |
| -"@oclif/dev-cli@^1.19.1": |
155 |
| - version "1.26.0" |
156 |
| - resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd" |
157 |
| - integrity sha512-272udZP+bG4qahoAcpWcMTJKiA+V42kRMqQM7n4tgW35brYb2UP5kK+p08PpF8sgSfRTV8MoJVJG9ax5kY82PA== |
| 154 | +"@oclif/core@^1.0.4": |
| 155 | + version "1.0.4" |
| 156 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.4.tgz#79ba3ed554441c3c08de38c3109275f3d9a1c188" |
| 157 | + integrity sha512-6WBFFb9WnSxvfXPkQa1NLbEBL6tgEpsinAao/CSP/c5yeLrDCHIEn0+0HFKJzaZcYFG+puTelai6cU2A2sTyOw== |
158 | 158 | dependencies:
|
159 |
| - "@oclif/command" "^1.8.0" |
160 |
| - "@oclif/config" "^1.17.0" |
161 |
| - "@oclif/errors" "^1.3.3" |
162 |
| - "@oclif/plugin-help" "^3.2.0" |
163 |
| - cli-ux "^5.2.1" |
| 159 | + "@oclif/linewrap" "^1.0.0" |
| 160 | + chalk "^4.1.0" |
| 161 | + clean-stack "^3.0.0" |
| 162 | + cli-ux "^5.1.0" |
164 | 163 | debug "^4.1.1"
|
165 |
| - find-yarn-workspace-root "^2.0.0" |
166 |
| - fs-extra "^8.1" |
167 |
| - github-slugger "^1.2.1" |
168 |
| - lodash "^4.17.11" |
169 |
| - normalize-package-data "^3.0.0" |
170 |
| - qqjs "^0.3.10" |
171 |
| - tslib "^2.0.3" |
| 164 | + fs-extra "^9.0.1" |
| 165 | + get-package-type "^0.1.0" |
| 166 | + globby "^11.0.1" |
| 167 | + indent-string "^4.0.0" |
| 168 | + is-wsl "^2.1.1" |
| 169 | + lodash "^4.17.21" |
| 170 | + semver "^7.3.2" |
| 171 | + string-width "^4.2.0" |
| 172 | + strip-ansi "^6.0.0" |
| 173 | + tslib "^2.0.0" |
| 174 | + widest-line "^3.1.0" |
| 175 | + wrap-ansi "^7.0.0" |
172 | 176 |
|
173 | 177 | "@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3":
|
174 | 178 | version "1.3.4"
|
|
205 | 209 | chalk "^2.4.2"
|
206 | 210 | tslib "^1.9.3"
|
207 | 211 |
|
208 |
| -"@oclif/plugin-help@^3", "@oclif/plugin-help@^3.2.0": |
| 212 | +"@oclif/plugin-help@^3": |
209 | 213 | version "3.2.0"
|
210 | 214 | resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.0.tgz#b2c1112f49202ebce042f86b2e42e49908172ef1"
|
211 | 215 | integrity sha512-7jxtpwVWAVbp1r46ZnTK/uF+FeZc6y4p1XcGaIUuPAp7wx6NJhIRN/iMT9UfNFX/Cz7mq+OyJz+E+i0zrik86g==
|
|
251 | 255 | resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
|
252 | 256 | integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
|
253 | 257 |
|
254 |
| -"@oclif/test@^1.2.4": |
| 258 | +"@oclif/test@^1.2.8": |
255 | 259 | version "1.2.8"
|
256 | 260 | resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.2.8.tgz#a5b2ebd747832217d9af65ac30b58780c4c17c5e"
|
257 | 261 | integrity sha512-HCh0qPge1JCqTEw4s2ScnicEZd4Ro4/0VvdjpsfCiX6fuDV53fRZ2uqLTgxKGHrVoqOZnVrRZHyhFyEsFGs+zQ==
|
|
293 | 297 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
|
294 | 298 | integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
|
295 | 299 |
|
296 |
| -"@types/lodash.template@^4.4.5": |
297 |
| - version "4.5.0" |
298 |
| - resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.0.tgz#277654af717ed37ce2687c69f8f221c550276b7a" |
299 |
| - integrity sha512-4LgHxK16IPbGR7TmXpPvNT7iNGsLCdQY6Rc0mi1a/JECt8et/D4hx6NMVAJej/d932sj1mJsg0QYHKL189O0Qw== |
300 |
| - dependencies: |
301 |
| - "@types/lodash" "*" |
302 |
| - |
303 | 300 | "@types/lodash@*":
|
304 | 301 | version "4.14.121"
|
305 | 302 | resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.121.tgz#9327e20d49b95fc2bf983fc2f045b2c6effc80b9"
|
306 | 303 | integrity sha512-ORj7IBWj13iYufXt/VXrCNMbUuCTJfhzme5kx9U/UtcIPdJYuvPDUAlHlbNhz/8lKCLy9XGIZnGrqXOtQbPGoQ==
|
307 | 304 |
|
| 305 | +"@types/lodash@^4.14.177": |
| 306 | + version "4.14.177" |
| 307 | + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.177.tgz#f70c0d19c30fab101cad46b52be60363c43c4578" |
| 308 | + integrity sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw== |
| 309 | + |
308 | 310 | "@types/minimatch@*", "@types/minimatch@^3.0.3":
|
309 | 311 | version "3.0.5"
|
310 | 312 | resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
|
@@ -3067,7 +3069,7 @@ lodash.zip@^4.2.0:
|
3067 | 3069 | resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
|
3068 | 3070 | integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
|
3069 | 3071 |
|
3070 |
| -lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.5.1: |
| 3072 | +lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.5.1: |
3071 | 3073 | version "4.17.21"
|
3072 | 3074 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
3073 | 3075 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
@@ -4877,7 +4879,7 @@ tslib@^1.8.1, tslib@^1.9.3:
|
4877 | 4879 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
|
4878 | 4880 | integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
4879 | 4881 |
|
4880 |
| -tslib@^2.0.0, tslib@^2.0.3: |
| 4882 | +tslib@^2.0.0: |
4881 | 4883 | version "2.2.0"
|
4882 | 4884 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
|
4883 | 4885 | integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
|
|
0 commit comments