Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: crash during pairing request from Ledger #8936

Merged
merged 10 commits into from
Mar 18, 2024
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ PODS:
- React
- react-native-background-timer (2.1.1):
- React
- react-native-ble-plx (3.1.1):
- react-native-ble-plx (3.1.2):
- MultiplatformBleAdapter (= 0.2.0)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -901,7 +901,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
boost: 57d2868c099736d80fcd648bf211b4431e51a558
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
Branch: 4ac024cb3c29b0ef628048694db3c4cfa679beb0
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand All @@ -926,7 +926,7 @@ SPEC CHECKSUMS:
lottie-react-native: 3e722c63015fdb9c27638b0a77969fc412067c18
MMKV: f902fb6719da13c2ab0965233d8963a59416f911
MMKVCore: d26e4d3edd5cb8588c2569222cbd8be4231374e9
MultiplatformBleAdapter: b1fddd0d499b96b607e00f0faa8e60648343dc1d
MultiplatformBleAdapter: ea8bac405ec200d0ca9de0f89afef6f06fb2abbc
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Permission-BluetoothPeripheral: 247e379c9ecb4b1af2b87f73e4a15a00a5bc0c1f
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand All @@ -946,7 +946,7 @@ SPEC CHECKSUMS:
React-logger: 56699550750c013096a11dce3bc996e7dd583835
react-native-aes: ff31f0dd4c791eb423a631ee04570fcf3c618924
react-native-background-timer: 1b6e6b4e10f1b74c367a1fdc3c72b67c619b222b
react-native-ble-plx: 74ef9a718eff574f2072d49b2e8950fb24ecdf22
react-native-ble-plx: 669899d2fd4d360d541b05ce19c6ee77d95853bf
react-native-blob-jsi-helper: 13c10135af4614dbc0712afba5960784cd44f043
react-native-blur: cfdad7b3c01d725ab62a8a729f42ea463998afa2
react-native-branch: 4e42fda662d96893afbbd02839806931398e3d2e
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"tough-cookie": "4.1.3",
"crypto-js": "4.2.0",
"axios": "1.6.0",
"react-native-ble-plx": "3.1.1"
"react-native-ble-plx": "3.1.2"
},
"dependencies": {
"@consensys/ledgerhq-metamask-keyring": "^0.0.7",
Expand Down Expand Up @@ -257,7 +257,7 @@
"react-native-animatable": "^1.3.3",
"react-native-animated-fox": "git+https://github.com/MetaMask/react-native-animated-fox.git#16e38d54d829709e497f196e31fa8ff00cdf2aa9",
"react-native-background-timer": "2.1.1",
"react-native-ble-plx": "3.1.1",
"react-native-ble-plx": "3.1.2",
"react-native-blob-jsi-helper": "^0.3.1",
"react-native-branch": "^5.6.2",
"react-native-browser-polyfill": "0.1.2",
Expand Down Expand Up @@ -553,4 +553,4 @@
"ts-node>@swc/core": false
}
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23616,10 +23616,10 @@ react-native-background-timer@2.1.1:
resolved "https://registry.yarnpkg.com/react-native-background-timer/-/react-native-background-timer-2.1.1.tgz#9a2489681ab2f8033c213c73272e9d4c47572cd5"
integrity sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg==

react-native-ble-plx@2.0.3, react-native-ble-plx@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/react-native-ble-plx/-/react-native-ble-plx-3.1.1.tgz#3800563b54d6ba3a30f032277bf3feefed5de6b6"
integrity sha512-mdyvT9zRP6IGkzE+ukkcPSQGFUORstcK94vnKlBXAKMUN58RNGXhGCjelHgisRkp0k6XTECgms7BZfzIDFRVyA==
react-native-ble-plx@2.0.3, react-native-ble-plx@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/react-native-ble-plx/-/react-native-ble-plx-3.1.2.tgz#fa57b6e2bf2102500f70df286578d66723d7b606"
integrity sha512-QgukxgjrZYMUxyZ9w4XEiR9QdbdKLibhggE+sPRxp6q11rZG9upU5aricnVB2CiSbn164nlYx3j+GNlJKSlaLg==
dependencies:
"@expo/config-plugins" "^7.2.5"

Expand Down
Loading