From 00bffd9e7e90315f09cee4a8ade60121d1e1b75a Mon Sep 17 00:00:00 2001 From: einaralex Date: Sat, 25 Feb 2023 01:48:47 +0000 Subject: [PATCH] fix: crypto-js to 3.1.9-1 because of https://github.com/brix/crypto-js/issues/256 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1fca67..f17ad2b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.46.0", "@typescript-eslint/parser": "^5.46.0", - "crypto-js": "^4.1.1", + "crypto-js": "^3.1.9-1", "dts-bundle-generator": "^7.1.0", "eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0",