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

This commit is contained in:
Renovate Bot 2022-02-10 12:57:22 +00:00
parent a63cb6ac49
commit 1a5a436cec
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
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", "@bugsnag/source-maps": "2.3.1",
"@keystonehq/bc-ur-registry": "0.4.4", "@keystonehq/bc-ur-registry": "0.4.4",
"@ngraveio/bc-ur": "1.1.6", "@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-clipboard/clipboard": "1.9.0",
"@react-native-community/push-notification-ios": "1.10.1", "@react-native-community/push-notification-ios": "1.10.1",
"@react-navigation/drawer": "5.12.5", "@react-navigation/drawer": "5.12.5",
@ -3331,9 +3331,9 @@
} }
}, },
"node_modules/@react-native-async-storage/async-storage": { "node_modules/@react-native-async-storage/async-storage": {
"version": "1.16.0", "version": "1.16.1",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.0.tgz", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.1.tgz",
"integrity": "sha512-EblfoupYjHXpRoZw9GMVcJCTY2HTQNr6OhvVHxrPKJcmTdFRxFP6EqhDQHzmv0BWFjSc1AkM4mJxNrjpltnPXw==", "integrity": "sha512-aQ7ka+Ii1e/q+7AVFIZPt4kDeSH8b784wMDtz19Kf4A7hf+OgCHBlUQpOXsrv8XxhlBxu0hv4tfrDO15ChnV0Q==",
"dependencies": { "dependencies": {
"merge-options": "^3.0.4" "merge-options": "^3.0.4"
}, },
@ -27318,9 +27318,9 @@
} }
}, },
"@react-native-async-storage/async-storage": { "@react-native-async-storage/async-storage": {
"version": "1.16.0", "version": "1.16.1",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.0.tgz", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.16.1.tgz",
"integrity": "sha512-EblfoupYjHXpRoZw9GMVcJCTY2HTQNr6OhvVHxrPKJcmTdFRxFP6EqhDQHzmv0BWFjSc1AkM4mJxNrjpltnPXw==", "integrity": "sha512-aQ7ka+Ii1e/q+7AVFIZPt4kDeSH8b784wMDtz19Kf4A7hf+OgCHBlUQpOXsrv8XxhlBxu0hv4tfrDO15ChnV0Q==",
"requires": { "requires": {
"merge-options": "^3.0.4" "merge-options": "^3.0.4"
} }

View file

@ -101,7 +101,7 @@
"@bugsnag/source-maps": "2.3.1", "@bugsnag/source-maps": "2.3.1",
"@keystonehq/bc-ur-registry": "0.4.4", "@keystonehq/bc-ur-registry": "0.4.4",
"@ngraveio/bc-ur": "1.1.6", "@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-clipboard/clipboard": "1.9.0",
"@react-native-community/push-notification-ios": "1.10.1", "@react-native-community/push-notification-ios": "1.10.1",
"@react-navigation/drawer": "5.12.5", "@react-navigation/drawer": "5.12.5",