From 4af512a6e251ba78dfd94cc17e717171c0428ee5 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:59:57 +0000 Subject: [PATCH] fix: examples/user-management/expo-user-management/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/user-management/expo-user-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user-management/expo-user-management/package.json b/examples/user-management/expo-user-management/package.json index 6989f81c7e7d2..6b8fa039dfdb2 100644 --- a/examples/user-management/expo-user-management/package.json +++ b/examples/user-management/expo-user-management/package.json @@ -13,7 +13,7 @@ "@react-native-async-storage/async-storage": "1.23.1", "@rneui/themed": "^4.0.0-rc.8", "@supabase/supabase-js": "^2.0.4", - "expo": "~51.0.8", + "expo": "~52.0.25", "expo-splash-screen": "~0.27.4", "expo-status-bar": "~1.12.1", "react": "18.2.0",