From 8ae288c2225fe9a7bbc631dca30c7ae0902866c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 10:42:46 +0000 Subject: [PATCH] chore(deps): bump yargs from 16.2.0 to 17.0.1 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) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c29f05c..6726a9d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "tmp": "^0.2.1", "tweak-sourcemap-paths": "0.0.4", "yalc": "^1.0.0-pre.49", - "yargs": "^16.2.0" + "yargs": "^17.0.1" }, "resolutions": { "npm-packlist": "1.4.6" diff --git a/yarn.lock b/yarn.lock index aceedce..798b089 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1814,3 +1814,16 @@ yargs@^16.1.1, yargs@^16.2.0: string-width "^4.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"