From 82ed0933ecb2ac68b95e3cc99d57f604d48fc047 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:36:51 +0000 Subject: [PATCH] fix: upgrade react-native-image-picker from 3.0.0-vnext.4 to 3.8.1 Snyk has created this PR to upgrade react-native-image-picker from 3.0.0-vnext.4 to 3.8.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/agoldis/project/0bc7044d-f355-487c-bf16-3564b7be3788?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index ceae709..969e5bf 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "16.11.0", "react-native": "0.62.2", - "react-native-image-picker": "^3.0.0-vnext.4" + "react-native-image-picker": "^3.8.1" }, "devDependencies": { "@babel/core": "^7.9.6", diff --git a/example/yarn.lock b/example/yarn.lock index b6b43bc..511529f 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -3442,10 +3442,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-native-image-picker@^3.0.0-vnext.4: - version "3.0.0-vnext.4" - resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-3.0.0-vnext.4.tgz#47f47bf6e9768b8dd375c746a041296ad254b131" - integrity sha512-iNjdYsIZuBS7TNbj/ez3oiHJNPPvOvJdHpQYZQ+rrt0FR+YJyIlz4DfXmU93KsPf7AP0euF7JLrcepF8RtJNxg== +react-native-image-picker@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-3.8.1.tgz#6e830e9b69c882ad5f1160e10592a84963a7f2c9" + integrity sha512-Q7qaJ7Zkt8ipIkkF+7UcuRbI0cxaNwsHBcnDLZdlpHnxuMaLhS/xp6v/om/kBYhMg6BeT+NcncynZQoKz7dQqw== react-native@0.62.2: version "0.62.2"