fix: upgrade react-native-webview from 11.4.0 to 11.4.2

Snyk has created this PR to upgrade react-native-webview from 11.4.0 to 11.4.2.

See this package in npm:
https://www.npmjs.com/package/react-native-webview

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-05-12 03:51:04 +00:00
parent 7e99b5b7fe
commit 06f0b434aa
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -18074,9 +18074,9 @@
} }
}, },
"react-native-webview": { "react-native-webview": {
"version": "11.4.0", "version": "11.4.2",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.4.0.tgz", "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.4.2.tgz",
"integrity": "sha512-il4OOJxBJgFXk8rtVgYQJIGRqYD5wJXc4By6nvnkHlH3hbyw1Mx5HKfP9Qmsy8xdCwHYgCBjUuCfHoGXJ9hMSA==", "integrity": "sha512-reGWtlFCQCgZEROy0IJaI5iMhrhFzedNIFlj0d6eo0K6T91eeKaoDr24ebBvqmeemOCj0ZYtzX19qiInRznhLA==",
"requires": { "requires": {
"escape-string-regexp": "2.0.0", "escape-string-regexp": "2.0.0",
"invariant": "2.2.4" "invariant": "2.2.4"

View file

@ -168,7 +168,7 @@
"react-native-tor": "0.1.7", "react-native-tor": "0.1.7",
"react-native-vector-icons": "7.1.0", "react-native-vector-icons": "7.1.0",
"react-native-watch-connectivity": "1.0.3", "react-native-watch-connectivity": "1.0.3",
"react-native-webview": "11.4.0", "react-native-webview": "11.4.2",
"react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#e2e9a9038b76d096bf929a87105a97a0a7095001", "react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#e2e9a9038b76d096bf929a87105a97a0a7095001",
"react-test-render": "1.1.2", "react-test-render": "1.1.2",
"readable-stream": "3.6.0", "readable-stream": "3.6.0",