From 561f24040c83129eecab4f5dff9e10ac63d310ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 00:38:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index db1e1cb..3754a7d 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "@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", + "expo-updates": "~0.18.8", "react": "~16.11.0", "react-dom": "~16.11.0", "react-native": "~0.62.2",