diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f85ea6930f3d..e9374d07ba90 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -3725,7 +3725,7 @@ PODS: - RNGoogleSignin (10.0.1): - GoogleSignIn (~> 7.0) - React-Core - - RNLiveMarkdown (0.1.329): + - RNLiveMarkdown (0.1.333): - boost - DoubleConversion - fast_float @@ -4955,7 +4955,7 @@ SPEC CHECKSUMS: RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8 RNGestureHandler: e580deecf0c372b61e073437ac37f62511265777 RNGoogleSignin: 89877c73f0fbf6af2038fbdb7b73b5a25b8330cc - RNLiveMarkdown: a368618d21adf1269daf840645f0fc1b6b141003 + RNLiveMarkdown: b6923a4b941161f6b8832c413f035564a6f4c46e RNLocalize: 05e367a873223683f0e268d0af9a8a8e6aed3b26 rnmapbox-maps: 8b7629ef3ae59dd96340470e568cbc7c08c54ff9 RNNitroSQLite: a9b5965d511ed6e99ce903380e64934d043a0d2c diff --git a/package-lock.json b/package-lock.json index 680017b8d26a..214b8075283f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@expensify/nitro-utils": "file:./modules/ExpensifyNitroUtils", "@expensify/react-native-background-task": "file:./modules/background-task", "@expensify/react-native-hybrid-app": "file:./modules/hybrid-app", - "@expensify/react-native-live-markdown": "0.1.329", + "@expensify/react-native-live-markdown": "0.1.333", "@expensify/react-native-wallet": "0.1.22", "@expo/metro-config": "56.0.14", "@expo/metro-runtime": "56.0.13", @@ -5583,9 +5583,9 @@ "link": true }, "node_modules/@expensify/react-native-live-markdown": { - "version": "0.1.329", - "resolved": "https://registry.npmjs.org/@expensify/react-native-live-markdown/-/react-native-live-markdown-0.1.329.tgz", - "integrity": "sha512-viyfC1e+eOewpRuSZ0pB6uelSV76z2cPW5SDXqKpMaOHnxRe1noc2YhZLaXv4wfBC/MiHy9iQgZrPdqr/vIkWg==", + "version": "0.1.333", + "resolved": "https://registry.npmjs.org/@expensify/react-native-live-markdown/-/react-native-live-markdown-0.1.333.tgz", + "integrity": "sha512-S4z67bBeVolrvJ+Mg/026+v1PRYCjJks2vLfgcIdMf5dPFLAu0htf9KsH1so3CqLTEOWJxuBRHExAdOxUo6C+A==", "license": "MIT", "workspaces": [ "./example", diff --git a/package.json b/package.json index fc65e0b60f07..d61627f3a8d2 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@expensify/nitro-utils": "file:./modules/ExpensifyNitroUtils", "@expensify/react-native-background-task": "file:./modules/background-task", "@expensify/react-native-hybrid-app": "file:./modules/hybrid-app", - "@expensify/react-native-live-markdown": "0.1.329", + "@expensify/react-native-live-markdown": "0.1.333", "@expensify/react-native-wallet": "0.1.22", "@expo/metro-config": "56.0.14", "@expo/metro-runtime": "56.0.13",