From 749165b74755f39ec1d26fbaf5d31d53c995fec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:50:15 +0000 Subject: [PATCH] fix(deps): update dependency @expo/vector-icons to v15 --- crux-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux-frontend/package.json b/crux-frontend/package.json index afc480f..00be820 100644 --- a/crux-frontend/package.json +++ b/crux-frontend/package.json @@ -15,7 +15,7 @@ "preset": "jest-expo" }, "dependencies": { - "@expo/vector-icons": "^14.0.4", + "@expo/vector-icons": "^15.0.0", "@react-native-async-storage/async-storage": "^2.0.0", "@react-navigation/native": "^7.0.0", "amazon-cognito-identity-js": "^6.3.12",