From 34d220ff19202f393dd30d3b8c1d0908eaa1f816 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 06:15:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index db1e1cb..61ccbfd 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "@react-navigation/bottom-tabs": "^5.8.0", "@react-navigation/native": "^5.7.3", "@react-navigation/stack": "^5.9.0", - "expo": "~38.0.9", - "expo-splash-screen": "^0.5.0", + "expo": "~49.0.0", + "expo-splash-screen": "^0.10.0", "expo-status-bar": "^1.0.0", "expo-updates": "~0.2.10", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "~0.62.2", + "react-native": "~0.76.0", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0",