Bump react-native-encrypted-storage from 4.0.2 to 4.0.3 in /mobile (#469)

Bumps [react-native-encrypted-storage](https://github.com/emeraldsanto/react-native-encrypted-storage) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/emeraldsanto/react-native-encrypted-storage/releases)
- [Commits](https://github.com/emeraldsanto/react-native-encrypted-storage/compare/4.0.2...4.0.3)

---
updated-dependencies:
- dependency-name: react-native-encrypted-storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-28 10:12:59 +00:00 committed by GitHub
parent d9074d65eb
commit 90fb67eaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
"@react-native-community/netinfo": "^9.3.4",
"react": "^18.0.0",
"react-native": "^0.69.6",
"react-native-encrypted-storage": "^4.0.2",
"react-native-encrypted-storage": "^4.0.3",
"react-native-tor": "^0.1.8",
"react-native-v8": "^1.5.0",
"react-native-webview": "^12.0.2",
@ -13470,9 +13470,9 @@
}
},
"node_modules/react-native-encrypted-storage": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/react-native-encrypted-storage/-/react-native-encrypted-storage-4.0.2.tgz",
"integrity": "sha512-vneDkHGDuTvLQjUBztqb2YI8QoH1zxdJonPGTS+g57lfJZff9fAjoLSSb6NgMBebpXFcK3I3sEresGyL+3AArw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-native-encrypted-storage/-/react-native-encrypted-storage-4.0.3.tgz",
"integrity": "sha512-0pJA4Aj2S1PIJEbU7pN/Qvf7JIJx3hFywx+i+bLHtgK0/6Zryf1V2xVsWcrD50dfiu3jY1eN2gesQ5osGxE7jA==",
"peerDependencies": {
"react": "*",
"react-native": "*"
@ -26042,9 +26042,9 @@
}
},
"react-native-encrypted-storage": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/react-native-encrypted-storage/-/react-native-encrypted-storage-4.0.2.tgz",
"integrity": "sha512-vneDkHGDuTvLQjUBztqb2YI8QoH1zxdJonPGTS+g57lfJZff9fAjoLSSb6NgMBebpXFcK3I3sEresGyL+3AArw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-native-encrypted-storage/-/react-native-encrypted-storage-4.0.3.tgz",
"integrity": "sha512-0pJA4Aj2S1PIJEbU7pN/Qvf7JIJx3hFywx+i+bLHtgK0/6Zryf1V2xVsWcrD50dfiu3jY1eN2gesQ5osGxE7jA==",
"requires": {}
},
"react-native-gradle-plugin": {

View File

@ -16,7 +16,7 @@
"@react-native-community/netinfo": "^9.3.4",
"react": "^18.0.0",
"react-native": "^0.69.6",
"react-native-encrypted-storage": "^4.0.2",
"react-native-encrypted-storage": "^4.0.3",
"react-native-tor": "^0.1.8",
"react-native-v8": "^1.5.0",
"react-native-webview": "^12.0.2",