Update dependency react-native-webview to v11.12.0

This commit is contained in:
Renovate Bot 2021-08-09 19:27:29 +00:00
parent 576c522d5a
commit 44b0e3360b
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -18270,9 +18270,9 @@
}
},
"react-native-webview": {
"version": "11.6.5",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.6.5.tgz",
"integrity": "sha512-5U+hI8snkCrFeDy+bUTszwhzcJIenaaOy3ubhY77HZq7R0pFIZzRYWkT0YXe1ymRYW9mSU96nr6S0AVDk8qkMw==",
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.12.0.tgz",
"integrity": "sha512-P+CqYLAPYxgkB5kAPOU2Rt7VNXWif5+H0JYXQUddDUZK95fkQCbTVvJWoJhGS88K4hQlaha3VWTb/x5Nvh6QpQ==",
"requires": {
"escape-string-regexp": "2.0.0",
"invariant": "2.2.4"

View File

@ -185,7 +185,7 @@
"react-native-tor": "0.1.7",
"react-native-vector-icons": "8.1.0",
"react-native-watch-connectivity": "1.0.3",
"react-native-webview": "11.6.5",
"react-native-webview": "11.12.0",
"react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#b1382bbe1ed631b50a8aa03390f64c50775bc9ff",
"react-native-windows": "0.64.14",
"react-test-render": "1.1.2",