From db5d2035217e19318c3a770db26506145d27a2b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 03:10:02 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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",