Merge pull request #4485 from BlueWallet/renovate/react-native-async-storage-async-storage-1.x

Update dependency @react-native-async-storage/async-storage to v1.16.1
This commit is contained in:
GLaDOS 2022-02-10 14:19:50 +00:00 committed by GitHub
commit 1187f61b7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
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.16.0",
"@react-native-async-storage/async-storage": "1.16.1",
"@react-native-clipboard/clipboard": "1.9.0",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-navigation/drawer": "5.12.5",
@ -3331,9 +3331,9 @@
}
},
"node_modules/@react-native-async-storage/async-storage": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.0.tgz",
"integrity": "sha512-EblfoupYjHXpRoZw9GMVcJCTY2HTQNr6OhvVHxrPKJcmTdFRxFP6EqhDQHzmv0BWFjSc1AkM4mJxNrjpltnPXw==",
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.1.tgz",
"integrity": "sha512-aQ7ka+Ii1e/q+7AVFIZPt4kDeSH8b784wMDtz19Kf4A7hf+OgCHBlUQpOXsrv8XxhlBxu0hv4tfrDO15ChnV0Q==",
"dependencies": {
"merge-options": "^3.0.4"
},
@ -27318,9 +27318,9 @@
}
},
"@react-native-async-storage/async-storage": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.0.tgz",
"integrity": "sha512-EblfoupYjHXpRoZw9GMVcJCTY2HTQNr6OhvVHxrPKJcmTdFRxFP6EqhDQHzmv0BWFjSc1AkM4mJxNrjpltnPXw==",
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.1.tgz",
"integrity": "sha512-aQ7ka+Ii1e/q+7AVFIZPt4kDeSH8b784wMDtz19Kf4A7hf+OgCHBlUQpOXsrv8XxhlBxu0hv4tfrDO15ChnV0Q==",
"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.16.0",
"@react-native-async-storage/async-storage": "1.16.1",
"@react-native-clipboard/clipboard": "1.9.0",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-navigation/drawer": "5.12.5",