diff --git a/package-lock.json b/package-lock.json index 83d0dc308618..db9dbfad6f36 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": "3.0.93", "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.93", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.93.tgz", + "integrity": "sha512-ZvYA26ZRFf6c2/Lv9F37C/D8JJmx4nPA4Uvg5zCgpyC2RUEfOLgRlxrjbGNEVClgqCWTzAuQnHWb6HbeHBuhFA==", "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 1c640124ede4..34b7ad7e998c 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": "3.0.93", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",