From 611f7380493b6a0b2e425909a679c77244cec1da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 08:48:28 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 53d34f84..ad2ff44e 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "~15.4.1", - "react-native": "0.42.0", + "react-native": "0.60.0", "react-native-google-signin": "file:../" }, "devDependencies": {