From ee1e8dfb8dcfef877f76c1cdb2f4a0aca39ec4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 22:35:05 +0200 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.0.1 (#81) Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.1. - [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/v16.2.0...v17.0.1) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 884839fb..9ecb2a0b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "figlet": "^1.5.0", "js-yaml": "^4.0.0", "replace-in-file": "^6.2.0", - "yargs": "^16.2.0" + "yargs": "^17.0.1" }, "files": [ "lib/**/*", diff --git a/yarn.lock b/yarn.lock index 3f358f54..a5337fbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7607,6 +7607,19 @@ yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@^17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb" + integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + yn@3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"