From 5ed7e3d6e2e52b990b047e1c41232663749b94fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jul 2020 01:14:01 +0000 Subject: [PATCH] fix: upgrade react-native-country-picker-modal from 0.2.10 to 0.8.0 Snyk has created this PR to upgrade react-native-country-picker-modal from 0.2.10 to 0.8.0. See this package in npm: https://www.npmjs.com/package/react-native-country-picker-modal See this project in Snyk: https://app.snyk.io/org/sonder/project/aaa2a823-c7fa-47d0-a9d0-b132f7d02354?utm_source=github&utm_medium=upgrade-pr --- examples/CustomLibraryPicker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CustomLibraryPicker/package.json b/examples/CustomLibraryPicker/package.json index 21a5b7bb..4d716edf 100644 --- a/examples/CustomLibraryPicker/package.json +++ b/examples/CustomLibraryPicker/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "15.4.2", "react-native": "0.41.2", - "react-native-country-picker-modal": "^0.2.8", + "react-native-country-picker-modal": "^0.8.0", "react-native-phone-input": "^0.1.5" }, "devDependencies": {