From 6c3f0153aa1998444d6afd42cfd4c68128bea1bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2020 01:13:47 +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 1e22e28..32eff75 100644 --- a/example/package.json +++ b/example/package.json @@ -19,7 +19,7 @@ "@react-native-community/async-storage": "^1.6.2", "prop-types": "^15.7.2", "react": "16.9.0", - "react-native": "0.61.2", + "react-native": "0.62.0", "react-native-gesture-handler": "^1.4.1", "react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native-reanimated": "^1.3.0",