From 75bd1bfccc88e4b3d9487cf206f9c2ea69919a61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 May 2021 01:05:59 +0000 Subject: [PATCH] fix: upgrade react-native-image-picker from 3.3.4 to 3.5.0 Snyk has created this PR to upgrade react-native-image-picker from 3.3.4 to 3.5.0. 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 b4a195346..4ff2b9253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17648,9 +17648,9 @@ "from": "git+https://github.com/BlueWallet/react-native-idle-timer.git#8587876d68ab5920e79619726aeca9e672beaf2b" }, "react-native-image-picker": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-3.3.4.tgz", - "integrity": "sha512-XKQ1xCEKL77foV0gi4Jyv0kqekE//DX7FhoYwOTLH4T44myVBQllrVGedBYMNBfjvRfeqFz4DQ6MgvGQUqaLbg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-3.5.0.tgz", + "integrity": "sha512-i3vr3cM/nu+FbpDpW+msxKX5dvFCMo0DIvHgDGxD9r43KgEDHcROavjQSAXjul/WDfMA2dqlR6gqi1AM8JLkvA==" }, "react-native-inappbrowser-reborn": { "version": "git+https://github.com/BlueWallet/react-native-inappbrowser.git#fa2d8e1763e46dd12a7e53081e97a0f908049103", diff --git a/package.json b/package.json index 435c91562..287af242d 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "react-native-handoff": "https://github.com/marcosrdz/react-native-handoff#f5becc63f3e36bf2da1ed1fc60fc690323e73602", "react-native-haptic-feedback": "1.11.0", "react-native-idle-timer": "https://github.com/BlueWallet/react-native-idle-timer#8587876d68ab5920e79619726aeca9e672beaf2b", - "react-native-image-picker": "3.3.4", + "react-native-image-picker": "3.5.0", "react-native-inappbrowser-reborn": "https://github.com/BlueWallet/react-native-inappbrowser#fa2d8e1763e46dd12a7e53081e97a0f908049103", "react-native-is-catalyst": "https://github.com/BlueWallet/react-native-is-catalyst#v1.0.0", "react-native-level-fs": "3.0.1",