From bb117ee606af5c404771da347d3a872333b262ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jun 2021 20:02:50 +0000 Subject: [PATCH] fix: upgrade @react-native-async-storage/async-storage from 1.15.4 to 1.15.5 Snyk has created this PR to upgrade @react-native-async-storage/async-storage from 1.15.4 to 1.15.5. 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 --- 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 07d974d20..8f303adf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3019,9 +3019,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/package.json b/package.json index 4bcb3c147..15db5db5f 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "dependencies": { "@babel/preset-env": "7.12.1", - "@react-native-async-storage/async-storage": "1.15.4", + "@react-native-async-storage/async-storage": "1.15.5", "@react-native-clipboard/clipboard": "1.7.0", "@react-native-community/blur": "3.6.0", "@react-native-community/masked-view": "0.1.11",