From fccf371dde3bebf7d13739cdca990c8dd0839a43 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 10 Jul 2019 03:19:20 +0100 Subject: [PATCH] update async-storage module --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecdde67..70d69e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -791,9 +791,9 @@ } }, "@react-native-community/async-storage": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@react-native-community/async-storage/-/async-storage-1.4.2.tgz", - "integrity": "sha512-gDQENh7uPLGPKbRFI07GiUXZPhm2j17K4FT308OwAmIiOKbfO/cxy0sCWB0YzD/SLw9F3D9tLBRPJY6GG9YZLw==" + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@react-native-community/async-storage/-/async-storage-1.5.1.tgz", + "integrity": "sha512-Ssfx2uLYPnsuqIvDCuUOEZT6jh5AVy0U0mr2eHxNO2Syor1nfOrR/n4hTOFcBWc1wamDTGCqo+UHJpxURVXd2Q==" }, "@react-native-community/cli": { "version": "1.9.7", diff --git a/package.json b/package.json index a488a89..2fbd6ae 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "moment": "^2.22.1", "react": "16.8.6", "react-native": "0.59.3", - "@react-native-community/async-storage": "^1.2.2", + "@react-native-community/async-storage": "^1.5.1", "react-native-camera": "^2.11.0", "react-native-country-picker-modal": "^0.6.2", "react-native-document-picker": "^2.3.0",