From f98c1a70fd5f6f015e608bbc172ceef97ea88810 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Mar 2024 23:03:01 +0000 Subject: [PATCH] fix: upgrade expo-constants from 14.4.2 to 14.5.1 Snyk has created this PR to upgrade expo-constants from 14.4.2 to 14.5.1. See this package in npm: https://www.npmjs.com/package/expo-constants See this project in Snyk: https://app.snyk.io/org/relxoff/project/90c79dd3-739c-43f6-b10d-908b105fc20a?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/TaskHub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TaskHub/package.json b/client/TaskHub/package.json index 600dbac..f1e2aa3 100644 --- a/client/TaskHub/package.json +++ b/client/TaskHub/package.json @@ -12,7 +12,7 @@ "@expo/webpack-config": "^19.0.1", "@react-native-async-storage/async-storage": "1.18.2", "expo": "~50.0.0", - "expo-constants": "~14.4.2", + "expo-constants": "~14.5.1", "expo-linking": "~5.0.2", "expo-router": "^2.0.0", "expo-screen-orientation": "~6.4.1",