diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 825d4698d..9343d7ad7 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -3234,16 +3234,16 @@ PODS: - SocketRocket - Yoga - SocketRocket (0.7.1) - - VisionCamera (4.7.2): - - VisionCamera/Core (= 4.7.2) - - VisionCamera/FrameProcessors (= 4.7.2) - - VisionCamera/React (= 4.7.2) - - VisionCamera/Core (4.7.2) - - VisionCamera/FrameProcessors (4.7.2): + - VisionCamera (4.7.3): + - VisionCamera/Core (= 4.7.3) + - VisionCamera/FrameProcessors (= 4.7.3) + - VisionCamera/React (= 4.7.3) + - VisionCamera/Core (4.7.3) + - VisionCamera/FrameProcessors (4.7.3): - React - React-callinvoker - react-native-worklets-core - - VisionCamera/React (4.7.2): + - VisionCamera/React (4.7.3): - React-Core - VisionCamera/FrameProcessors - VisionCameraPluginInatVision (6.0.0-rc.1): @@ -3812,7 +3812,7 @@ SPEC CHECKSUMS: RNStoreReview: 77a0cc49341ad0e36e1860d42c70b05b2dfe5086 RNSVG: 9965245a32db769d6f959dbc783cb5037d77e690 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 - VisionCamera: 4146fa2612c154f893a42a9b1feedf868faa6b23 + VisionCamera: 0044a94f7489f19e19d5938e97dfc36f4784af3c VisionCameraPluginInatVision: 212f5cfd74939272b73d5f73a071dd0ea42beed3 Yoga: ce248fb32065c9b00451491b06607f1c25b2f1ed diff --git a/package-lock.json b/package-lock.json index e0c99d559..8282db90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "react-native-svg": "^15.15.0", "react-native-svg-transformer": "^1.5.2", "react-native-url-polyfill": "^2.0.0", - "react-native-vision-camera": "^4.7.2", + "react-native-vision-camera": "^4.7.3", "react-native-volume-manager": "^2.0.8", "react-native-webview": "^13.15.0", "react-native-worklets-core": "^1.6.2", @@ -20627,9 +20627,9 @@ } }, "node_modules/react-native-vision-camera": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.2.tgz", - "integrity": "sha512-C+5PvlSunN6I4aYplSask+v3jfhgduZumIVw6H6lG+Afpf8boIcG3uFSsSfVgj+hxI7fx6qM6bsciEhzgxEUYg==", + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.3.tgz", + "integrity": "sha512-g1/neOyjSqn1kaAa2FxI/qp5KzNvPcF0bnQw6NntfbxH6tm0+8WFZszlgb5OV+iYlB6lFUztCbDtyz5IpL47OA==", "license": "MIT", "peerDependencies": { "@shopify/react-native-skia": "*", diff --git a/package.json b/package.json index e3283a3dc..3d6984121 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "react-native-svg": "^15.15.0", "react-native-svg-transformer": "^1.5.2", "react-native-url-polyfill": "^2.0.0", - "react-native-vision-camera": "^4.7.2", + "react-native-vision-camera": "^4.7.3", "react-native-volume-manager": "^2.0.8", "react-native-webview": "^13.15.0", "react-native-worklets-core": "^1.6.2", diff --git a/patches/react-native-vision-camera+4.7.2.patch b/patches/react-native-vision-camera+4.7.3.patch similarity index 100% rename from patches/react-native-vision-camera+4.7.2.patch rename to patches/react-native-vision-camera+4.7.3.patch