diff --git a/package-lock.json b/package-lock.json index 741bf5afb7ce..3e39010462e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react-native-config": "^1.4.5", "react-native-device-info": "^10.3.0", "react-native-document-picker": "^8.0.0", - "react-native-fast-image": "^8.6.3", + "react-native-fast-image": "git+https://github.com/Expensify/react-native-fast-image.git#afedf204bfc253d18f08fdcc5356a2bb82f6a87c", "react-native-gesture-handler": "2.9.0", "react-native-google-places-autocomplete": "git+https://github.com/Expensify/react-native-google-places-autocomplete.git#e12768f1542e7982d90f6449798f0d6b7f18f192", "react-native-haptic-feedback": "^1.13.0", @@ -34577,8 +34577,8 @@ }, "node_modules/react-native-fast-image": { "version": "8.6.3", - "resolved": "git+ssh://git@github.com/Expensify/react-native-fast-image.git#bef666720ca00272c051a0165a056a2dc07e9deb", - "integrity": "sha512-JIyLRVzUgZq89jchYkNFMp/55MA/ZknFwdJur/CKopmWKfa3e2uYdwYeFp8mAMAkOnn74uupt+IWSORy5qZ5qQ==", + "resolved": "git+ssh://git@github.com/Expensify/react-native-fast-image.git#afedf204bfc253d18f08fdcc5356a2bb82f6a87c", + "integrity": "sha512-jfARLcakkTtqh9jVkGWkJ+3zlpMmcoGH/6LHdnLuestM90Tn3cTPjWfWQloCYJmFwK/O2f4m1SHp1BOs0VR+cw==", "license": "(MIT AND Apache-2.0)", "peerDependencies": { "react": "^17 || ^18", @@ -64274,9 +64274,9 @@ } }, "react-native-fast-image": { - "version": "git+ssh://git@github.com/Expensify/react-native-fast-image.git#bef666720ca00272c051a0165a056a2dc07e9deb", - "integrity": "sha512-JIyLRVzUgZq89jchYkNFMp/55MA/ZknFwdJur/CKopmWKfa3e2uYdwYeFp8mAMAkOnn74uupt+IWSORy5qZ5qQ==", - "from": "react-native-fast-image@^8.6.3", + "version": "git+ssh://git@github.com/Expensify/react-native-fast-image.git#afedf204bfc253d18f08fdcc5356a2bb82f6a87c", + "integrity": "sha512-jfARLcakkTtqh9jVkGWkJ+3zlpMmcoGH/6LHdnLuestM90Tn3cTPjWfWQloCYJmFwK/O2f4m1SHp1BOs0VR+cw==", + "from": "react-native-fast-image@git+https://github.com/Expensify/react-native-fast-image.git#afedf204bfc253d18f08fdcc5356a2bb82f6a87c", "requires": {} }, "react-native-flipper": { diff --git a/package.json b/package.json index 18c3e7647fda..5867e5433d6c 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "react-native-config": "^1.4.5", "react-native-device-info": "^10.3.0", "react-native-document-picker": "^8.0.0", - "react-native-fast-image": "git+https://github.com/Expensify/react-native-fast-image.git#bef666720ca00272c051a0165a056a2dc07e9deb", + "react-native-fast-image": "git+https://github.com/Expensify/react-native-fast-image.git#afedf204bfc253d18f08fdcc5356a2bb82f6a87c", "react-native-gesture-handler": "2.9.0", "react-native-google-places-autocomplete": "git+https://github.com/Expensify/react-native-google-places-autocomplete.git#e12768f1542e7982d90f6449798f0d6b7f18f192", "react-native-haptic-feedback": "^1.13.0",