From e86fe7ab24b30759d544296b62bf3c13049438ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jul 2023 23:51:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f299fa..d7d4972 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@react-navigation/drawer": "^5.9.2", "@react-navigation/native": "^5.7.3", "@react-navigation/stack": "^5.9.0", - "expo": "~39.0.4", + "expo": "~49.0.0", "expo-asset": "~8.2.0", "expo-constants": "~9.2.0", "expo-font": "~8.3.0",