diff --git a/package.json b/package.json index c29f05c..17ce94f 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.0" }, "resolutions": { "npm-packlist": "1.4.6" diff --git a/yarn.lock b/yarn.lock index f9d8153..fc97044 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1821,3 +1821,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.0: + version "17.0.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.0.tgz#147db33e222e8e6a7829df5f2ae696b58d1c82bf" + integrity sha512-gbtedDPfBgG40iLbaRXhqYJycUYqFVZQLIxl1cG5Ez/xZL/47TetSYzPSIixkWa36GKHr9D/o/oSG1vHXF4zTw== + 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"