update: update dependency yargs to v14
This commit is contained in:
parent
7aaaf29694
commit
c68c7b93db
|
@ -60,7 +60,7 @@
|
|||
"standard-version": "7.0.0",
|
||||
"tslint": "5.18.0",
|
||||
"typescript": "3.5.3",
|
||||
"yargs": "13.3.0"
|
||||
"yargs": "14.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -2528,6 +2528,23 @@ yargs@13.3.0:
|
|||
y18n "^4.0.0"
|
||||
yargs-parser "^13.1.1"
|
||||
|
||||
yargs@14.0.0:
|
||||
version "14.0.0"
|
||||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066"
|
||||
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
|
||||
dependencies:
|
||||
cliui "^5.0.0"
|
||||
decamelize "^1.2.0"
|
||||
find-up "^3.0.0"
|
||||
get-caller-file "^2.0.1"
|
||||
require-directory "^2.1.1"
|
||||
require-main-filename "^2.0.0"
|
||||
set-blocking "^2.0.0"
|
||||
string-width "^3.0.0"
|
||||
which-module "^2.0.0"
|
||||
y18n "^4.0.0"
|
||||
yargs-parser "^13.1.1"
|
||||
|
||||
yargs@^12.0.5:
|
||||
version "12.0.5"
|
||||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
|
||||
|
|
Loading…
Reference in New Issue