Commit d904917251c8c32f70ac1c599b60b7aaa36e67b6
Committed by
小小鲁班
1 parent
1b5390df
chore(deps): bump standard-version from 7.0.0 to 8.0.1
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/conventional-changelog/standard-version/releases) - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/standard-version/compare/v7.0.0...v8.0.1) Signed-off-by: dependabot[bot] <support@github.com>
Showing
2 changed files
with
480 additions
and
252 deletions
package.json
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.", |
| 5 | 5 | "dependencies": { |
| 6 | 6 | "flightplan": "^0.6.20", |
| 7 | - "standard-version": "^7.0.0" | |
| 7 | + "standard-version": "^8.0.1" | |
| 8 | 8 | }, |
| 9 | 9 | "devDependencies": {}, |
| 10 | 10 | "scripts": { | ... | ... |
yarn.lock
| ... | ... | @@ -2,6 +2,42 @@ |
| 2 | 2 | # yarn lockfile v1 |
| 3 | 3 | |
| 4 | 4 | |
| 5 | +"@babel/code-frame@^7.0.0": | |
| 6 | + version "7.10.4" | |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" | |
| 8 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== | |
| 9 | + dependencies: | |
| 10 | + "@babel/highlight" "^7.10.4" | |
| 11 | + | |
| 12 | +"@babel/helper-validator-identifier@^7.10.4": | |
| 13 | + version "7.10.4" | |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" | |
| 15 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== | |
| 16 | + | |
| 17 | +"@babel/highlight@^7.10.4": | |
| 18 | + version "7.10.4" | |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" | |
| 20 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== | |
| 21 | + dependencies: | |
| 22 | + "@babel/helper-validator-identifier" "^7.10.4" | |
| 23 | + chalk "^2.0.0" | |
| 24 | + js-tokens "^4.0.0" | |
| 25 | + | |
| 26 | +"@types/color-name@^1.1.1": | |
| 27 | + version "1.1.1" | |
| 28 | + resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" | |
| 29 | + integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== | |
| 30 | + | |
| 31 | +"@types/minimist@^1.2.0": | |
| 32 | + version "1.2.0" | |
| 33 | + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" | |
| 34 | + integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= | |
| 35 | + | |
| 36 | +"@types/normalize-package-data@^2.4.0": | |
| 37 | + version "2.4.0" | |
| 38 | + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" | |
| 39 | + integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== | |
| 40 | + | |
| 5 | 41 | JSONStream@^1.0.4: |
| 6 | 42 | version "1.3.5" |
| 7 | 43 | resolved "https://registry.npm.taobao.org/JSONStream/download/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" |
| ... | ... | @@ -15,28 +51,41 @@ abbrev@1: |
| 15 | 51 | resolved "https://registry.npm.taobao.org/abbrev/download/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" |
| 16 | 52 | integrity sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg= |
| 17 | 53 | |
| 54 | +add-stream@^1.0.0: | |
| 55 | + version "1.0.0" | |
| 56 | + resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" | |
| 57 | + integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= | |
| 58 | + | |
| 18 | 59 | ansi-regex@^2.0.0: |
| 19 | 60 | version "2.1.1" |
| 20 | 61 | resolved "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" |
| 21 | 62 | integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= |
| 22 | 63 | |
| 23 | -ansi-regex@^4.1.0: | |
| 24 | - version "4.1.0" | |
| 25 | - resolved "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" | |
| 26 | - integrity sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc= | |
| 64 | +ansi-regex@^5.0.0: | |
| 65 | + version "5.0.0" | |
| 66 | + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" | |
| 67 | + integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== | |
| 27 | 68 | |
| 28 | 69 | ansi-styles@^2.2.1: |
| 29 | 70 | version "2.2.1" |
| 30 | 71 | resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-2.2.1.tgz?cache=0&sync_timestamp=1566431369422&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" |
| 31 | 72 | integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= |
| 32 | 73 | |
| 33 | -ansi-styles@^3.2.0, ansi-styles@^3.2.1: | |
| 74 | +ansi-styles@^3.2.1: | |
| 34 | 75 | version "3.2.1" |
| 35 | 76 | resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1566431369422&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |
| 36 | 77 | integrity sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0= |
| 37 | 78 | dependencies: |
| 38 | 79 | color-convert "^1.9.0" |
| 39 | 80 | |
| 81 | +ansi-styles@^4.0.0: | |
| 82 | + version "4.2.1" | |
| 83 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" | |
| 84 | + integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== | |
| 85 | + dependencies: | |
| 86 | + "@types/color-name" "^1.1.1" | |
| 87 | + color-convert "^2.0.1" | |
| 88 | + | |
| 40 | 89 | arr-diff@^4.0.0: |
| 41 | 90 | version "4.0.0" |
| 42 | 91 | resolved "https://registry.npm.taobao.org/arr-diff/download/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" |
| ... | ... | @@ -82,6 +131,11 @@ arrify@^1.0.1: |
| 82 | 131 | resolved "https://registry.npm.taobao.org/arrify/download/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" |
| 83 | 132 | integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= |
| 84 | 133 | |
| 134 | +arrify@^2.0.1: | |
| 135 | + version "2.0.1" | |
| 136 | + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" | |
| 137 | + integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== | |
| 138 | + | |
| 85 | 139 | asn1@~0.2.0: |
| 86 | 140 | version "0.2.4" |
| 87 | 141 | resolved "https://registry.npm.taobao.org/asn1/download/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" |
| ... | ... | @@ -188,6 +242,15 @@ camelcase-keys@^4.0.0: |
| 188 | 242 | map-obj "^2.0.0" |
| 189 | 243 | quick-lru "^1.0.0" |
| 190 | 244 | |
| 245 | +camelcase-keys@^6.2.2: | |
| 246 | + version "6.2.2" | |
| 247 | + resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" | |
| 248 | + integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== | |
| 249 | + dependencies: | |
| 250 | + camelcase "^5.3.1" | |
| 251 | + map-obj "^4.0.0" | |
| 252 | + quick-lru "^4.0.1" | |
| 253 | + | |
| 191 | 254 | camelcase@^2.0.0: |
| 192 | 255 | version "2.1.1" |
| 193 | 256 | resolved "https://registry.npm.taobao.org/camelcase/download/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" |
| ... | ... | @@ -198,19 +261,15 @@ camelcase@^4.1.0: |
| 198 | 261 | resolved "https://registry.npm.taobao.org/camelcase/download/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" |
| 199 | 262 | integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= |
| 200 | 263 | |
| 201 | -camelcase@^5.0.0: | |
| 264 | +camelcase@^5.0.0, camelcase@^5.3.1: | |
| 202 | 265 | version "5.3.1" |
| 203 | 266 | resolved "https://registry.npm.taobao.org/camelcase/download/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" |
| 204 | 267 | integrity sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA= |
| 205 | 268 | |
| 206 | -chalk@2.4.2: | |
| 207 | - version "2.4.2" | |
| 208 | - resolved "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" | |
| 209 | - integrity sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ= | |
| 210 | - dependencies: | |
| 211 | - ansi-styles "^3.2.1" | |
| 212 | - escape-string-regexp "^1.0.5" | |
| 213 | - supports-color "^5.3.0" | |
| 269 | +camelcase@^6.0.0: | |
| 270 | + version "6.0.0" | |
| 271 | + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e" | |
| 272 | + integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== | |
| 214 | 273 | |
| 215 | 274 | chalk@^1.1.1: |
| 216 | 275 | version "1.1.3" |
| ... | ... | @@ -223,6 +282,15 @@ chalk@^1.1.1: |
| 223 | 282 | strip-ansi "^3.0.0" |
| 224 | 283 | supports-color "^2.0.0" |
| 225 | 284 | |
| 285 | +chalk@^2.0.0, chalk@^2.4.2: | |
| 286 | + version "2.4.2" | |
| 287 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" | |
| 288 | + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== | |
| 289 | + dependencies: | |
| 290 | + ansi-styles "^3.2.1" | |
| 291 | + escape-string-regexp "^1.0.5" | |
| 292 | + supports-color "^5.3.0" | |
| 293 | + | |
| 226 | 294 | class-utils@^0.3.5: |
| 227 | 295 | version "0.3.6" |
| 228 | 296 | resolved "https://registry.npm.taobao.org/class-utils/download/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" |
| ... | ... | @@ -233,14 +301,14 @@ class-utils@^0.3.5: |
| 233 | 301 | isobject "^3.0.0" |
| 234 | 302 | static-extend "^0.1.1" |
| 235 | 303 | |
| 236 | -cliui@^5.0.0: | |
| 237 | - version "5.0.0" | |
| 238 | - resolved "https://registry.npm.taobao.org/cliui/download/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" | |
| 239 | - integrity sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U= | |
| 304 | +cliui@^6.0.0: | |
| 305 | + version "6.0.0" | |
| 306 | + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" | |
| 307 | + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== | |
| 240 | 308 | dependencies: |
| 241 | - string-width "^3.1.0" | |
| 242 | - strip-ansi "^5.2.0" | |
| 243 | - wrap-ansi "^5.1.0" | |
| 309 | + string-width "^4.2.0" | |
| 310 | + strip-ansi "^6.0.0" | |
| 311 | + wrap-ansi "^6.2.0" | |
| 244 | 312 | |
| 245 | 313 | collection-visit@^1.0.0: |
| 246 | 314 | version "1.0.0" |
| ... | ... | @@ -257,11 +325,23 @@ color-convert@^1.9.0: |
| 257 | 325 | dependencies: |
| 258 | 326 | color-name "1.1.3" |
| 259 | 327 | |
| 328 | +color-convert@^2.0.1: | |
| 329 | + version "2.0.1" | |
| 330 | + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" | |
| 331 | + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== | |
| 332 | + dependencies: | |
| 333 | + color-name "~1.1.4" | |
| 334 | + | |
| 260 | 335 | color-name@1.1.3: |
| 261 | 336 | version "1.1.3" |
| 262 | 337 | resolved "https://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
| 263 | 338 | integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= |
| 264 | 339 | |
| 340 | +color-name@~1.1.4: | |
| 341 | + version "1.1.4" | |
| 342 | + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | |
| 343 | + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | |
| 344 | + | |
| 265 | 345 | colors@0.6.x: |
| 266 | 346 | version "0.6.2" |
| 267 | 347 | resolved "https://registry.npm.taobao.org/colors/download/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc" |
| ... | ... | @@ -300,167 +380,170 @@ concat-stream@^2.0.0: |
| 300 | 380 | readable-stream "^3.0.2" |
| 301 | 381 | typedarray "^0.0.6" |
| 302 | 382 | |
| 303 | -conventional-changelog-angular@^5.0.3: | |
| 304 | - version "5.0.3" | |
| 305 | - resolved "https://registry.npm.taobao.org/conventional-changelog-angular/download/conventional-changelog-angular-5.0.3.tgz#299fdd43df5a1f095283ac16aeedfb0a682ecab0" | |
| 306 | - integrity sha1-KZ/dQ99aHwlSg6wWru37CmguyrA= | |
| 383 | +conventional-changelog-angular@^5.0.10: | |
| 384 | + version "5.0.10" | |
| 385 | + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz#5cf7b00dd315b6a6a558223c80d5ef24ddb34205" | |
| 386 | + integrity sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA== | |
| 307 | 387 | dependencies: |
| 308 | 388 | compare-func "^1.3.1" |
| 309 | 389 | q "^1.5.1" |
| 310 | 390 | |
| 311 | -conventional-changelog-atom@^2.0.1: | |
| 312 | - version "2.0.1" | |
| 313 | - resolved "https://registry.npm.taobao.org/conventional-changelog-atom/download/conventional-changelog-atom-2.0.1.tgz#dc88ce650ffa9ceace805cbe70f88bfd0cb2c13a" | |
| 314 | - integrity sha1-3IjOZQ/6nOrOgFy+cPiL/QyywTo= | |
| 391 | +conventional-changelog-atom@^2.0.7: | |
| 392 | + version "2.0.7" | |
| 393 | + resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-2.0.7.tgz#221575253a04f77a2fd273eb2bf29a138f710abf" | |
| 394 | + integrity sha512-7dOREZwzB+tCEMjRTDfen0OHwd7vPUdmU0llTy1eloZgtOP4iSLVzYIQqfmdRZEty+3w5Jz+AbhfTJKoKw1JeQ== | |
| 315 | 395 | dependencies: |
| 316 | 396 | q "^1.5.1" |
| 317 | 397 | |
| 318 | -conventional-changelog-codemirror@^2.0.1: | |
| 319 | - version "2.0.1" | |
| 320 | - resolved "https://registry.npm.taobao.org/conventional-changelog-codemirror/download/conventional-changelog-codemirror-2.0.1.tgz#acc046bc0971460939a0cc2d390e5eafc5eb30da" | |
| 321 | - integrity sha1-rMBGvAlxRgk5oMwtOQ5er8XrMNo= | |
| 398 | +conventional-changelog-codemirror@^2.0.7: | |
| 399 | + version "2.0.7" | |
| 400 | + resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.7.tgz#d6b6a8ce2707710c5a036e305037547fb9e15bfb" | |
| 401 | + integrity sha512-Oralk1kiagn3Gb5cR5BffenWjVu59t/viE6UMD/mQa1hISMPkMYhJIqX+CMeA1zXgVBO+YHQhhokEj99GP5xcg== | |
| 322 | 402 | dependencies: |
| 323 | 403 | q "^1.5.1" |
| 324 | 404 | |
| 325 | -conventional-changelog-config-spec@2.0.0: | |
| 326 | - version "2.0.0" | |
| 327 | - resolved "https://registry.npm.taobao.org/conventional-changelog-config-spec/download/conventional-changelog-config-spec-2.0.0.tgz#a9e8c9225d4a922d25f4ac501e454274ae4ad0b3" | |
| 328 | - integrity sha1-qejJIl1Kki0l9KxQHkVCdK5K0LM= | |
| 405 | +conventional-changelog-config-spec@2.1.0: | |
| 406 | + version "2.1.0" | |
| 407 | + resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz#874a635287ef8b581fd8558532bf655d4fb59f2d" | |
| 408 | + integrity sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ== | |
| 329 | 409 | |
| 330 | -conventional-changelog-conventionalcommits@^4.0.0: | |
| 331 | - version "4.1.0" | |
| 332 | - resolved "https://registry.npm.taobao.org/conventional-changelog-conventionalcommits/download/conventional-changelog-conventionalcommits-4.1.0.tgz#eb7d47a9c5f1a6f9846a649482294e4ac50d7683" | |
| 333 | - integrity sha1-631HqcXxpvmEamSUgilOSsUNdoM= | |
| 410 | +conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-conventionalcommits@^4.3.0: | |
| 411 | + version "4.3.0" | |
| 412 | + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2" | |
| 413 | + integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg== | |
| 334 | 414 | dependencies: |
| 335 | 415 | compare-func "^1.3.1" |
| 416 | + lodash "^4.17.15" | |
| 336 | 417 | q "^1.5.1" |
| 337 | 418 | |
| 338 | -conventional-changelog-core@^3.2.3: | |
| 339 | - version "3.2.3" | |
| 340 | - resolved "https://registry.npm.taobao.org/conventional-changelog-core/download/conventional-changelog-core-3.2.3.tgz?cache=0&sync_timestamp=1564380148811&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconventional-changelog-core%2Fdownload%2Fconventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb" | |
| 341 | - integrity sha1-sxQQhW9DHIRwhqfctNLKGEp9iPs= | |
| 419 | +conventional-changelog-core@^4.1.7: | |
| 420 | + version "4.1.7" | |
| 421 | + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.1.7.tgz#6b5cdadda4430895cc4a75a73dd8b36e322ab346" | |
| 422 | + integrity sha512-UBvSrQR2RdKbSQKh7RhueiiY4ZAIOW3+CSWdtKOwRv+KxIMNFKm1rOcGBFx0eA8AKhGkkmmacoTWJTqyz7Q0VA== | |
| 342 | 423 | dependencies: |
| 343 | - conventional-changelog-writer "^4.0.6" | |
| 344 | - conventional-commits-parser "^3.0.3" | |
| 424 | + add-stream "^1.0.0" | |
| 425 | + conventional-changelog-writer "^4.0.16" | |
| 426 | + conventional-commits-parser "^3.1.0" | |
| 345 | 427 | dateformat "^3.0.0" |
| 346 | 428 | get-pkg-repo "^1.0.0" |
| 347 | 429 | git-raw-commits "2.0.0" |
| 348 | 430 | git-remote-origin-url "^2.0.0" |
| 349 | - git-semver-tags "^2.0.3" | |
| 350 | - lodash "^4.2.1" | |
| 431 | + git-semver-tags "^4.0.0" | |
| 432 | + lodash "^4.17.15" | |
| 351 | 433 | normalize-package-data "^2.3.5" |
| 352 | 434 | q "^1.5.1" |
| 353 | 435 | read-pkg "^3.0.0" |
| 354 | 436 | read-pkg-up "^3.0.0" |
| 437 | + shelljs "^0.8.3" | |
| 355 | 438 | through2 "^3.0.0" |
| 356 | 439 | |
| 357 | -conventional-changelog-ember@^2.0.2: | |
| 358 | - version "2.0.2" | |
| 359 | - resolved "https://registry.npm.taobao.org/conventional-changelog-ember/download/conventional-changelog-ember-2.0.2.tgz#284ffdea8c83ea8c210b65c5b4eb3e5cc0f4f51a" | |
| 360 | - integrity sha1-KE/96oyD6owhC2XFtOs+XMD09Ro= | |
| 440 | +conventional-changelog-ember@^2.0.8: | |
| 441 | + version "2.0.8" | |
| 442 | + resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-2.0.8.tgz#f0f04eb7ff3c885af97db100865ab95dcfa9917f" | |
| 443 | + integrity sha512-JEMEcUAMg4Q9yxD341OgWlESQ4gLqMWMXIWWUqoQU8yvTJlKnrvcui3wk9JvnZQyONwM2g1MKRZuAjKxr8hAXA== | |
| 361 | 444 | dependencies: |
| 362 | 445 | q "^1.5.1" |
| 363 | 446 | |
| 364 | -conventional-changelog-eslint@^3.0.2: | |
| 365 | - version "3.0.2" | |
| 366 | - resolved "https://registry.npm.taobao.org/conventional-changelog-eslint/download/conventional-changelog-eslint-3.0.2.tgz#e9eb088cda6be3e58b2de6a5aac63df0277f3cbe" | |
| 367 | - integrity sha1-6esIjNpr4+WLLealqsY98Cd/PL4= | |
| 447 | +conventional-changelog-eslint@^3.0.8: | |
| 448 | + version "3.0.8" | |
| 449 | + resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.8.tgz#f8b952b7ed7253ea0ac0b30720bb381f4921b46c" | |
| 450 | + integrity sha512-5rTRltgWG7TpU1PqgKHMA/2ivjhrB+E+S7OCTvj0zM/QGg4vmnVH67Vq/EzvSNYtejhWC+OwzvDrLk3tqPry8A== | |
| 368 | 451 | dependencies: |
| 369 | 452 | q "^1.5.1" |
| 370 | 453 | |
| 371 | -conventional-changelog-express@^2.0.1: | |
| 372 | - version "2.0.1" | |
| 373 | - resolved "https://registry.npm.taobao.org/conventional-changelog-express/download/conventional-changelog-express-2.0.1.tgz#fea2231d99a5381b4e6badb0c1c40a41fcacb755" | |
| 374 | - integrity sha1-/qIjHZmlOBtOa62wwcQKQfyst1U= | |
| 454 | +conventional-changelog-express@^2.0.5: | |
| 455 | + version "2.0.5" | |
| 456 | + resolved "https://registry.yarnpkg.com/conventional-changelog-express/-/conventional-changelog-express-2.0.5.tgz#6e93705acdad374516ca125990012a48e710f8de" | |
| 457 | + integrity sha512-pW2hsjKG+xNx/Qjof8wYlAX/P61hT5gQ/2rZ2NsTpG+PgV7Rc8RCfITvC/zN9K8fj0QmV6dWmUefCteD9baEAw== | |
| 375 | 458 | dependencies: |
| 376 | 459 | q "^1.5.1" |
| 377 | 460 | |
| 378 | -conventional-changelog-jquery@^3.0.4: | |
| 379 | - version "3.0.4" | |
| 380 | - resolved "https://registry.npm.taobao.org/conventional-changelog-jquery/download/conventional-changelog-jquery-3.0.4.tgz#7eb598467b83db96742178e1e8d68598bffcd7ae" | |
| 381 | - integrity sha1-frWYRnuD25Z0IXjh6NaFmL/8164= | |
| 461 | +conventional-changelog-jquery@^3.0.10: | |
| 462 | + version "3.0.10" | |
| 463 | + resolved "https://registry.yarnpkg.com/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.10.tgz#fe8eb6aff322aa980af5eb68497622a5f6257ce7" | |
| 464 | + integrity sha512-QCW6wF8QgPkq2ruPaxc83jZxoWQxLkt/pNxIDn/oYjMiVgrtqNdd7lWe3vsl0hw5ENHNf/ejXuzDHk6suKsRpg== | |
| 382 | 465 | dependencies: |
| 383 | 466 | q "^1.5.1" |
| 384 | 467 | |
| 385 | -conventional-changelog-jshint@^2.0.1: | |
| 386 | - version "2.0.1" | |
| 387 | - resolved "https://registry.npm.taobao.org/conventional-changelog-jshint/download/conventional-changelog-jshint-2.0.1.tgz#11c0e8283abf156a4ff78e89be6fdedf9bd72202" | |
| 388 | - integrity sha1-EcDoKDq/FWpP946Jvm/e35vXIgI= | |
| 468 | +conventional-changelog-jshint@^2.0.7: | |
| 469 | + version "2.0.7" | |
| 470 | + resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.7.tgz#955a69266951cd31e8afeb3f1c55e0517fdca943" | |
| 471 | + integrity sha512-qHA8rmwUnLiIxANJbz650+NVzqDIwNtc0TcpIa0+uekbmKHttidvQ1dGximU3vEDdoJVKFgR3TXFqYuZmYy9ZQ== | |
| 389 | 472 | dependencies: |
| 390 | 473 | compare-func "^1.3.1" |
| 391 | 474 | q "^1.5.1" |
| 392 | 475 | |
| 393 | -conventional-changelog-preset-loader@^2.1.1, conventional-changelog-preset-loader@^2.2.0: | |
| 394 | - version "2.2.0" | |
| 395 | - resolved "https://registry.npm.taobao.org/conventional-changelog-preset-loader/download/conventional-changelog-preset-loader-2.2.0.tgz#571e2b3d7b53d65587bea9eedf6e37faa5db4fcc" | |
| 396 | - integrity sha1-Vx4rPXtT1lWHvqnu3243+qXbT8w= | |
| 476 | +conventional-changelog-preset-loader@^2.3.4: | |
| 477 | + version "2.3.4" | |
| 478 | + resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c" | |
| 479 | + integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g== | |
| 397 | 480 | |
| 398 | -conventional-changelog-writer@^4.0.6: | |
| 399 | - version "4.0.7" | |
| 400 | - resolved "https://registry.npm.taobao.org/conventional-changelog-writer/download/conventional-changelog-writer-4.0.7.tgz#e4b7d9cbea902394ad671f67108a71fa90c7095f" | |
| 401 | - integrity sha1-5LfZy+qQI5StZx9nEIpx+pDHCV8= | |
| 481 | +conventional-changelog-writer@^4.0.16: | |
| 482 | + version "4.0.16" | |
| 483 | + resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.16.tgz#ca10f2691a8ea6d3c2eb74bd35bcf40aa052dda5" | |
| 484 | + integrity sha512-jmU1sDJDZpm/dkuFxBeRXvyNcJQeKhGtVcFFkwTphUAzyYWcwz2j36Wcv+Mv2hU3tpvLMkysOPXJTLO55AUrYQ== | |
| 402 | 485 | dependencies: |
| 403 | 486 | compare-func "^1.3.1" |
| 404 | - conventional-commits-filter "^2.0.2" | |
| 487 | + conventional-commits-filter "^2.0.6" | |
| 405 | 488 | dateformat "^3.0.0" |
| 406 | - handlebars "^4.1.2" | |
| 489 | + handlebars "^4.7.6" | |
| 407 | 490 | json-stringify-safe "^5.0.1" |
| 408 | - lodash "^4.2.1" | |
| 409 | - meow "^4.0.0" | |
| 491 | + lodash "^4.17.15" | |
| 492 | + meow "^7.0.0" | |
| 410 | 493 | semver "^6.0.0" |
| 411 | 494 | split "^1.0.0" |
| 412 | 495 | through2 "^3.0.0" |
| 413 | 496 | |
| 414 | -conventional-changelog@3.1.9: | |
| 415 | - version "3.1.9" | |
| 416 | - resolved "https://registry.npm.taobao.org/conventional-changelog/download/conventional-changelog-3.1.9.tgz#5a6a19dadc1e4080c2db8dcddd00a6c0077c55a4" | |
| 417 | - integrity sha1-WmoZ2tweQIDC243N3QCmwAd8VaQ= | |
| 418 | - dependencies: | |
| 419 | - conventional-changelog-angular "^5.0.3" | |
| 420 | - conventional-changelog-atom "^2.0.1" | |
| 421 | - conventional-changelog-codemirror "^2.0.1" | |
| 422 | - conventional-changelog-conventionalcommits "^4.0.0" | |
| 423 | - conventional-changelog-core "^3.2.3" | |
| 424 | - conventional-changelog-ember "^2.0.2" | |
| 425 | - conventional-changelog-eslint "^3.0.2" | |
| 426 | - conventional-changelog-express "^2.0.1" | |
| 427 | - conventional-changelog-jquery "^3.0.4" | |
| 428 | - conventional-changelog-jshint "^2.0.1" | |
| 429 | - conventional-changelog-preset-loader "^2.1.1" | |
| 430 | - | |
| 431 | -conventional-commits-filter@^2.0.2: | |
| 432 | - version "2.0.2" | |
| 433 | - resolved "https://registry.npm.taobao.org/conventional-commits-filter/download/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1" | |
| 434 | - integrity sha1-8SL4n7zVu4Hiry/KwCVNBi0QOcE= | |
| 497 | +conventional-changelog@3.1.21: | |
| 498 | + version "3.1.21" | |
| 499 | + resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.21.tgz#4a774e6bf503acfd7e4685bb750da8c0eccf1e0d" | |
| 500 | + integrity sha512-ZGecVZPEo3aC75VVE4nu85589dDhpMyqfqgUM5Myq6wfKWiNqhDJLSDMsc8qKXshZoY7dqs1hR0H/15kI/G2jQ== | |
| 501 | + dependencies: | |
| 502 | + conventional-changelog-angular "^5.0.10" | |
| 503 | + conventional-changelog-atom "^2.0.7" | |
| 504 | + conventional-changelog-codemirror "^2.0.7" | |
| 505 | + conventional-changelog-conventionalcommits "^4.3.0" | |
| 506 | + conventional-changelog-core "^4.1.7" | |
| 507 | + conventional-changelog-ember "^2.0.8" | |
| 508 | + conventional-changelog-eslint "^3.0.8" | |
| 509 | + conventional-changelog-express "^2.0.5" | |
| 510 | + conventional-changelog-jquery "^3.0.10" | |
| 511 | + conventional-changelog-jshint "^2.0.7" | |
| 512 | + conventional-changelog-preset-loader "^2.3.4" | |
| 513 | + | |
| 514 | +conventional-commits-filter@^2.0.6: | |
| 515 | + version "2.0.6" | |
| 516 | + resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.6.tgz#0935e1240c5ca7698329affee1b6a46d33324c4c" | |
| 517 | + integrity sha512-4g+sw8+KA50/Qwzfr0hL5k5NWxqtrOVw4DDk3/h6L85a9Gz0/Eqp3oP+CWCNfesBvZZZEFHF7OTEbRe+yYSyKw== | |
| 435 | 518 | dependencies: |
| 436 | 519 | lodash.ismatch "^4.4.0" |
| 437 | 520 | modify-values "^1.0.0" |
| 438 | 521 | |
| 439 | -conventional-commits-parser@^3.0.3: | |
| 440 | - version "3.0.3" | |
| 441 | - resolved "https://registry.npm.taobao.org/conventional-commits-parser/download/conventional-commits-parser-3.0.3.tgz#c3f972fd4e056aa8b9b4f5f3d0e540da18bf396d" | |
| 442 | - integrity sha1-w/ly/U4Faqi5tPXz0OVA2hi/OW0= | |
| 522 | +conventional-commits-parser@^3.1.0: | |
| 523 | + version "3.1.0" | |
| 524 | + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.1.0.tgz#10140673d5e7ef5572633791456c5d03b69e8be4" | |
| 525 | + integrity sha512-RSo5S0WIwXZiRxUGTPuYFbqvrR4vpJ1BDdTlthFgvHt5kEdnd1+pdvwWphWn57/oIl4V72NMmOocFqqJ8mFFhA== | |
| 443 | 526 | dependencies: |
| 444 | 527 | JSONStream "^1.0.4" |
| 445 | - is-text-path "^2.0.0" | |
| 446 | - lodash "^4.2.1" | |
| 447 | - meow "^4.0.0" | |
| 528 | + is-text-path "^1.0.1" | |
| 529 | + lodash "^4.17.15" | |
| 530 | + meow "^7.0.0" | |
| 448 | 531 | split2 "^2.0.0" |
| 449 | 532 | through2 "^3.0.0" |
| 450 | 533 | trim-off-newlines "^1.0.0" |
| 451 | 534 | |
| 452 | -conventional-recommended-bump@6.0.0: | |
| 453 | - version "6.0.0" | |
| 454 | - resolved "https://registry.npm.taobao.org/conventional-recommended-bump/download/conventional-recommended-bump-6.0.0.tgz#bdafad56bc32bc04d58dbbd8bd6b750375500edc" | |
| 455 | - integrity sha1-va+tVrwyvATVjbvYvWt1A3VQDtw= | |
| 535 | +conventional-recommended-bump@6.0.9: | |
| 536 | + version "6.0.9" | |
| 537 | + resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.9.tgz#49ee74f52fbafcc63e89e2297d020279fea318f0" | |
| 538 | + integrity sha512-DpRmW1k8CpRrcsXHOPGgHgOd4BMGiq2gtXAveGM8B9pSd9b4r4WKnqp1Fd0vkDtk8l973mIk8KKKUYnKRr9SFw== | |
| 456 | 539 | dependencies: |
| 457 | 540 | concat-stream "^2.0.0" |
| 458 | - conventional-changelog-preset-loader "^2.2.0" | |
| 459 | - conventional-commits-filter "^2.0.2" | |
| 460 | - conventional-commits-parser "^3.0.3" | |
| 541 | + conventional-changelog-preset-loader "^2.3.4" | |
| 542 | + conventional-commits-filter "^2.0.6" | |
| 543 | + conventional-commits-parser "^3.1.0" | |
| 461 | 544 | git-raw-commits "2.0.0" |
| 462 | - git-semver-tags "^3.0.0" | |
| 463 | - meow "^4.0.0" | |
| 545 | + git-semver-tags "^4.0.0" | |
| 546 | + meow "^7.0.0" | |
| 464 | 547 | q "^1.5.1" |
| 465 | 548 | |
| 466 | 549 | copy-descriptor@^0.1.0: |
| ... | ... | @@ -504,7 +587,7 @@ debug@^2.2.0, debug@^2.3.3: |
| 504 | 587 | dependencies: |
| 505 | 588 | ms "2.0.0" |
| 506 | 589 | |
| 507 | -decamelize-keys@^1.0.0: | |
| 590 | +decamelize-keys@^1.0.0, decamelize-keys@^1.1.0: | |
| 508 | 591 | version "1.1.0" |
| 509 | 592 | resolved "https://registry.npm.taobao.org/decamelize-keys/download/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" |
| 510 | 593 | integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= |
| ... | ... | @@ -568,20 +651,20 @@ detect-file@^1.0.0: |
| 568 | 651 | resolved "https://registry.npm.taobao.org/detect-file/download/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" |
| 569 | 652 | integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= |
| 570 | 653 | |
| 571 | -detect-indent@6.0.0: | |
| 654 | +detect-indent@^6.0.0: | |
| 572 | 655 | version "6.0.0" |
| 573 | - resolved "https://registry.npm.taobao.org/detect-indent/download/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd" | |
| 574 | - integrity sha1-Cr0PVJ9p/GZZolT+lnhhhrb1KP0= | |
| 656 | + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd" | |
| 657 | + integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA== | |
| 575 | 658 | |
| 576 | 659 | detect-libc@^1.0.3: |
| 577 | 660 | version "1.0.3" |
| 578 | 661 | resolved "https://registry.npm.taobao.org/detect-libc/download/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" |
| 579 | 662 | integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= |
| 580 | 663 | |
| 581 | -detect-newline@3.0.0: | |
| 582 | - version "3.0.0" | |
| 583 | - resolved "https://registry.npm.taobao.org/detect-newline/download/detect-newline-3.0.0.tgz#8ae477c089e51872c264531cd6547719c0b86b2f" | |
| 584 | - integrity sha1-iuR3wInlGHLCZFMc1lR3GcC4ay8= | |
| 664 | +detect-newline@^3.1.0: | |
| 665 | + version "3.1.0" | |
| 666 | + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" | |
| 667 | + integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== | |
| 585 | 668 | |
| 586 | 669 | dot-prop@^3.0.0: |
| 587 | 670 | version "3.0.0" |
| ... | ... | @@ -590,18 +673,18 @@ dot-prop@^3.0.0: |
| 590 | 673 | dependencies: |
| 591 | 674 | is-obj "^1.0.0" |
| 592 | 675 | |
| 593 | -dotgitignore@2.1.0: | |
| 676 | +dotgitignore@^2.1.0: | |
| 594 | 677 | version "2.1.0" |
| 595 | - resolved "https://registry.npm.taobao.org/dotgitignore/download/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b" | |
| 596 | - integrity sha1-pLFaTk7zzzg1mKrx36SgS8wIm3s= | |
| 678 | + resolved "https://registry.yarnpkg.com/dotgitignore/-/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b" | |
| 679 | + integrity sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA== | |
| 597 | 680 | dependencies: |
| 598 | 681 | find-up "^3.0.0" |
| 599 | 682 | minimatch "^3.0.4" |
| 600 | 683 | |
| 601 | -emoji-regex@^7.0.1: | |
| 602 | - version "7.0.3" | |
| 603 | - resolved "https://registry.npm.taobao.org/emoji-regex/download/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" | |
| 604 | - integrity sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY= | |
| 684 | +emoji-regex@^8.0.0: | |
| 685 | + version "8.0.0" | |
| 686 | + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" | |
| 687 | + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== | |
| 605 | 688 | |
| 606 | 689 | error-ex@^1.2.0, error-ex@^1.3.1: |
| 607 | 690 | version "1.3.2" |
| ... | ... | @@ -681,10 +764,10 @@ fibers@^4.0.1: |
| 681 | 764 | dependencies: |
| 682 | 765 | detect-libc "^1.0.3" |
| 683 | 766 | |
| 684 | -figures@3.0.0: | |
| 685 | - version "3.0.0" | |
| 686 | - resolved "https://registry.npm.taobao.org/figures/download/figures-3.0.0.tgz#756275c964646163cc6f9197c7a0295dbfd04de9" | |
| 687 | - integrity sha1-dWJ1yWRkYWPMb5GXx6ApXb/QTek= | |
| 767 | +figures@^3.1.0: | |
| 768 | + version "3.2.0" | |
| 769 | + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" | |
| 770 | + integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== | |
| 688 | 771 | dependencies: |
| 689 | 772 | escape-string-regexp "^1.0.5" |
| 690 | 773 | |
| ... | ... | @@ -698,14 +781,6 @@ fill-range@^4.0.0: |
| 698 | 781 | repeat-string "^1.6.1" |
| 699 | 782 | to-regex-range "^2.1.0" |
| 700 | 783 | |
| 701 | -find-up@4.1.0: | |
| 702 | - version "4.1.0" | |
| 703 | - resolved "https://registry.npm.taobao.org/find-up/download/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" | |
| 704 | - integrity sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk= | |
| 705 | - dependencies: | |
| 706 | - locate-path "^5.0.0" | |
| 707 | - path-exists "^4.0.0" | |
| 708 | - | |
| 709 | 784 | find-up@^1.0.0: |
| 710 | 785 | version "1.1.2" |
| 711 | 786 | resolved "https://registry.npm.taobao.org/find-up/download/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" |
| ... | ... | @@ -728,6 +803,14 @@ find-up@^3.0.0: |
| 728 | 803 | dependencies: |
| 729 | 804 | locate-path "^3.0.0" |
| 730 | 805 | |
| 806 | +find-up@^4.1.0: | |
| 807 | + version "4.1.0" | |
| 808 | + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" | |
| 809 | + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== | |
| 810 | + dependencies: | |
| 811 | + locate-path "^5.0.0" | |
| 812 | + path-exists "^4.0.0" | |
| 813 | + | |
| 731 | 814 | findup-sync@^2.0.0: |
| 732 | 815 | version "2.0.0" |
| 733 | 816 | resolved "https://registry.npm.taobao.org/findup-sync/download/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc" |
| ... | ... | @@ -791,9 +874,9 @@ fragment-cache@^0.2.1: |
| 791 | 874 | dependencies: |
| 792 | 875 | map-cache "^0.2.2" |
| 793 | 876 | |
| 794 | -fs-access@1.0.1: | |
| 877 | +fs-access@^1.0.1: | |
| 795 | 878 | version "1.0.1" |
| 796 | - resolved "https://registry.npm.taobao.org/fs-access/download/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a" | |
| 879 | + resolved "https://registry.yarnpkg.com/fs-access/-/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a" | |
| 797 | 880 | integrity sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o= |
| 798 | 881 | dependencies: |
| 799 | 882 | null-check "^1.0.0" |
| ... | ... | @@ -853,20 +936,12 @@ git-remote-origin-url@^2.0.0: |
| 853 | 936 | gitconfiglocal "^1.0.0" |
| 854 | 937 | pify "^2.3.0" |
| 855 | 938 | |
| 856 | -git-semver-tags@3.0.0, git-semver-tags@^3.0.0: | |
| 857 | - version "3.0.0" | |
| 858 | - resolved "https://registry.npm.taobao.org/git-semver-tags/download/git-semver-tags-3.0.0.tgz#fe10147824657662c82efd9341f0fa59f74ddcba" | |
| 859 | - integrity sha1-/hAUeCRldmLILv2TQfD6WfdN3Lo= | |
| 860 | - dependencies: | |
| 861 | - meow "^4.0.0" | |
| 862 | - semver "^6.0.0" | |
| 863 | - | |
| 864 | -git-semver-tags@^2.0.3: | |
| 865 | - version "2.0.3" | |
| 866 | - resolved "https://registry.npm.taobao.org/git-semver-tags/download/git-semver-tags-2.0.3.tgz#48988a718acf593800f99622a952a77c405bfa34" | |
| 867 | - integrity sha1-SJiKcYrPWTgA+ZYiqVKnfEBb+jQ= | |
| 939 | +git-semver-tags@^4.0.0: | |
| 940 | + version "4.0.0" | |
| 941 | + resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.0.0.tgz#a9dd58a0dd3561a4a9898b7e9731cf441c98fc38" | |
| 942 | + integrity sha512-LajaAWLYVBff+1NVircURJFL8TQ3EMIcLAfHisWYX/nPoMwnTYfWAznQDmMujlLqoD12VtLmoSrF1sQ5MhimEQ== | |
| 868 | 943 | dependencies: |
| 869 | - meow "^4.0.0" | |
| 944 | + meow "^7.0.0" | |
| 870 | 945 | semver "^6.0.0" |
| 871 | 946 | |
| 872 | 947 | gitconfiglocal@^1.0.0: |
| ... | ... | @@ -876,6 +951,18 @@ gitconfiglocal@^1.0.0: |
| 876 | 951 | dependencies: |
| 877 | 952 | ini "^1.3.2" |
| 878 | 953 | |
| 954 | +glob@^7.0.0: | |
| 955 | + version "7.1.6" | |
| 956 | + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" | |
| 957 | + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== | |
| 958 | + dependencies: | |
| 959 | + fs.realpath "^1.0.0" | |
| 960 | + inflight "^1.0.4" | |
| 961 | + inherits "2" | |
| 962 | + minimatch "^3.0.4" | |
| 963 | + once "^1.3.0" | |
| 964 | + path-is-absolute "^1.0.0" | |
| 965 | + | |
| 879 | 966 | glob@^7.1.3: |
| 880 | 967 | version "7.1.4" |
| 881 | 968 | resolved "https://registry.npm.taobao.org/glob/download/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" |
| ... | ... | @@ -913,17 +1000,23 @@ graceful-fs@^4.1.2: |
| 913 | 1000 | resolved "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" |
| 914 | 1001 | integrity sha1-bwlSYF0BQMHP2xOO0AV3W5LWewI= |
| 915 | 1002 | |
| 916 | -handlebars@^4.1.2: | |
| 917 | - version "4.2.0" | |
| 918 | - resolved "https://registry.npm.taobao.org/handlebars/download/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e" | |
| 919 | - integrity sha1-V86NIXW5u7PYs88+Qhexrsjdyy4= | |
| 1003 | +handlebars@^4.7.6: | |
| 1004 | + version "4.7.6" | |
| 1005 | + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" | |
| 1006 | + integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== | |
| 920 | 1007 | dependencies: |
| 1008 | + minimist "^1.2.5" | |
| 921 | 1009 | neo-async "^2.6.0" |
| 922 | - optimist "^0.6.1" | |
| 923 | 1010 | source-map "^0.6.1" |
| 1011 | + wordwrap "^1.0.0" | |
| 924 | 1012 | optionalDependencies: |
| 925 | 1013 | uglify-js "^3.1.4" |
| 926 | 1014 | |
| 1015 | +hard-rejection@^2.1.0: | |
| 1016 | + version "2.1.0" | |
| 1017 | + resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" | |
| 1018 | + integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== | |
| 1019 | + | |
| 927 | 1020 | has-ansi@^2.0.0: |
| 928 | 1021 | version "2.0.0" |
| 929 | 1022 | resolved "https://registry.npm.taobao.org/has-ansi/download/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" |
| ... | ... | @@ -1003,6 +1096,11 @@ indent-string@^3.0.0: |
| 1003 | 1096 | resolved "https://registry.npm.taobao.org/indent-string/download/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" |
| 1004 | 1097 | integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= |
| 1005 | 1098 | |
| 1099 | +indent-string@^4.0.0: | |
| 1100 | + version "4.0.0" | |
| 1101 | + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" | |
| 1102 | + integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== | |
| 1103 | + | |
| 1006 | 1104 | inflight@^1.0.4: |
| 1007 | 1105 | version "1.0.6" |
| 1008 | 1106 | resolved "https://registry.npm.taobao.org/inflight/download/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" |
| ... | ... | @@ -1124,10 +1222,10 @@ is-finite@^1.0.0: |
| 1124 | 1222 | dependencies: |
| 1125 | 1223 | number-is-nan "^1.0.0" |
| 1126 | 1224 | |
| 1127 | -is-fullwidth-code-point@^2.0.0: | |
| 1128 | - version "2.0.0" | |
| 1129 | - resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" | |
| 1130 | - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= | |
| 1225 | +is-fullwidth-code-point@^3.0.0: | |
| 1226 | + version "3.0.0" | |
| 1227 | + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" | |
| 1228 | + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== | |
| 1131 | 1229 | |
| 1132 | 1230 | is-glob@^3.1.0: |
| 1133 | 1231 | version "3.1.0" |
| ... | ... | @@ -1174,12 +1272,12 @@ is-relative@^1.0.0: |
| 1174 | 1272 | dependencies: |
| 1175 | 1273 | is-unc-path "^1.0.0" |
| 1176 | 1274 | |
| 1177 | -is-text-path@^2.0.0: | |
| 1178 | - version "2.0.0" | |
| 1179 | - resolved "https://registry.npm.taobao.org/is-text-path/download/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636" | |
| 1180 | - integrity sha1-skhOK3IKYz/rLoW2fcGT/3LHVjY= | |
| 1275 | +is-text-path@^1.0.1: | |
| 1276 | + version "1.0.1" | |
| 1277 | + resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" | |
| 1278 | + integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4= | |
| 1181 | 1279 | dependencies: |
| 1182 | - text-extensions "^2.0.0" | |
| 1280 | + text-extensions "^1.0.0" | |
| 1183 | 1281 | |
| 1184 | 1282 | is-unc-path@^1.0.0: |
| 1185 | 1283 | version "1.0.0" |
| ... | ... | @@ -1230,6 +1328,11 @@ isstream@0.1.x: |
| 1230 | 1328 | resolved "https://registry.npm.taobao.org/isstream/download/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" |
| 1231 | 1329 | integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= |
| 1232 | 1330 | |
| 1331 | +js-tokens@^4.0.0: | |
| 1332 | + version "4.0.0" | |
| 1333 | + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | |
| 1334 | + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== | |
| 1335 | + | |
| 1233 | 1336 | json-parse-better-errors@^1.0.1: |
| 1234 | 1337 | version "1.0.2" |
| 1235 | 1338 | resolved "https://registry.npm.taobao.org/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" |
| ... | ... | @@ -1269,6 +1372,11 @@ kind-of@^6.0.0, kind-of@^6.0.2: |
| 1269 | 1372 | resolved "https://registry.npm.taobao.org/kind-of/download/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" |
| 1270 | 1373 | integrity sha1-ARRrNqYhjmTljzqNZt5df8b20FE= |
| 1271 | 1374 | |
| 1375 | +kind-of@^6.0.3: | |
| 1376 | + version "6.0.3" | |
| 1377 | + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" | |
| 1378 | + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== | |
| 1379 | + | |
| 1272 | 1380 | liftoff@^2.2.0: |
| 1273 | 1381 | version "2.5.0" |
| 1274 | 1382 | resolved "https://registry.npm.taobao.org/liftoff/download/liftoff-2.5.0.tgz#2009291bb31cea861bbf10a7c15a28caf75c31ec" |
| ... | ... | @@ -1283,6 +1391,11 @@ liftoff@^2.2.0: |
| 1283 | 1391 | rechoir "^0.6.2" |
| 1284 | 1392 | resolve "^1.1.7" |
| 1285 | 1393 | |
| 1394 | +lines-and-columns@^1.1.6: | |
| 1395 | + version "1.1.6" | |
| 1396 | + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" | |
| 1397 | + integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= | |
| 1398 | + | |
| 1286 | 1399 | load-json-file@^1.0.0: |
| 1287 | 1400 | version "1.1.0" |
| 1288 | 1401 | resolved "https://registry.npm.taobao.org/load-json-file/download/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" |
| ... | ... | @@ -1352,7 +1465,7 @@ lodash.templatesettings@^4.0.0: |
| 1352 | 1465 | dependencies: |
| 1353 | 1466 | lodash._reinterpolate "^3.0.0" |
| 1354 | 1467 | |
| 1355 | -lodash@^4.2.1: | |
| 1468 | +lodash@^4.17.15: | |
| 1356 | 1469 | version "4.17.19" |
| 1357 | 1470 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
| 1358 | 1471 | integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
| ... | ... | @@ -1387,6 +1500,11 @@ map-obj@^2.0.0: |
| 1387 | 1500 | resolved "https://registry.npm.taobao.org/map-obj/download/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9" |
| 1388 | 1501 | integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk= |
| 1389 | 1502 | |
| 1503 | +map-obj@^4.0.0: | |
| 1504 | + version "4.1.0" | |
| 1505 | + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.1.0.tgz#b91221b542734b9f14256c0132c897c5d7256fd5" | |
| 1506 | + integrity sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g== | |
| 1507 | + | |
| 1390 | 1508 | map-visit@^1.0.0: |
| 1391 | 1509 | version "1.0.0" |
| 1392 | 1510 | resolved "https://registry.npm.taobao.org/map-visit/download/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" |
| ... | ... | @@ -1425,6 +1543,25 @@ meow@^4.0.0: |
| 1425 | 1543 | redent "^2.0.0" |
| 1426 | 1544 | trim-newlines "^2.0.0" |
| 1427 | 1545 | |
| 1546 | +meow@^7.0.0: | |
| 1547 | + version "7.0.1" | |
| 1548 | + resolved "https://registry.yarnpkg.com/meow/-/meow-7.0.1.tgz#1ed4a0a50b3844b451369c48362eb0515f04c1dc" | |
| 1549 | + integrity sha512-tBKIQqVrAHqwit0vfuFPY3LlzJYkEOFyKa3bPgxzNl6q/RtN8KQ+ALYEASYuFayzSAsjlhXj/JZ10rH85Q6TUw== | |
| 1550 | + dependencies: | |
| 1551 | + "@types/minimist" "^1.2.0" | |
| 1552 | + arrify "^2.0.1" | |
| 1553 | + camelcase "^6.0.0" | |
| 1554 | + camelcase-keys "^6.2.2" | |
| 1555 | + decamelize-keys "^1.1.0" | |
| 1556 | + hard-rejection "^2.1.0" | |
| 1557 | + minimist-options "^4.0.2" | |
| 1558 | + normalize-package-data "^2.5.0" | |
| 1559 | + read-pkg-up "^7.0.1" | |
| 1560 | + redent "^3.0.0" | |
| 1561 | + trim-newlines "^3.0.0" | |
| 1562 | + type-fest "^0.13.1" | |
| 1563 | + yargs-parser "^18.1.3" | |
| 1564 | + | |
| 1428 | 1565 | micromatch@^3.0.4: |
| 1429 | 1566 | version "3.1.10" |
| 1430 | 1567 | resolved "https://registry.npm.taobao.org/micromatch/download/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" |
| ... | ... | @@ -1444,6 +1581,11 @@ micromatch@^3.0.4: |
| 1444 | 1581 | snapdragon "^0.8.1" |
| 1445 | 1582 | to-regex "^3.0.2" |
| 1446 | 1583 | |
| 1584 | +min-indent@^1.0.0: | |
| 1585 | + version "1.0.1" | |
| 1586 | + resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" | |
| 1587 | + integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== | |
| 1588 | + | |
| 1447 | 1589 | minimatch@^3.0.4: |
| 1448 | 1590 | version "3.0.4" |
| 1449 | 1591 | resolved "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimatch%2Fdownload%2Fminimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" |
| ... | ... | @@ -1459,6 +1601,15 @@ minimist-options@^3.0.1: |
| 1459 | 1601 | arrify "^1.0.1" |
| 1460 | 1602 | is-plain-obj "^1.1.0" |
| 1461 | 1603 | |
| 1604 | +minimist-options@^4.0.2: | |
| 1605 | + version "4.1.0" | |
| 1606 | + resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" | |
| 1607 | + integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== | |
| 1608 | + dependencies: | |
| 1609 | + arrify "^1.0.1" | |
| 1610 | + is-plain-obj "^1.1.0" | |
| 1611 | + kind-of "^6.0.3" | |
| 1612 | + | |
| 1462 | 1613 | minimist@0.0.8: |
| 1463 | 1614 | version "0.0.8" |
| 1464 | 1615 | resolved "https://registry.npm.taobao.org/minimist/download/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" |
| ... | ... | @@ -1469,10 +1620,10 @@ minimist@^1.1.3: |
| 1469 | 1620 | resolved "https://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" |
| 1470 | 1621 | integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= |
| 1471 | 1622 | |
| 1472 | -minimist@~0.0.1: | |
| 1473 | - version "0.0.10" | |
| 1474 | - resolved "https://registry.npm.taobao.org/minimist/download/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" | |
| 1475 | - integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= | |
| 1623 | +minimist@^1.2.5: | |
| 1624 | + version "1.2.5" | |
| 1625 | + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" | |
| 1626 | + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== | |
| 1476 | 1627 | |
| 1477 | 1628 | mixin-deep@^1.2.0: |
| 1478 | 1629 | version "1.3.2" |
| ... | ... | @@ -1538,7 +1689,7 @@ nopt@^3.0.4: |
| 1538 | 1689 | dependencies: |
| 1539 | 1690 | abbrev "1" |
| 1540 | 1691 | |
| 1541 | -normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5: | |
| 1692 | +normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5, normalize-package-data@^2.5.0: | |
| 1542 | 1693 | version "2.5.0" |
| 1543 | 1694 | resolved "https://registry.npm.taobao.org/normalize-package-data/download/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" |
| 1544 | 1695 | integrity sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg= |
| ... | ... | @@ -1621,14 +1772,6 @@ once@^1.3.0: |
| 1621 | 1772 | dependencies: |
| 1622 | 1773 | wrappy "1" |
| 1623 | 1774 | |
| 1624 | -optimist@^0.6.1: | |
| 1625 | - version "0.6.1" | |
| 1626 | - resolved "https://registry.npm.taobao.org/optimist/download/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" | |
| 1627 | - integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY= | |
| 1628 | - dependencies: | |
| 1629 | - minimist "~0.0.1" | |
| 1630 | - wordwrap "~0.0.2" | |
| 1631 | - | |
| 1632 | 1775 | p-limit@^1.1.0: |
| 1633 | 1776 | version "1.3.0" |
| 1634 | 1777 | resolved "https://registry.npm.taobao.org/p-limit/download/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" |
| ... | ... | @@ -1703,6 +1846,16 @@ parse-json@^4.0.0: |
| 1703 | 1846 | error-ex "^1.3.1" |
| 1704 | 1847 | json-parse-better-errors "^1.0.1" |
| 1705 | 1848 | |
| 1849 | +parse-json@^5.0.0: | |
| 1850 | + version "5.0.0" | |
| 1851 | + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" | |
| 1852 | + integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== | |
| 1853 | + dependencies: | |
| 1854 | + "@babel/code-frame" "^7.0.0" | |
| 1855 | + error-ex "^1.3.1" | |
| 1856 | + json-parse-better-errors "^1.0.1" | |
| 1857 | + lines-and-columns "^1.1.6" | |
| 1858 | + | |
| 1706 | 1859 | parse-passwd@^1.0.0: |
| 1707 | 1860 | version "1.0.0" |
| 1708 | 1861 | resolved "https://registry.npm.taobao.org/parse-passwd/download/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" |
| ... | ... | @@ -1836,6 +1989,11 @@ quick-lru@^1.0.0: |
| 1836 | 1989 | resolved "https://registry.npm.taobao.org/quick-lru/download/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" |
| 1837 | 1990 | integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= |
| 1838 | 1991 | |
| 1992 | +quick-lru@^4.0.1: | |
| 1993 | + version "4.0.1" | |
| 1994 | + resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" | |
| 1995 | + integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== | |
| 1996 | + | |
| 1839 | 1997 | read-pkg-up@^1.0.1: |
| 1840 | 1998 | version "1.0.1" |
| 1841 | 1999 | resolved "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" |
| ... | ... | @@ -1852,6 +2010,15 @@ read-pkg-up@^3.0.0: |
| 1852 | 2010 | find-up "^2.0.0" |
| 1853 | 2011 | read-pkg "^3.0.0" |
| 1854 | 2012 | |
| 2013 | +read-pkg-up@^7.0.1: | |
| 2014 | + version "7.0.1" | |
| 2015 | + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" | |
| 2016 | + integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== | |
| 2017 | + dependencies: | |
| 2018 | + find-up "^4.1.0" | |
| 2019 | + read-pkg "^5.2.0" | |
| 2020 | + type-fest "^0.8.1" | |
| 2021 | + | |
| 1855 | 2022 | read-pkg@^1.0.0: |
| 1856 | 2023 | version "1.1.0" |
| 1857 | 2024 | resolved "https://registry.npm.taobao.org/read-pkg/download/read-pkg-1.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fread-pkg%2Fdownload%2Fread-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" |
| ... | ... | @@ -1870,6 +2037,16 @@ read-pkg@^3.0.0: |
| 1870 | 2037 | normalize-package-data "^2.3.2" |
| 1871 | 2038 | path-type "^3.0.0" |
| 1872 | 2039 | |
| 2040 | +read-pkg@^5.2.0: | |
| 2041 | + version "5.2.0" | |
| 2042 | + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" | |
| 2043 | + integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== | |
| 2044 | + dependencies: | |
| 2045 | + "@types/normalize-package-data" "^2.4.0" | |
| 2046 | + normalize-package-data "^2.5.0" | |
| 2047 | + parse-json "^5.0.0" | |
| 2048 | + type-fest "^0.6.0" | |
| 2049 | + | |
| 1873 | 2050 | read@1.0.x: |
| 1874 | 2051 | version "1.0.7" |
| 1875 | 2052 | resolved "https://registry.npm.taobao.org/read/download/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" |
| ... | ... | @@ -1932,6 +2109,14 @@ redent@^2.0.0: |
| 1932 | 2109 | indent-string "^3.0.0" |
| 1933 | 2110 | strip-indent "^2.0.0" |
| 1934 | 2111 | |
| 2112 | +redent@^3.0.0: | |
| 2113 | + version "3.0.0" | |
| 2114 | + resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" | |
| 2115 | + integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== | |
| 2116 | + dependencies: | |
| 2117 | + indent-string "^4.0.0" | |
| 2118 | + strip-indent "^3.0.0" | |
| 2119 | + | |
| 1935 | 2120 | regex-not@^1.0.0, regex-not@^1.0.2: |
| 1936 | 2121 | version "1.0.2" |
| 1937 | 2122 | resolved "https://registry.npm.taobao.org/regex-not/download/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" |
| ... | ... | @@ -2038,11 +2223,16 @@ safer-buffer@~2.1.0: |
| 2038 | 2223 | resolved "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" |
| 2039 | 2224 | integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= |
| 2040 | 2225 | |
| 2041 | -semver@6.3.0, semver@^6.0.0: | |
| 2226 | +semver@^6.0.0: | |
| 2042 | 2227 | version "6.3.0" |
| 2043 | 2228 | resolved "https://registry.npm.taobao.org/semver/download/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
| 2044 | 2229 | integrity sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0= |
| 2045 | 2230 | |
| 2231 | +semver@^7.1.1: | |
| 2232 | + version "7.3.2" | |
| 2233 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" | |
| 2234 | + integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== | |
| 2235 | + | |
| 2046 | 2236 | set-blocking@^2.0.0: |
| 2047 | 2237 | version "2.0.0" |
| 2048 | 2238 | resolved "https://registry.npm.taobao.org/set-blocking/download/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" |
| ... | ... | @@ -2058,6 +2248,15 @@ set-value@^2.0.0, set-value@^2.0.1: |
| 2058 | 2248 | is-plain-object "^2.0.3" |
| 2059 | 2249 | split-string "^3.0.1" |
| 2060 | 2250 | |
| 2251 | +shelljs@^0.8.3: | |
| 2252 | + version "0.8.4" | |
| 2253 | + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" | |
| 2254 | + integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== | |
| 2255 | + dependencies: | |
| 2256 | + glob "^7.0.0" | |
| 2257 | + interpret "^1.0.0" | |
| 2258 | + rechoir "^0.6.2" | |
| 2259 | + | |
| 2061 | 2260 | signal-exit@^3.0.0: |
| 2062 | 2261 | version "3.0.2" |
| 2063 | 2262 | resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" |
| ... | ... | @@ -2188,25 +2387,26 @@ stack-trace@0.0.x: |
| 2188 | 2387 | resolved "https://registry.npm.taobao.org/stack-trace/download/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" |
| 2189 | 2388 | integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= |
| 2190 | 2389 | |
| 2191 | -standard-version@^7.0.0: | |
| 2192 | - version "7.0.0" | |
| 2193 | - resolved "https://registry.npm.taobao.org/standard-version/download/standard-version-7.0.0.tgz#4ce10ea5d20270ed4a32b22d15cce5fd1f1a5bbb" | |
| 2194 | - integrity sha1-TOEOpdICcO1KMrItFczl/R8aW7s= | |
| 2195 | - dependencies: | |
| 2196 | - chalk "2.4.2" | |
| 2197 | - conventional-changelog "3.1.9" | |
| 2198 | - conventional-changelog-config-spec "2.0.0" | |
| 2199 | - conventional-recommended-bump "6.0.0" | |
| 2200 | - detect-indent "6.0.0" | |
| 2201 | - detect-newline "3.0.0" | |
| 2202 | - dotgitignore "2.1.0" | |
| 2203 | - figures "3.0.0" | |
| 2204 | - find-up "4.1.0" | |
| 2205 | - fs-access "1.0.1" | |
| 2206 | - git-semver-tags "3.0.0" | |
| 2207 | - semver "6.3.0" | |
| 2208 | - stringify-package "1.0.0" | |
| 2209 | - yargs "13.3.0" | |
| 2390 | +standard-version@^8.0.1: | |
| 2391 | + version "8.0.1" | |
| 2392 | + resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-8.0.1.tgz#4638d3cee1365c9d6773c3ac33429e4562f3f696" | |
| 2393 | + integrity sha512-FLZdjvL2tBdwlctfQeyBf4+dX+SFljwdWfUA0F3wPiU9Rn0+FSuD3I0WXuzC1RmcaWwU5WL3EyV4Aanejc8Pqg== | |
| 2394 | + dependencies: | |
| 2395 | + chalk "^2.4.2" | |
| 2396 | + conventional-changelog "3.1.21" | |
| 2397 | + conventional-changelog-config-spec "2.1.0" | |
| 2398 | + conventional-changelog-conventionalcommits "4.3.0" | |
| 2399 | + conventional-recommended-bump "6.0.9" | |
| 2400 | + detect-indent "^6.0.0" | |
| 2401 | + detect-newline "^3.1.0" | |
| 2402 | + dotgitignore "^2.1.0" | |
| 2403 | + figures "^3.1.0" | |
| 2404 | + find-up "^4.1.0" | |
| 2405 | + fs-access "^1.0.1" | |
| 2406 | + git-semver-tags "^4.0.0" | |
| 2407 | + semver "^7.1.1" | |
| 2408 | + stringify-package "^1.0.1" | |
| 2409 | + yargs "^15.3.1" | |
| 2210 | 2410 | |
| 2211 | 2411 | static-extend@^0.1.1: |
| 2212 | 2412 | version "0.1.2" |
| ... | ... | @@ -2221,14 +2421,14 @@ streamsearch@~0.1.2: |
| 2221 | 2421 | resolved "https://registry.npm.taobao.org/streamsearch/download/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" |
| 2222 | 2422 | integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo= |
| 2223 | 2423 | |
| 2224 | -string-width@^3.0.0, string-width@^3.1.0: | |
| 2225 | - version "3.1.0" | |
| 2226 | - resolved "https://registry.npm.taobao.org/string-width/download/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" | |
| 2227 | - integrity sha1-InZ74htirxCBV0MG9prFG2IgOWE= | |
| 2424 | +string-width@^4.1.0, string-width@^4.2.0: | |
| 2425 | + version "4.2.0" | |
| 2426 | + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" | |
| 2427 | + integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== | |
| 2228 | 2428 | dependencies: |
| 2229 | - emoji-regex "^7.0.1" | |
| 2230 | - is-fullwidth-code-point "^2.0.0" | |
| 2231 | - strip-ansi "^5.1.0" | |
| 2429 | + emoji-regex "^8.0.0" | |
| 2430 | + is-fullwidth-code-point "^3.0.0" | |
| 2431 | + strip-ansi "^6.0.0" | |
| 2232 | 2432 | |
| 2233 | 2433 | string_decoder@^1.1.1: |
| 2234 | 2434 | version "1.3.0" |
| ... | ... | @@ -2249,10 +2449,10 @@ string_decoder@~1.1.1: |
| 2249 | 2449 | dependencies: |
| 2250 | 2450 | safe-buffer "~5.1.0" |
| 2251 | 2451 | |
| 2252 | -stringify-package@1.0.0: | |
| 2253 | - version "1.0.0" | |
| 2254 | - resolved "https://registry.npm.taobao.org/stringify-package/download/stringify-package-1.0.0.tgz#e02828089333d7d45cd8c287c30aa9a13375081b" | |
| 2255 | - integrity sha1-4CgoCJMz19Rc2MKHwwqpoTN1CBs= | |
| 2452 | +stringify-package@^1.0.1: | |
| 2453 | + version "1.0.1" | |
| 2454 | + resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85" | |
| 2455 | + integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg== | |
| 2256 | 2456 | |
| 2257 | 2457 | strip-ansi@^3.0.0: |
| 2258 | 2458 | version "3.0.1" |
| ... | ... | @@ -2261,12 +2461,12 @@ strip-ansi@^3.0.0: |
| 2261 | 2461 | dependencies: |
| 2262 | 2462 | ansi-regex "^2.0.0" |
| 2263 | 2463 | |
| 2264 | -strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: | |
| 2265 | - version "5.2.0" | |
| 2266 | - resolved "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" | |
| 2267 | - integrity sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4= | |
| 2464 | +strip-ansi@^6.0.0: | |
| 2465 | + version "6.0.0" | |
| 2466 | + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" | |
| 2467 | + integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== | |
| 2268 | 2468 | dependencies: |
| 2269 | - ansi-regex "^4.1.0" | |
| 2469 | + ansi-regex "^5.0.0" | |
| 2270 | 2470 | |
| 2271 | 2471 | strip-bom@^2.0.0: |
| 2272 | 2472 | version "2.0.0" |
| ... | ... | @@ -2292,6 +2492,13 @@ strip-indent@^2.0.0: |
| 2292 | 2492 | resolved "https://registry.npm.taobao.org/strip-indent/download/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" |
| 2293 | 2493 | integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= |
| 2294 | 2494 | |
| 2495 | +strip-indent@^3.0.0: | |
| 2496 | + version "3.0.0" | |
| 2497 | + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" | |
| 2498 | + integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== | |
| 2499 | + dependencies: | |
| 2500 | + min-indent "^1.0.0" | |
| 2501 | + | |
| 2295 | 2502 | supports-color@^2.0.0: |
| 2296 | 2503 | version "2.0.0" |
| 2297 | 2504 | resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" |
| ... | ... | @@ -2304,10 +2511,10 @@ supports-color@^5.3.0: |
| 2304 | 2511 | dependencies: |
| 2305 | 2512 | has-flag "^3.0.0" |
| 2306 | 2513 | |
| 2307 | -text-extensions@^2.0.0: | |
| 2308 | - version "2.0.0" | |
| 2309 | - resolved "https://registry.npm.taobao.org/text-extensions/download/text-extensions-2.0.0.tgz#43eabd1b495482fae4a2bf65e5f56c29f69220f6" | |
| 2310 | - integrity sha1-Q+q9G0lUgvrkor9l5fVsKfaSIPY= | |
| 2514 | +text-extensions@^1.0.0: | |
| 2515 | + version "1.9.0" | |
| 2516 | + resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" | |
| 2517 | + integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== | |
| 2311 | 2518 | |
| 2312 | 2519 | through2@^2.0.0, through2@^2.0.2: |
| 2313 | 2520 | version "2.0.5" |
| ... | ... | @@ -2364,11 +2571,31 @@ trim-newlines@^2.0.0: |
| 2364 | 2571 | resolved "https://registry.npm.taobao.org/trim-newlines/download/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20" |
| 2365 | 2572 | integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= |
| 2366 | 2573 | |
| 2574 | +trim-newlines@^3.0.0: | |
| 2575 | + version "3.0.0" | |
| 2576 | + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30" | |
| 2577 | + integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== | |
| 2578 | + | |
| 2367 | 2579 | trim-off-newlines@^1.0.0: |
| 2368 | 2580 | version "1.0.1" |
| 2369 | 2581 | resolved "https://registry.npm.taobao.org/trim-off-newlines/download/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" |
| 2370 | 2582 | integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= |
| 2371 | 2583 | |
| 2584 | +type-fest@^0.13.1: | |
| 2585 | + version "0.13.1" | |
| 2586 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" | |
| 2587 | + integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== | |
| 2588 | + | |
| 2589 | +type-fest@^0.6.0: | |
| 2590 | + version "0.6.0" | |
| 2591 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" | |
| 2592 | + integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== | |
| 2593 | + | |
| 2594 | +type-fest@^0.8.1: | |
| 2595 | + version "0.8.1" | |
| 2596 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" | |
| 2597 | + integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== | |
| 2598 | + | |
| 2372 | 2599 | typedarray@^0.0.6: |
| 2373 | 2600 | version "0.0.6" |
| 2374 | 2601 | resolved "https://registry.npm.taobao.org/typedarray/download/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" |
| ... | ... | @@ -2482,19 +2709,19 @@ winston@0.8.x: |
| 2482 | 2709 | pkginfo "0.3.x" |
| 2483 | 2710 | stack-trace "0.0.x" |
| 2484 | 2711 | |
| 2485 | -wordwrap@~0.0.2: | |
| 2486 | - version "0.0.3" | |
| 2487 | - resolved "https://registry.npm.taobao.org/wordwrap/download/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" | |
| 2488 | - integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc= | |
| 2712 | +wordwrap@^1.0.0: | |
| 2713 | + version "1.0.0" | |
| 2714 | + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" | |
| 2715 | + integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= | |
| 2489 | 2716 | |
| 2490 | -wrap-ansi@^5.1.0: | |
| 2491 | - version "5.1.0" | |
| 2492 | - resolved "https://registry.npm.taobao.org/wrap-ansi/download/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" | |
| 2493 | - integrity sha1-H9H2cjXVttD+54EFYAG/tpTAOwk= | |
| 2717 | +wrap-ansi@^6.2.0: | |
| 2718 | + version "6.2.0" | |
| 2719 | + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" | |
| 2720 | + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== | |
| 2494 | 2721 | dependencies: |
| 2495 | - ansi-styles "^3.2.0" | |
| 2496 | - string-width "^3.0.0" | |
| 2497 | - strip-ansi "^5.0.0" | |
| 2722 | + ansi-styles "^4.0.0" | |
| 2723 | + string-width "^4.1.0" | |
| 2724 | + strip-ansi "^6.0.0" | |
| 2498 | 2725 | |
| 2499 | 2726 | wrappy@1: |
| 2500 | 2727 | version "1.0.2" |
| ... | ... | @@ -2511,26 +2738,27 @@ y18n@^4.0.0: |
| 2511 | 2738 | resolved "https://registry.npm.taobao.org/y18n/download/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" |
| 2512 | 2739 | integrity sha1-le+U+F7MgdAHwmThkKEg8KPIVms= |
| 2513 | 2740 | |
| 2514 | -yargs-parser@^13.1.1: | |
| 2515 | - version "13.1.1" | |
| 2516 | - resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" | |
| 2517 | - integrity sha1-0mBYUyqgbTZf4JH2ofwGsvfl7KA= | |
| 2741 | +yargs-parser@^18.1.2, yargs-parser@^18.1.3: | |
| 2742 | + version "18.1.3" | |
| 2743 | + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" | |
| 2744 | + integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== | |
| 2518 | 2745 | dependencies: |
| 2519 | 2746 | camelcase "^5.0.0" |
| 2520 | 2747 | decamelize "^1.2.0" |
| 2521 | 2748 | |
| 2522 | -yargs@13.3.0: | |
| 2523 | - version "13.3.0" | |
| 2524 | - resolved "https://registry.npm.taobao.org/yargs/download/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" | |
| 2525 | - integrity sha1-TGV6VeB+Xyz5R/ijZlZ8BKDe3IM= | |
| 2749 | +yargs@^15.3.1: | |
| 2750 | + version "15.4.1" | |
| 2751 | + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" | |
| 2752 | + integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== | |
| 2526 | 2753 | dependencies: |
| 2527 | - cliui "^5.0.0" | |
| 2528 | - find-up "^3.0.0" | |
| 2754 | + cliui "^6.0.0" | |
| 2755 | + decamelize "^1.2.0" | |
| 2756 | + find-up "^4.1.0" | |
| 2529 | 2757 | get-caller-file "^2.0.1" |
| 2530 | 2758 | require-directory "^2.1.1" |
| 2531 | 2759 | require-main-filename "^2.0.0" |
| 2532 | 2760 | set-blocking "^2.0.0" |
| 2533 | - string-width "^3.0.0" | |
| 2761 | + string-width "^4.2.0" | |
| 2534 | 2762 | which-module "^2.0.0" |
| 2535 | 2763 | y18n "^4.0.0" |
| 2536 | - yargs-parser "^13.1.1" | |
| 2764 | + yargs-parser "^18.1.2" | ... | ... |