diff --git a/Example/package-lock.json b/Example/package-lock.json index d398c65..86b377e 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -1629,9 +1629,9 @@ } }, "@react-native-async-storage/async-storage": { - "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==", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.5.tgz", + "integrity": "sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ==", "requires": { "deep-assign": "^3.0.0" } diff --git a/Example/package.json b/Example/package.json index 69c9af3..954312a 100644 --- a/Example/package.json +++ b/Example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.15.4", + "@react-native-async-storage/async-storage": "^1.15.5", "react": "16.14.0", "react-native": "0.64.0",