diff --git a/package-lock.json b/package-lock.json index 61cc2d6aa234..ff0948b24344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,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.89", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#fcfaf4e83d5c9b45c2cbfb7d5a0e3f085970ad80", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -9206,9 +9206,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -9225,9 +9222,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -9244,9 +9238,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -9263,9 +9254,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -9282,9 +9270,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -9301,9 +9286,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -9320,9 +9302,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -9345,9 +9324,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -9370,9 +9346,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -9395,9 +9368,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -9420,9 +9390,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -9445,9 +9412,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -26898,6 +26862,7 @@ }, "node_modules/fsevents": { "version": "2.3.3", + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -36047,9 +36012,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.89", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.89.tgz", - "integrity": "sha512-ZJdDf5neMIQgkXZbU7B+VYV/6kPf6+lqgz+mko8/B6LRhHFlHf8S02HxZ6q8c4nmaxEkF7uc9KioxPwTDI6g8Q==", + "version": "3.0.94", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#fcfaf4e83d5c9b45c2cbfb7d5a0e3f085970ad80", + "integrity": "sha512-6NdgdK7+eX/En2ed2fcWhV6eg1kbyEimORq13cf1+Es4rIzkTns6jEiGrvZK9j2hPwne6ogpNwVuJMl6YzDWEA==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", @@ -42168,6 +42133,15 @@ "engines": { "bun": "1.3.14" } + }, + "server/victory-chart-renderer/node_modules/react": { + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } } } } diff --git a/package.json b/package.json index 9c59e665f943..8c806cb48617 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,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.89", + "react-native-onyx": "git+https://github.com/callstack-internal/react-native-onyx.git#fcfaf4e83d5c9b45c2cbfb7d5a0e3f085970ad80", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",