diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 104f466..cb9b6ca 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -26,7 +26,7 @@ "expo-splash-screen": "~57.0.8", "expo-status-bar": "~57.0.1", "expo-web-browser": "~57.0.3", - "lucide-react-native": "^0.563.0", + "lucide-react-native": "^1.45.0", "react": "19.2.3", "react-dom": "19.2.3", "react-native": "0.86.3", @@ -10656,9 +10656,9 @@ } }, "node_modules/lucide-react-native": { - "version": "0.563.0", - "resolved": "https://registry.npmjs.org/lucide-react-native/-/lucide-react-native-0.563.0.tgz", - "integrity": "sha512-q4tYoAMorTqv+UXRYc0MyiEAOF+4Bu73zxD63EDrnGCFL+xuj+imBm3E2rIKRmME0heVHlK+98fsi8wbL92LNQ==", + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/lucide-react-native/-/lucide-react-native-1.45.0.tgz", + "integrity": "sha512-l6RrCWOMsFaqxdQLHFACLnNn/hI///Yhs0T8GyBAghuSIK9+h5zaFUbofHMvhXZKDayO74vhu28VQweI+PGcaA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0", diff --git a/mobile/package.json b/mobile/package.json index 252019a..6ac57fd 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -28,7 +28,7 @@ "expo-splash-screen": "~57.0.8", "expo-status-bar": "~57.0.1", "expo-web-browser": "~57.0.3", - "lucide-react-native": "^0.563.0", + "lucide-react-native": "^1.45.0", "react": "19.2.3", "react-dom": "19.2.3", "react-native": "0.86.3",