Skip to content

Commit

Permalink
Bump yargs to ^17.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2023
1 parent b9a26a1 commit d79cf27
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"yargs": "^17.6.2",
"yargs": "^17.7.0",
"yarn-deduplicate": "^3.1.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-docgen": "^5.4.3",
"recast": "^0.22.0",
"typescript-to-proptypes": "^5.0.0",
"yargs": "^17.6.2"
"yargs": "^17.7.0"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/traverse": "^7.20.13",
"jscodeshift": "^0.13.1",
"jscodeshift-add-imports": "^1.0.10",
"yargs": "^17.6.2"
"yargs": "^17.7.0"
},
"devDependencies": {
"@types/jscodeshift": "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mustache": "^4.2.0",
"shx": "^0.3.4",
"svgo": "^2.8.0",
"yargs": "^17.6.2"
"yargs": "^17.7.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16270,10 +16270,10 @@ yargs@^15.0.2, yargs@^15.1.0, yargs@^15.3.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"

yargs@^17.3.1, yargs@^17.6.2:
version "17.6.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541"
integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==
yargs@^17.3.1, yargs@^17.6.2, yargs@^17.7.0:
version "17.7.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.0.tgz#b21e9af1e0a619a2a9c67b1133219b2975a07985"
integrity sha512-dwqOPg5trmrre9+v8SUo2q/hAwyKoVfu8OC1xPHKJGNdxAvPl4sKxL4vBnh3bQz/ZvvGAFeA5H3ou2kcOY8sQQ==
dependencies:
cliui "^8.0.1"
escalade "^3.1.1"
Expand Down

0 comments on commit d79cf27

Please sign in to comment.