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

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

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-12 20:07:52 +00:00
parent 8a20ebedda
commit 666bdf9b5c
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.2",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.2.tgz",
"integrity": "sha512-E1SajKtyeLwi6JVfMZQx+I01z3ZvA0/O2e09EVFzU75YK0696S5N2CqeKlxAZQFVSvzh+Jfq0q412Kdkuh+l6A==",
"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==",
"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.2",
"@react-native-async-storage/async-storage": "1.15.3",
"@react-native-clipboard/clipboard": "1.7.0",
"@react-native-community/blur": "3.6.0",
"@react-native-community/masked-view": "0.1.10",