From 856986ef5c32d9c995a10fc08019a6476c55091a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 06:58:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..141b5ea 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.69.12", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0",