Update dependency @react-native-async-storage/async-storage to v1.17.7

This commit is contained in:
renovate[bot] 2022-06-23 16:05:12 +00:00 committed by GitHub
parent 8f006662e7
commit 3f36ab0849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -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"
}

View file

@ -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",