diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a543421c3bb0..d0255ff13c93 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2862,7 +2862,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-webview (13.13.1): + - react-native-webview (13.16.0): - boost - DoubleConversion - fast_float @@ -4692,7 +4692,7 @@ SPEC CHECKSUMS: react-native-safe-area-context: 0f0e3b00124df1e2e76f9883ca64a426fd08bc0f react-native-view-shot: 211aabbc0a76150531e66d32ffbee0ae0f149144 react-native-wallet: 186bb547928fc3b6ea06f5eb30a7f98b951668d0 - react-native-webview: ad7fa7e61a503d924714c5a5523869528179d349 + react-native-webview: 5887b6094417c75a9bee446261f89c32adf6b602 React-NativeModulesApple: dcfbe72c5a47baec0699a2935c080b7de0c8657b React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d React-perflogger: a03d913e3205b00aee4128082abe42fd45ce0c98 diff --git a/package-lock.json b/package-lock.json index 4ef9851174bb..96dcc9d1f4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -139,7 +139,7 @@ "react-native-view-shot": "4.0.0", "react-native-vision-camera": "^4.7.2", "react-native-web": "0.21.2", - "react-native-webview": "13.13.1", + "react-native-webview": "13.16.0", "react-plaid-link": "3.3.2", "react-web-config": "^1.0.0", "react-webcam": "^7.1.1", @@ -33793,7 +33793,9 @@ "license": "MIT" }, "node_modules/react-native-webview": { - "version": "13.13.1", + "version": "13.16.0", + "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.16.0.tgz", + "integrity": "sha512-Nh13xKZWW35C0dbOskD7OX01nQQavOzHbCw9XoZmar4eXCo7AvrYJ0jlUfRVVIJzqINxHlpECYLdmAdFsl9xDA==", "license": "MIT", "dependencies": { "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index efa41163a1f1..53f2851a1142 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "react-native-view-shot": "4.0.0", "react-native-vision-camera": "^4.7.2", "react-native-web": "0.21.2", - "react-native-webview": "13.13.1", + "react-native-webview": "13.16.0", "react-plaid-link": "3.3.2", "react-web-config": "^1.0.0", "react-webcam": "^7.1.1", diff --git a/patches/react-native-webview/details.md b/patches/react-native-webview/details.md index 7e4cf80f25e3..334e8f3e6116 100644 --- a/patches/react-native-webview/details.md +++ b/patches/react-native-webview/details.md @@ -1,6 +1,6 @@ # `react-native-webview` patches -### [react-native-webview+13.13.1+001+fix-dataDetectorTypes.patch](react-native-webview+13.13.1+001+fix-dataDetectorTypes.patch) +### [react-native-webview+13.16.0+001+fix-dataDetectorTypes.patch](react-native-webview+13.16.0+001+fix-dataDetectorTypes.patch) - Reason: @@ -10,4 +10,4 @@ - Upstream PR/issue: 🛑, there's no upstream PR/issue found. - E/App issue: https://github.com/Expensify/App/issues/8503 -- PR introducing patch: https://github.com/Expensify/App/pull/13767 \ No newline at end of file +- PR introducing patch: https://github.com/Expensify/App/pull/13767 diff --git a/patches/react-native-webview/react-native-webview+13.13.1+001+fix-dataDetectorTypes.patch b/patches/react-native-webview/react-native-webview+13.16.0+001+fix-dataDetectorTypes.patch similarity index 100% rename from patches/react-native-webview/react-native-webview+13.13.1+001+fix-dataDetectorTypes.patch rename to patches/react-native-webview/react-native-webview+13.16.0+001+fix-dataDetectorTypes.patch