diff --git a/package-lock.json b/package-lock.json index 6b898b3163e2..b2aca1d0a534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,7 @@ "react-native-localize": "^3.5.4", "react-native-nitro-modules": "0.35.0", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.73", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#bd0b1e98192756a42d4204e38356dd31bc8c5b17", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -34693,9 +34693,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.73", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.73.tgz", - "integrity": "sha512-0fvL8q7Rx3QBoHJJLB4e2wd0a9/4f//FvTBGKJliU5rkO/05APKZKFxMprSQpBm+O+i3T2R1lwSQbeaj9AbIDA==", + "version": "3.0.79", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#bd0b1e98192756a42d4204e38356dd31bc8c5b17", + "integrity": "sha512-xKhAPm9vEFVm5KkvXs6NXfMhyljHtdA3vqz6555IS93/pYrliZh/j2vpUB0GCh49cqLogT0ky7OE9nC/WWSIIw==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index 030a8b8a691b..2992743ed36c 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "react-native-localize": "^3.5.4", "react-native-nitro-modules": "0.35.0", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.73", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#bd0b1e98192756a42d4204e38356dd31bc8c5b17", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",