Skip to content

Commit

Permalink
build(crypto-js): Pin yarg-parser to 21.0.1 to prevent upgrade bug
Browse files Browse the repository at this point in the history
We are effected by yargs/yargs-parser#452
through the transient dependency of jest on yargs
  • Loading branch information
gnunicorn committed Aug 4, 2022
1 parent 3aa5af5 commit f743b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"devDependencies": {
"@napi-rs/cli": "^2.9.0",
"jest": "^28.1.0",
"typedoc": "^0.22.17"
"typedoc": "^0.22.17",
"yargs-parser": "~21.0.1"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit f743b5e

Please sign in to comment.