diff --git a/ios/Podfile.lock b/ios/Podfile.lock index abfa99567ddd..c1ed5570a4c2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -3703,7 +3703,7 @@ PODS: - RNGoogleSignin (10.0.1): - GoogleSignIn (~> 7.0) - React-Core - - RNLiveMarkdown (0.1.327): + - RNLiveMarkdown (0.1.328): - boost - DoubleConversion - fast_float diff --git a/package-lock.json b/package-lock.json index 9b17ad8008da..c8da5dcfe909 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.327", + "@expensify/react-native-live-markdown": "0.1.328", "@expensify/react-native-wallet": "0.1.11", "@expo/metro-runtime": "55.0.6", "@formatjs/intl-listformat": "^7.5.7", @@ -5609,9 +5609,9 @@ "link": true }, "node_modules/@expensify/react-native-live-markdown": { - "version": "0.1.327", - "resolved": "https://registry.npmjs.org/@expensify/react-native-live-markdown/-/react-native-live-markdown-0.1.327.tgz", - "integrity": "sha512-U+z6tt7FhxoBqEl18felOdkE6I5133tIlSjCads7/wKlb6BXCmT5YlWCpGNbjcwYcXOSohdr+Glkzex+5k6d7Q==", + "version": "0.1.328", + "resolved": "https://registry.npmjs.org/@expensify/react-native-live-markdown/-/react-native-live-markdown-0.1.328.tgz", + "integrity": "sha512-PQcgT6r1h7QGfrEvODixt9rnQ4yah2I2O7S4z8ihZIl7pXv3uTEFz0edsoRSCy82t1yl+auD7YiNoP52y8tMsw==", "license": "MIT", "workspaces": [ "./example", diff --git a/package.json b/package.json index 9d58f560fda2..1c88dad8436e 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.327", + "@expensify/react-native-live-markdown": "0.1.328", "@expensify/react-native-wallet": "0.1.11", "@expo/metro-runtime": "55.0.6", "@formatjs/intl-listformat": "^7.5.7",