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 2430d7f commit 3252938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bindings/matrix-sdk-crypto-js/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
3 changes: 2 additions & 1 deletion bindings/matrix-sdk-crypto-nodejs/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 3252938

Please sign in to comment.