From 3b29745b71b4781d749a0c78359dd2baae8c11aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Apr 2022 01:53:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5a551a2..9b2a6d13 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "prop-types": "^15.6.0", "qs": "^6.1.0", "react": "16.8.3", - "react-native": "^0.59.8", + "react-native": "^0.65.0", "react-native-animatable": "^1.2.4", "react-native-cache": "^1.0.3", "react-native-camera": "^2.6.0",