From e7f364584f5aeae8caaca1acd1a08d80e5b6d8fd Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 14 Sep 2021 10:28:58 +0200 Subject: [PATCH] fix: upgrade @react-native-async-storage/async-storage from 1.15.6 to 1.15.7 (#73) Snyk has created this PR to upgrade @react-native-async-storage/async-storage from 1.15.6 to 1.15.7. 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 f0b4194..4e50c4a 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -1654,9 +1654,9 @@ } }, "@react-native-async-storage/async-storage": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.6.tgz", - "integrity": "sha512-kVfy6O5Xbce9GfD9Islxn5JaOczNz6dF3Ce/7tP4foVLPNwo7UfdgXeKZ7iac07ZbvDvViSUuNyzzrN81FgqkQ==", + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.7.tgz", + "integrity": "sha512-ctD51BxjBxSSZ/3xCxQ//e10nP3rWFuOABsOGCGCqCXO4ypznK+fcWONHI6fIZubfV5KdyBJnNXcKtXRjocE5Q==", "requires": { "merge-options": "^3.0.4" } diff --git a/Example/package.json b/Example/package.json index 3966f73..5cb0d71 100644 --- a/Example/package.json +++ b/Example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.15.6", + "@react-native-async-storage/async-storage": "^1.15.7", "react": "16.14.0", "react-native": "0.65.1",