Bump yargs from 16.2.0 to 17.0.1 (#5715)

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[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-17 10:15:11 -04:00
committed by GitHub
parent febe52d373
commit 41f0298ae4
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -48260,7 +48260,7 @@
"shimmer": "^1.2.1",
"strip-ansi": "^6.0.0",
"strip-indent": "^3.0.0",
"yargs": "^16.2.0",
"yargs": "^17.0.1",
"yargs-parser": "^20.2.7"
},
"bin": {
@@ -48402,9 +48402,9 @@
}
},
"packages/cli/node_modules/yargs": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
"integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
@@ -48415,7 +48415,7 @@
"yargs-parser": "^20.2.2"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
},
"packages/cli/node_modules/yargs-parser": {
@@ -53133,7 +53133,7 @@
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"yargs": "^16.2.0",
"yargs": "^17.0.1",
"yargs-parser": "^20.2.7"
},
"dependencies": {
@@ -53229,9 +53229,9 @@
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
},
"yargs": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
"integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
"requires": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",

View File

@@ -72,7 +72,7 @@
"shimmer": "^1.2.1",
"strip-ansi": "^6.0.0",
"strip-indent": "^3.0.0",
"yargs": "^16.2.0",
"yargs": "^17.0.1",
"yargs-parser": "^20.2.7"
},
"devDependencies": {