Skip to content

Commit

Permalink
fix(deps): Upgrade yargs-parser - fixes #725
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Jan 19, 2022
1 parent 952e816 commit 3b77c9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./build/package-manager')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"pluralize": "^8.0.0",
"semver": "^7.0.0",
"which": "^2.0.0",
"yargs-parser": "^16.1.0"
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@semantic-release/git": "9.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8493,6 +8493,11 @@ yargs-parser@^16.1.0:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^21.0.0:
version "21.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.0.tgz#a485d3966be4317426dd56bdb6a30131b281dc55"
integrity sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==

yargs-parser@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
Expand Down

0 comments on commit 3b77c9a

Please sign in to comment.