From 0c496e6a20d3145ba70eb2339a25825a38fc4f76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 01:13:55 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- 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",