From c4a0acf2b5422ecb41bd36114dee9ba288987cb6 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Thu, 4 Aug 2022 11:17:15 +0200 Subject: [PATCH] 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 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fdc08f..8b0a8f8 100644 --- a/package.json +++ b/package.json @@ -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"