mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Merge pull request #4818 from BlueWallet/renovate/react-native-async-storage-async-storage-1.x
Update dependency @react-native-async-storage/async-storage to v1.17.7
This commit is contained in:
commit
476e5d6851
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@bugsnag/source-maps": "2.3.1",
|
||||
"@keystonehq/bc-ur-registry": "0.4.4",
|
||||
"@ngraveio/bc-ur": "1.1.6",
|
||||
"@react-native-async-storage/async-storage": "1.17.6",
|
||||
"@react-native-async-storage/async-storage": "1.17.7",
|
||||
"@react-native-clipboard/clipboard": "1.10.0",
|
||||
"@react-native-community/push-notification-ios": "1.10.1",
|
||||
"@react-navigation/drawer": "5.12.5",
|
||||
|
@ -3538,14 +3538,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@react-native-async-storage/async-storage": {
|
||||
"version": "1.17.6",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.17.6.tgz",
|
||||
"integrity": "sha512-XXnoheQI3vQTQmjphdXNLTmtiKZeRqvI8kPQ25X5Eae7nZjdYEEGN+0z8N2qyelbUIQwKgmW0aagJk56q7DyNg==",
|
||||
"version": "1.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.17.7.tgz",
|
||||
"integrity": "sha512-mDtWhCcpxzrZhA95f6zi0pnBsjBEZW1LKZWfxVXG0UfaWpPxDBCKowNk2xjRTytckZeVhjmPJPtBU+8QNQcR0A==",
|
||||
"dependencies": {
|
||||
"merge-options": "^3.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": "^0.0.0-0 || 0.60 - 0.68 || 1000.0.0"
|
||||
"react-native": "^0.0.0-0 || 0.60 - 0.69 || 1000.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@react-native-clipboard/clipboard": {
|
||||
|
@ -26932,9 +26932,9 @@
|
|||
}
|
||||
},
|
||||
"@react-native-async-storage/async-storage": {
|
||||
"version": "1.17.6",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.17.6.tgz",
|
||||
"integrity": "sha512-XXnoheQI3vQTQmjphdXNLTmtiKZeRqvI8kPQ25X5Eae7nZjdYEEGN+0z8N2qyelbUIQwKgmW0aagJk56q7DyNg==",
|
||||
"version": "1.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.17.7.tgz",
|
||||
"integrity": "sha512-mDtWhCcpxzrZhA95f6zi0pnBsjBEZW1LKZWfxVXG0UfaWpPxDBCKowNk2xjRTytckZeVhjmPJPtBU+8QNQcR0A==",
|
||||
"requires": {
|
||||
"merge-options": "^3.0.4"
|
||||
}
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
"@bugsnag/source-maps": "2.3.1",
|
||||
"@keystonehq/bc-ur-registry": "0.4.4",
|
||||
"@ngraveio/bc-ur": "1.1.6",
|
||||
"@react-native-async-storage/async-storage": "1.17.6",
|
||||
"@react-native-async-storage/async-storage": "1.17.7",
|
||||
"@react-native-clipboard/clipboard": "1.10.0",
|
||||
"@react-native-community/push-notification-ios": "1.10.1",
|
||||
"@react-navigation/drawer": "5.12.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue