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

Update dependency @react-native-async-storage/async-storage to v1.19.8
This commit is contained in:
GLaDOS 2023-11-24 00:32:14 +00:00 committed by GitHub
commit 832fb72b29
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

@ -16,7 +16,7 @@
"@keystonehq/bc-ur-registry": "0.6.4", "@keystonehq/bc-ur-registry": "0.6.4",
"@ngraveio/bc-ur": "1.1.6", "@ngraveio/bc-ur": "1.1.6",
"@noble/secp256k1": "1.6.3", "@noble/secp256k1": "1.6.3",
"@react-native-async-storage/async-storage": "1.19.6", "@react-native-async-storage/async-storage": "1.19.8",
"@react-native-clipboard/clipboard": "1.12.1", "@react-native-clipboard/clipboard": "1.12.1",
"@react-native-community/push-notification-ios": "1.11.0", "@react-native-community/push-notification-ios": "1.11.0",
"@react-navigation/drawer": "6.6.6", "@react-navigation/drawer": "6.6.6",
@ -3983,9 +3983,9 @@
} }
}, },
"node_modules/@react-native-async-storage/async-storage": { "node_modules/@react-native-async-storage/async-storage": {
"version": "1.19.6", "version": "1.19.8",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.6.tgz", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.8.tgz",
"integrity": "sha512-Qjd1HlEusQQtPyDTM7zpO2P3G2mYY+z5at/aqsVJLJpzytZ+8QT+jgDQmt6BVgZcwk/74jSrhDIdu2j3YCmoEg==", "integrity": "sha512-O25eaSbmH+LEmOobkpwf43bAGIkqE9YGzfWcirTszI90xk4ItaDWpgJsQx9LeAbeAKzVkn1h+Nq5Bo6I6q2oFA==",
"dependencies": { "dependencies": {
"merge-options": "^3.0.4" "merge-options": "^3.0.4"
}, },
@ -23744,9 +23744,9 @@
} }
}, },
"@react-native-async-storage/async-storage": { "@react-native-async-storage/async-storage": {
"version": "1.19.6", "version": "1.19.8",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.6.tgz", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.8.tgz",
"integrity": "sha512-Qjd1HlEusQQtPyDTM7zpO2P3G2mYY+z5at/aqsVJLJpzytZ+8QT+jgDQmt6BVgZcwk/74jSrhDIdu2j3YCmoEg==", "integrity": "sha512-O25eaSbmH+LEmOobkpwf43bAGIkqE9YGzfWcirTszI90xk4ItaDWpgJsQx9LeAbeAKzVkn1h+Nq5Bo6I6q2oFA==",
"requires": { "requires": {
"merge-options": "^3.0.4" "merge-options": "^3.0.4"
} }

View file

@ -101,7 +101,7 @@
"@keystonehq/bc-ur-registry": "0.6.4", "@keystonehq/bc-ur-registry": "0.6.4",
"@ngraveio/bc-ur": "1.1.6", "@ngraveio/bc-ur": "1.1.6",
"@noble/secp256k1": "1.6.3", "@noble/secp256k1": "1.6.3",
"@react-native-async-storage/async-storage": "1.19.6", "@react-native-async-storage/async-storage": "1.19.8",
"@react-native-clipboard/clipboard": "1.12.1", "@react-native-clipboard/clipboard": "1.12.1",
"@react-native-community/push-notification-ios": "1.11.0", "@react-native-community/push-notification-ios": "1.11.0",
"@react-navigation/drawer": "6.6.6", "@react-navigation/drawer": "6.6.6",