From 4058c6ed4a066ea89528be4dcdff6982fc6ae3d1 Mon Sep 17 00:00:00 2001 From: Satish Ravi Date: Fri, 20 Dec 2024 20:15:43 -0800 Subject: [PATCH] chore(deps): revert react-native-quick-crypto upgrade (#6388) ### Description Dev android builds started breaking with https://github.com/valora-inc/wallet/pull/6362, which upgraded quick crypto to 0.7.10 (the PR says 0.7.9, but the version in the lock file was upgraded to 0.7.10). This reverts it to 0.7.9 which works ### Test plan Dev android build succeeds ### Related issues N/A ### Backwards compatibility N/A ### Network scalability N/A --------- Co-authored-by: Tom McGuire --- ios/Podfile.lock | 4 ++-- package.json | 2 +- renovate.json5 | 1 + yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b4113bb5e74..981b6adbb98 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -594,7 +594,7 @@ PODS: - react-native-pager-view (6.4.1): - RCT-Folly (= 2021.07.22.00) - React-Core - - react-native-quick-crypto (0.7.10): + - react-native-quick-crypto (0.7.7): - OpenSSL-Universal - RCT-Folly (= 2021.07.22.00) - React @@ -1275,7 +1275,7 @@ SPEC CHECKSUMS: react-native-launch-arguments: d4759f7591e2766e6c5ec746b7032429edaf7058 react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187 react-native-pager-view: 13652f56368120d8126ac3535a0d7fb0e9673c20 - react-native-quick-crypto: 6831a30c5ea409f8a42de84183edb64cd3c1931e + react-native-quick-crypto: 9077632c3ade02e3c121d7badbe45f7c414de91a react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863 react-native-safe-area-context: 758e894ca5a9bd1868d2a9cfbca7326a2b6bf9dc react-native-shake: a426aa83eb1bd32b931153a2479f5fcfd909e29a diff --git a/package.json b/package.json index 2e76460c916..135ddd6f2c2 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "react-native-picker-select": "^9.3.1", "react-native-platform-touchable": "^1.1.1", "react-native-qrcode-svg": "^6.3.12", - "react-native-quick-crypto": "^0.7.10", + "react-native-quick-crypto": "0.7.7", "react-native-reanimated": "^3.15.1", "react-native-restart": "^0.0.27", "react-native-safe-area-context": "^4.14.1", diff --git a/renovate.json5 b/renovate.json5 index 49a025a44de..dd16b0768a3 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -101,5 +101,6 @@ 'lottie-react-native', // TODO (act-1187): handle 6.x breaking changes and upgrade 'react-native-shake', // https://github.com/Doko-Demo-Doa/react-native-shake/issues/62 'react-native-adjust', // TODO: remove once this issue is resolved https://github.com/segmentio/analytics-react-native/issues/1036 + 'react-native-quick-crypto', // 0.7.10 breaks dev android builds ], } diff --git a/yarn.lock b/yarn.lock index d14116e4791..6d1ba9d578a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12725,10 +12725,10 @@ react-native-quick-base64@^2.0.5: dependencies: base64-js "^1.5.1" -react-native-quick-crypto@^0.7.10: - version "0.7.10" - resolved "https://registry.yarnpkg.com/react-native-quick-crypto/-/react-native-quick-crypto-0.7.10.tgz#b65359348b4c1f2677c52ef54ab568f81627a4cf" - integrity sha512-ziupKopD1o58v+ywL8aTvJMXBpGf89xLQc3JKG5CRSdEUfTUu5e4ru43KIXrG6uleCX8pcgD6e6RsMqrdEy0zw== +react-native-quick-crypto@0.7.7: + version "0.7.7" + resolved "https://registry.yarnpkg.com/react-native-quick-crypto/-/react-native-quick-crypto-0.7.7.tgz#2126beff48da8f5c71210fc89b93a15ce8f5f126" + integrity sha512-+P7MWxo0KSCCyO6rwcW654l+GYV5tVkI7cusHSL/iCahnWCisuyBLzJENzdv6MqDM9pb59QJWbrLfOzpUHZpNw== dependencies: "@craftzdog/react-native-buffer" "^6.0.5" events "^3.3.0"