From f35925fdf62ee0da1f0d5aa1a7c9765673279ea2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Feb 2023 09:26:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..34aa6fd 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": "~48.0.0", "expo-splash-screen": "^0.5.0", "expo-status-bar": "^1.0.0", "expo-updates": "~0.2.10",