diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ff7e35dd79..b6dd3a3e4e 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -618,7 +618,7 @@ PODS: - react-native-video/Video (6.6.4): - RCT-Folly (= 2021.07.22.00) - React-Core - - react-native-webview (13.12.2): + - react-native-webview (13.12.3): - RCT-Folly (= 2021.07.22.00) - React-Core - React-NativeModulesApple (0.72.15): @@ -1281,7 +1281,7 @@ SPEC CHECKSUMS: react-native-simple-toast: 1f1cc551d419bc0ab05dcb0136554006c274789d react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457 react-native-video: c2fbeb7e78f70486918b0a6b88cee7b2ae0b0973 - react-native-webview: b8d475bafdb35f80fb3329fe32ac180bab4e7c58 + react-native-webview: 494c6db04116a474b677d9d29bfe7d2559c47b54 React-NativeModulesApple: a2c783eea2b9354534d6e991669d5051435b51db React-perflogger: 6acc671f527e69c0cd93b8e62821d33d3ddf25ca React-RCTActionSheet: 569bb9db46d85565d14697e15ecf2166e035eb07 diff --git a/package.json b/package.json index f64f79c84a..df50bd830c 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "react-native-tab-view": "^3.5.2", "react-native-url-polyfill": "^2.0.0", "react-native-video": "^6.6.4", - "react-native-webview": "^13.12.2", + "react-native-webview": "^13.12.3", "react-redux": "^9.1.2", "redux": "^5.0.1", "redux-persist": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 54703e53e5..dc5413c6b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12869,10 +12869,10 @@ react-native-video@^6.6.4: resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.6.4.tgz#77630a7b20b93a12ebc83244e9171ea5f0da52fd" integrity sha512-YBaStWAhWZMDaRG7Q9u173Si7ho7I3xwrS1SCKnProeXfdaS7vZNbt84ueFwufa4YxZ0JZoyOypH0tA0JZK3GQ== -react-native-webview@^13.12.2: - version "13.12.2" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.12.2.tgz#b379b28c725632efabb42a2cf8387bd03cf34f33" - integrity sha512-OpRcEhf1IEushREax6rrKTeqGrHZ9OmryhZLBLQQU4PwjqVsq55iC8OdYSD61/F628f9rURn9THyxEZjrknpQQ== +react-native-webview@^13.12.3: + version "13.12.3" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.12.3.tgz#3aa9d2fc982ba2681e56d3e96e22b63a0d929270" + integrity sha512-Y1I5YyDYyE7NC96RHLhd2nxh7ymLYOYLTefgx5ixxw2OToQK0ow3OJ+o77QcI1Tuevj5PCxwqC/14ceS/7yPJQ== dependencies: escape-string-regexp "^4.0.0" invariant "2.2.4"