From a96c6714caa4dcfcfec4ede7fa0190d3181f1872 Mon Sep 17 00:00:00 2001 From: Michael Nightingale Date: Tue, 15 Sep 2020 18:22:07 +0100 Subject: [PATCH] Downgrade crypto-js for react-native compatibility https://github.com/brix/crypto-js/pull/259 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6cc2920..9beb97b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mnightingale/react-native-image-cache-hoc", - "version": "3.0.0", + "version": "3.0.1", "description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.", "keywords": [ "react", @@ -54,7 +54,7 @@ }, "dependencies": { "buffer": "^5.0.8", - "crypto-js": "^4.0.0", + "crypto-js": "^3.1.9-1", "path": "^0.12.7", "prop-types": "^15.6.0", "react-native-uuid": "^1.4.9", diff --git a/yarn.lock b/yarn.lock index 19fe022..99180a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3984,10 +3984,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -crypto-js@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc" - integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg== +crypto-js@^3.1.9-1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b" + integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q== crypto-random-string@^1.0.0: version "1.0.0"