From c31131b4f4716941704d3cbfb3c1b8db5f20f81b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jun 2021 19:41: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-REACTNATIVE-1298632 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 1e22e28..33c0385 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.64.1", "react-native-gesture-handler": "^1.4.1", "react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native-reanimated": "^1.3.0",