diff --git a/package-lock.json b/package-lock.json index 5a2624c22..70202ddbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18973,9 +18973,9 @@ } }, "react-native-webview": { - "version": "11.2.3", - "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.2.3.tgz", - "integrity": "sha512-r/K+Lf/O5aij72gRndMX2qsyQ/WLtDPiO75SS57y6JjqSKxedGASVL9Jwl1TM7fCXqUq8dgiwik/LuBHbJXAEg==", + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.2.4.tgz", + "integrity": "sha512-8C0HHNVhM3GlhtC30fO+sbH5J83zTRdi5qzdP2IvDV9tS0S0ZNPi97GJHjcIRc4dAtIoyn6NHdN5xREKGQZU9w==", "requires": { "escape-string-regexp": "2.0.0", "invariant": "2.2.4" diff --git a/package.json b/package.json index ed7f9f7f2..298cd92bb 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "react-native-tooltip": "git+https://github.com/BlueWallet/react-native-tooltip.git#d369e7ece09e4dec73873f1cfeac83e9d35294a6", "react-native-vector-icons": "7.1.0", "react-native-watch-connectivity": "1.0.3", - "react-native-webview": "11.2.3", + "react-native-webview": "11.2.4", "react-native-widget-center": "git+https://github.com/BlueWallet/react-native-widget-center.git#e2e9a9038b76d096bf929a87105a97a0a7095001", "react-test-render": "1.1.2", "readable-stream": "3.6.0",