From 93a81361e7603b345ec12c4f950dd713f7f6ad73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 03:25:45 +0000 Subject: [PATCH] chore(deps): bump yargs from 13.3.0 to 14.0.0 Bumps [yargs](https://github.com/yargs/yargs) from 13.3.0 to 14.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v13.3.0...v14.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0bd4d1a..ebf64fc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "commander": "^2.19.0", "ora": "^3.2.0", "ramda": "^0.26.1", - "yargs": "^13.2.1" + "yargs": "^14.0.0" }, "devDependencies": { "delay": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 9555b4c..6269fd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6640,7 +6640,7 @@ yargs@13.2.2: y18n "^4.0.0" yargs-parser "^13.0.0" -yargs@^13.2.1, yargs@^13.3.0: +yargs@^13.3.0: version "13.3.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA== @@ -6655,3 +6655,20 @@ yargs@^13.2.1, yargs@^13.3.0: which-module "^2.0.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"