fix: upgrade @react-native-async-storage/async-storage from 1.15.3 to 1.15.4

Snyk has created this PR to upgrade @react-native-async-storage/async-storage from 1.15.3 to 1.15.4.

See this package in npm:
https://www.npmjs.com/package/@react-native-async-storage/async-storage

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-05-17 00:53:38 +00:00
parent 271f53ad5f
commit 96b82acc9d
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3019,9 +3019,9 @@
}
},
"@react-native-async-storage/async-storage": {
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.3.tgz",
"integrity": "sha512-dmkK6sNOKPGVDUuM2WvMXfkCEzG3/MZnv0mfixntpAip83d5YEi3gLkvPet2JLSWw3PstOqdklm6/MALNBbUGg==",
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.4.tgz",
"integrity": "sha512-pC0MS6UBuv/YiVAxtzi7CgUed8oCQNYMtGt0yb/I9fI/BWTiJK5cj4YtW2XtL95K5IuvPX/6uGWaouZ8KqXwdg==",
"requires": {
"deep-assign": "^3.0.0"
}

View File

@ -77,7 +77,7 @@
},
"dependencies": {
"@babel/preset-env": "7.12.1",
"@react-native-async-storage/async-storage": "1.15.3",
"@react-native-async-storage/async-storage": "1.15.4",
"@react-native-clipboard/clipboard": "1.7.0",
"@react-native-community/blur": "3.6.0",
"@react-native-community/masked-view": "0.1.10",