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 ca7f5c4 commit c4a0acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,8 @@
"wasm-pack": "^0.10.2",
"jest": "^28.1.0",
"typedoc": "^0.22.17",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"yargs-parser": "~21.0.1"
},
"engines": {
"node": ">= 10"
Expand Down

0 comments on commit c4a0acf

Please sign in to comment.