From e637d8ffe5fd180abca155d05b6e1eda72052c2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 20:19:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b1f645..d8b1750 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@react-navigation/native": "^6.0.8", "@react-navigation/stack": "^6.1.1", "axios": "^0.26.1", - "expo": "~41.0.0", - "expo-constants": "~10.1.3", + "expo": "~42.0.0", + "expo-constants": "~11.0.0", "expo-linear-gradient": "~9.1.0", "expo-notifications": "~0.11.6", "expo-permissions": "~12.0.1",