From 18f2d316c0f1be236414e047c5e280ec4f79c111 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 16:16:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..5c2cc00 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "expo-updates": "~0.2.10", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "~0.62.2", + "react-native": "~0.65.0", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0",