Skip to content

Commit

Permalink
fix(deps): update dependency yargs-parser to v21.1.1 (#2231)
Browse files Browse the repository at this point in the history
Currently the `yargs` is not usable in Deno with `.env()`. 
This was fixed in yargs/yargs-parser#432
It was released in yargs-parser v21.0.1
This dependency bump will fix `yargs` for Deno.

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
webbertakken and bcoe committed Nov 3, 2022
1 parent bc84a61 commit 75b4d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down

0 comments on commit 75b4d52

Please sign in to comment.