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"