mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
fix: upgrade react-native-webview from 11.2.1 to 11.2.3
Snyk has created this PR to upgrade react-native-webview from 11.2.1 to 11.2.3. 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
f55a7d7b5e
commit
693a6cf68d
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -18886,9 +18886,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-native-webview": {
|
"react-native-webview": {
|
||||||
"version": "11.2.1",
|
"version": "11.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.2.3.tgz",
|
||||||
"integrity": "sha512-dfChyqqWVJe0kdCuDZ4mJt+RgOYNie+rCjCrZ55OW6X7f/rvNVd3Mbnv/1mbYjU8wm5C3/1/oqVJoTB/7GAGjQ==",
|
"integrity": "sha512-r/K+Lf/O5aij72gRndMX2qsyQ/WLtDPiO75SS57y6JjqSKxedGASVL9Jwl1TM7fCXqUq8dgiwik/LuBHbJXAEg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"escape-string-regexp": "2.0.0",
|
"escape-string-regexp": "2.0.0",
|
||||||
"invariant": "2.2.4"
|
"invariant": "2.2.4"
|
||||||
|
|
|
@ -166,7 +166,7 @@
|
||||||
"react-native-tooltip": "git+https://github.com/BlueWallet/react-native-tooltip.git#d369e7ece09e4dec73873f1cfeac83e9d35294a6",
|
"react-native-tooltip": "git+https://github.com/BlueWallet/react-native-tooltip.git#d369e7ece09e4dec73873f1cfeac83e9d35294a6",
|
||||||
"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.2.1",
|
"react-native-webview": "11.2.3",
|
||||||
"react-native-widget-center": "git+https://github.com/BlueWallet/react-native-widget-center.git#e2e9a9038b76d096bf929a87105a97a0a7095001",
|
"react-native-widget-center": "git+https://github.com/BlueWallet/react-native-widget-center.git#e2e9a9038b76d096bf929a87105a97a0a7095001",
|
||||||
"react-test-render": "1.1.2",
|
"react-test-render": "1.1.2",
|
||||||
"readable-stream": "3.6.0",
|
"readable-stream": "3.6.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue