From 8a5313b4c37f7185eb3d0dc29dd4356fae77b556 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 15:04:26 +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 a58ac89..f49359b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^6.1.3", "@react-navigation/native-stack": "^6.9.7", "@react-navigation/stack": "^6.3.11", - "expo": "~47.0.11", + "expo": "~50.0.0", "expo-av": "^13.0.2", "expo-dev-client": "^2.0.1", "expo-status-bar": "~1.4.2",