From b4e9c7d4f1231890550a56ab3bcc0424a0d42d7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Apr 2022 20:06:31 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 1e22e28..87d7cea 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.65.0", "react-native-gesture-handler": "^1.4.1", "react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native-reanimated": "^1.3.0",