From 58e81f85f0549e89462ffcc15280d27e218cf138 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Nov 2021 00:11:45 +0000 Subject: [PATCH] fix: upgrade react-native from 0.51.1 to 0.66.1 Snyk has created this PR to upgrade react-native from 0.51.1 to 0.66.1. See this package in npm: https://www.npmjs.com/package/react-native See this project in Snyk: https://app.snyk.io/org/rpernavas-punchh/project/92feec9c-145b-4884-91fe-12e6455571cd?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/PickerTest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/PickerTest/package.json b/example/PickerTest/package.json index 18e31a155..3229c4349 100644 --- a/example/PickerTest/package.json +++ b/example/PickerTest/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.0.0", - "react-native": "^0.51.0", + "react-native": "^0.66.1", "react-native-picker": "github:beefe/react-native-picker" }, "devDependencies": {