From 26ba439485bc32fceb614fc784499f4ed91609de Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 9 Jun 2021 15:14:33 +0300 Subject: [PATCH] fix: upgrade @react-native-async-storage/async-storage from 1.14.1 to 1.15.1 (#44) Snyk has created this PR to upgrade @react-native-async-storage/async-storage from 1.14.1 to 1.15.1. 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/minasamir11/project/bdd092ee-59ee-4ddc-ba05-50f8e465c9aa?utm_source=github&utm_medium=upgrade-pr --- Example/package-lock.json | 6 +++--- Example/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/package-lock.json b/Example/package-lock.json index ac5477b..92f58f5 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -1629,9 +1629,9 @@ } }, "@react-native-async-storage/async-storage": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.14.1.tgz", - "integrity": "sha512-UkLUox2q5DKNYB6IMUzsuwrTJeXGLySvtQlnrqd3fd+96JErCT4X3xD+W1cvQjes0nm0LbaELbwObKc+Tea7wA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.1.tgz", + "integrity": "sha512-rRQ3Zsz1DIzxVlRVsE4nRNLWyv4hXmt/Ecwan+ypKwp16+SUTsfdX7F/W0xu4FpUwQDFCjl7MAS9pKV2VEPwDg==", "requires": { "deep-assign": "^3.0.0" } diff --git a/Example/package.json b/Example/package.json index 09873f5..18c95ae 100644 --- a/Example/package.json +++ b/Example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.14.1", + "@react-native-async-storage/async-storage": "^1.15.1", "react": "16.14.0", "react-native": "0.64.0",