mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
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:
parent
7e99b5b7fe
commit
06f0b434aa
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -18074,9 +18074,9 @@
|
|||
}
|
||||
},
|
||||
"react-native-webview": {
|
||||
"version": "11.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.4.0.tgz",
|
||||
"integrity": "sha512-il4OOJxBJgFXk8rtVgYQJIGRqYD5wJXc4By6nvnkHlH3hbyw1Mx5HKfP9Qmsy8xdCwHYgCBjUuCfHoGXJ9hMSA==",
|
||||
"version": "11.4.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.4.2.tgz",
|
||||
"integrity": "sha512-reGWtlFCQCgZEROy0IJaI5iMhrhFzedNIFlj0d6eo0K6T91eeKaoDr24ebBvqmeemOCj0ZYtzX19qiInRznhLA==",
|
||||
"requires": {
|
||||
"escape-string-regexp": "2.0.0",
|
||||
"invariant": "2.2.4"
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
"react-native-tor": "0.1.7",
|
||||
"react-native-vector-icons": "7.1.0",
|
||||
"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-test-render": "1.1.2",
|
||||
"readable-stream": "3.6.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue