build(crypto-js): Pin yarg-parser to 21.0.1 to prevent upgrade bug

We are effected by https://github.com/yargs/yargs-parser/issues/452
through the transient dependency of jest on yargs
This commit is contained in:
Benjamin Kampmann
2022-08-04 11:17:15 +02:00
committed by Benjamin Kampmann
parent ddf8577c84
commit 3bdb2f22ea
2 changed files with 4 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"