From dde93f9a7092fcecf9796c378f485b53974a9516 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Mar 2021 03:52:35 +0000 Subject: [PATCH] fix: upgrade react-native-image-picker from 3.1.4 to 3.2.1 Snyk has created this PR to upgrade react-native-image-picker from 3.1.4 to 3.2.1. See this package in npm: https://www.npmjs.com/package/react-native-image-picker 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 dd3c5221b..2ef0eed50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18498,9 +18498,9 @@ "from": "react-native-idle-timer@git+https://github.com/BlueWallet/react-native-idle-timer.git#8587876d68ab5920e79619726aeca9e672beaf2b" }, "react-native-image-picker": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-3.1.4.tgz", - "integrity": "sha512-5pRmrBx+vZcf/UH6n95gxnBq5B7tRDZWIDnhvM4JxlthOChuvEEiShN+MMs7ue+lK26RXws5BOgKGd6MtQI/LQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-3.2.1.tgz", + "integrity": "sha512-nOBZzYGmE5qZ8JBCvhWHQA+umYnQ8Jd3HGmgxBnmi0/82mU2nwCCnrzHsb29Q+DD7YasYr64rm8uWBBow8L5Fw==" }, "react-native-inappbrowser-reborn": { "version": "git+ssh://git@github.com/BlueWallet/react-native-inappbrowser.git#fa2d8e1763e46dd12a7e53081e97a0f908049103", diff --git a/package.json b/package.json index b7ac085a8..281c8a8e8 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "react-native-handoff": "git+https://github.com/marcosrdz/react-native-handoff.git#f5becc63f3e36bf2da1ed1fc60fc690323e73602", "react-native-haptic-feedback": "1.11.0", "react-native-idle-timer": "git+https://github.com/BlueWallet/react-native-idle-timer.git#8587876d68ab5920e79619726aeca9e672beaf2b", - "react-native-image-picker": "3.1.4", + "react-native-image-picker": "3.2.1", "react-native-inappbrowser-reborn": "git+https://github.com/BlueWallet/react-native-inappbrowser.git#fa2d8e1763e46dd12a7e53081e97a0f908049103", "react-native-is-catalyst": "git+https://github.com/BlueWallet/react-native-is-catalyst.git#v1.0.0", "react-native-level-fs": "3.0.1",