From 90fb67eaf50a1704950d8ff6564d97e951d83ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:12:59 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mobile/package-lock.json | 14 +++++++------- mobile/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index e3b34db5..d75f6cde 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -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": { diff --git a/mobile/package.json b/mobile/package.json index cd4739a4..47a43dda 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -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",