From 91052f5a2d147239781f4362db04716206bef6e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 01:14:52 +0000 Subject: [PATCH] fix: examples/CustomLibraryPicker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 --- 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..c0a2e692 100644 --- a/examples/CustomLibraryPicker/package.json +++ b/examples/CustomLibraryPicker/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "15.4.2", - "react-native": "0.41.2", + "react-native": "0.49.0", "react-native-country-picker-modal": "^0.2.8", "react-native-phone-input": "^0.1.5" },