From 2eced8d4c1c8182a892ac212b62776ef6712cbb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Mar 2021 02:52:32 +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-NODEFETCH-674311 --- 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..b6c301da 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.64.0", "react-native-country-picker-modal": "^0.2.8", "react-native-phone-input": "^0.1.5" },