From ca95d9cbb2e9bcb73d65af6c88f66ebf6e3d8631 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 21:18:59 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 6ce40a6..81f70de 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "dependencies": { "frisbee": "^1.1.7", "react": "~15.4.0-rc.4", - "react-native": "0.40.0", + "react-native": "0.60.0", "react-native-country-picker-modal": "niftylettuce/react-native-country-picker-modal", "react-native-form": "^2.1.2", "react-native-loading-spinner-overlay": "^0.4.1"