diff --git a/integration-tests/environments/react-native-test-app/ios/Podfile.lock b/integration-tests/environments/react-native-test-app/ios/Podfile.lock index eba24e5da6a..10ebef0ee16 100644 --- a/integration-tests/environments/react-native-test-app/ios/Podfile.lock +++ b/integration-tests/environments/react-native-test-app/ios/Podfile.lock @@ -1499,7 +1499,7 @@ PODS: - React-logger (= 0.75.1) - React-perflogger (= 0.75.1) - React-utils (= 0.75.1) - - ReactNativeHost (0.4.11): + - ReactNativeHost (0.4.12): - DoubleConversion - glog - hermes-engine @@ -1522,7 +1522,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - ReactTestApp-DevSupport (3.9.2): + - ReactTestApp-DevSupport (3.9.5): - React-Core - React-jsi - ReactTestApp-Resources (1.0.0-dev) @@ -1811,8 +1811,8 @@ SPEC CHECKSUMS: React-utils: 0ae17a2fe87b43a939826410d2fcbb28d44f1bfc ReactCodegen: 3c2edf5e0e699c6d45543284930ab0ffb1605056 ReactCommon: 3ae48fa4cfa7052a270c2150ececfc94e541fb8a - ReactNativeHost: a2b2a1369ca06fee98c4dcbf93ce2fc9548d04f1 - ReactTestApp-DevSupport: cbe23c1d1999516afa35e9758ef400b6bd3f7046 + ReactNativeHost: 33fce1da9779a269fd588a9c3c8d6feea957c07e + ReactTestApp-DevSupport: 0e35a894cd8860008f6b0fe2d5bbc2506d167b15 ReactTestApp-Resources: d200e68756fa45c648f369210bd7ee0c14759f5a RealmJS: a8c77aa700951e22403015390b33135f7ad4ace9 RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 diff --git a/integration-tests/environments/react-native-test-app/package.json b/integration-tests/environments/react-native-test-app/package.json index 87aaf94dda5..8c7eb0991d7 100644 --- a/integration-tests/environments/react-native-test-app/package.json +++ b/integration-tests/environments/react-native-test-app/package.json @@ -157,6 +157,6 @@ "concurrently": "^8.2.2", "mocha-remote-cli": "^1.12.3", "pod-install": "^0.2.2", - "react-native-test-app": "^3.9.2" + "react-native-test-app": "^3.9.5" } } diff --git a/package-lock.json b/package-lock.json index 9d0656f9c7a..bdbca5f5813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,7 +158,7 @@ "concurrently": "^8.2.2", "mocha-remote-cli": "^1.12.3", "pod-install": "^0.2.2", - "react-native-test-app": "^3.9.2" + "react-native-test-app": "^3.9.5" } }, "integration-tests/environments/react-native-test-app/node_modules/@react-native/typescript-config": { @@ -5484,9 +5484,9 @@ } }, "node_modules/@rnx-kit/react-native-host": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/@rnx-kit/react-native-host/-/react-native-host-0.4.11.tgz", - "integrity": "sha512-eqURBNQnF0AKGjAZmMhUF6LER5pp1DbdgG8RgQZ4VfCWPyjZYoi9WCvi4SqSkliDWZ1TuzAcEQRbYlWcaPV6/g==", + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/@rnx-kit/react-native-host/-/react-native-host-0.4.12.tgz", + "integrity": "sha512-LVOoF6/+s8JnkCn5hjZTzdyjkL54LOh1vHAimeKeGc427SPEAmHLpOohDNiMhq0kR/jY3qn8TkX8X7C8gXNWKQ==", "dev": true, "license": "MIT", "peerDependencies": { @@ -23444,16 +23444,16 @@ } }, "node_modules/react-native-test-app": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/react-native-test-app/-/react-native-test-app-3.9.2.tgz", - "integrity": "sha512-c/SnFNk6p4ORUjZC/qdrQvxhEIzoF25KkmmcusyzQHfpaWOrp7j3ZrSierWHu0FGfo4WZ1P+lyydh88RFVIJmw==", + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/react-native-test-app/-/react-native-test-app-3.9.5.tgz", + "integrity": "sha512-ZGKbeTANp8GaXAeygX8ZNbsWOV7dYAsP+g3/94ik8nuAfyfD08l7UlySEdWtsu99TxYfBdkW9/Ze/OLvUj9+pg==", "dev": true, "license": "MIT", "workspaces": [ "example" ], "dependencies": { - "@rnx-kit/react-native-host": "^0.4.11", + "@rnx-kit/react-native-host": "^0.4.12", "ajv": "^8.0.0", "cliui": "^8.0.0", "fast-xml-parser": "^4.0.0",