diff --git a/package-lock.json b/package-lock.json index aafe942f7a0c..0b490f36f42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.92", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#c78c5786743e1a198908a2921a3fc49effd525b5", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36071,9 +36071,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.92", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.92.tgz", - "integrity": "sha512-DEbqL7Pu9b6U2plmW0RN9d9R58L70OlXo/LEYXaxOkIfBM+C3ZHbv17rr1nwDPPKBQMM8NyAEJypmnD3+atjAg==", + "version": "3.0.94", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#c78c5786743e1a198908a2921a3fc49effd525b5", + "integrity": "sha512-7FoxOKuRBCENfKWUHGs1bCdXmNfdCOcyFPKIEHXYxGX0zsyrTH4BAaHUW3vsLmlXJuzD193ggY0+GDfZ3rm3fw==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index f25807c6a1ce..e146bef95054 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.92", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#c78c5786743e1a198908a2921a3fc49effd525b5", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",