From e2aa3c4a73f890cd9a9b12d0ab85e96f447b80a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jan 2024 18:25:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..9bf890a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@react-navigation/bottom-tabs": "^5.8.0", "@react-navigation/native": "^5.7.3", "@react-navigation/stack": "^5.9.0", - "expo": "~38.0.9", + "expo": "~50.0.0", "expo-splash-screen": "^0.5.0", "expo-status-bar": "^1.0.0", "expo-updates": "~0.2.10",