diff --git a/package-lock.json b/package-lock.json index 768bc5bdfd93..057d82cd8571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,8 +74,8 @@ "expo-modules-core": "3.0.18", "expo-secure-store": "~14.2.4", "expo-store-review": "~9.0.8", - "expo-video": "^3.0.12", "expo-task-manager": "~14.0.9", + "expo-video": "^3.0.12", "fast-equals": "^5.2.2", "focus-trap-react": "^11.0.3", "group-ib-fp": "file:modules/group-ib-fp", @@ -120,7 +120,7 @@ "react-native-localize": "^3.5.4", "react-native-nitro-modules": "0.29.4", "react-native-nitro-sqlite": "9.2.0", - "react-native-onyx": "3.0.31", + "react-native-onyx": "3.0.32", "react-native-pager-view": "7.0.2", "react-native-pdf": "7.0.2", "react-native-performance": "^6.0.0", @@ -23595,17 +23595,6 @@ "react-native": "*" } }, - "node_modules/expo-video": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/expo-video/-/expo-video-3.0.12.tgz", - "integrity": "sha512-L+E+zmNp3RxUBk2ugMSjxVposP70uIgGCZio5PiiUXme2KQ1eAEta2vcUPWrf4a+udrp6Xzr7bO1H9vkUXF3pg==", - "license": "MIT", - "peerDependencies": { - "expo": "*", - "react": "*", - "react-native": "*" - } - }, "node_modules/expo-task-manager": { "version": "14.0.9", "resolved": "https://registry.npmjs.org/expo-task-manager/-/expo-task-manager-14.0.9.tgz", @@ -23619,6 +23608,17 @@ "react-native": "*" } }, + "node_modules/expo-video": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/expo-video/-/expo-video-3.0.12.tgz", + "integrity": "sha512-L+E+zmNp3RxUBk2ugMSjxVposP70uIgGCZio5PiiUXme2KQ1eAEta2vcUPWrf4a+udrp6Xzr7bO1H9vkUXF3pg==", + "license": "MIT", + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*" + } + }, "node_modules/expo/node_modules/@expo/cli": { "version": "54.0.8", "resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.8.tgz", @@ -33897,9 +33897,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.31", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.31.tgz", - "integrity": "sha512-QWAuJIjVjOycobk1eUsvRB0SgBTnHOowHPxQTDtC53ayaxoeN/f10ziKIe6on7VEKzzP7GWN3CJuBwR4Uqbijg==", + "version": "3.0.32", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.32.tgz", + "integrity": "sha512-DIZ37AVnKvhEctc90RepcDsJChqx4Gi2LLwvbrBouK0IZ9zrs7CeGoq/wtRXyuvaVYlLV5bFBTUNP9/jKnauyA==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index 2e9f0f14efe9..4178f06f7372 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "react-native-localize": "^3.5.4", "react-native-nitro-modules": "0.29.4", "react-native-nitro-sqlite": "9.2.0", - "react-native-onyx": "3.0.31", + "react-native-onyx": "3.0.32", "react-native-pager-view": "7.0.2", "react-native-pdf": "7.0.2", "react-native-performance": "^6.0.0",