mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 19:36:24 +00:00
Bump react-native-webview from 11.23.1 to 12.0.2 in /mobile (#452)
Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 11.23.1 to 12.0.2. - [Release notes](https://github.com/react-native-webview/react-native-webview/releases) - [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc) - [Commits](https://github.com/react-native-webview/react-native-webview/compare/v11.23.1...v12.0.2) --- updated-dependencies: - dependency-name: react-native-webview dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6cab133dc8
commit
dafc2f91c7
14
mobile/package-lock.json
generated
14
mobile/package-lock.json
generated
@ -15,7 +15,7 @@
|
||||
"react-native-encrypted-storage": "^4.0.2",
|
||||
"react-native-tor": "^0.1.8",
|
||||
"react-native-v8": "^1.5.0",
|
||||
"react-native-webview": "^11.22.3",
|
||||
"react-native-webview": "^12.0.2",
|
||||
"v8-android-nointl": "^10.100.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -13471,9 +13471,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-webview": {
|
||||
"version": "11.23.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.23.1.tgz",
|
||||
"integrity": "sha512-bmqsdg4RYOUYD37R9XTrQALm7eD62KbLNPRfgvpLGd1SjaurvAjjsLrLN4mt6yOtKOMKeZvlcAl3x6De6cCQsA==",
|
||||
"version": "12.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-12.0.2.tgz",
|
||||
"integrity": "sha512-vEnFOgVIYaUAQb437BOZdwTteUv3dkXkYOajalUkMDHNz91Zb35HaG6L49uUSFp4qYw46y/U3licKS1BOISDrg==",
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "2.0.0",
|
||||
"invariant": "2.2.4"
|
||||
@ -25999,9 +25999,9 @@
|
||||
"requires": {}
|
||||
},
|
||||
"react-native-webview": {
|
||||
"version": "11.23.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-11.23.1.tgz",
|
||||
"integrity": "sha512-bmqsdg4RYOUYD37R9XTrQALm7eD62KbLNPRfgvpLGd1SjaurvAjjsLrLN4mt6yOtKOMKeZvlcAl3x6De6cCQsA==",
|
||||
"version": "12.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-12.0.2.tgz",
|
||||
"integrity": "sha512-vEnFOgVIYaUAQb437BOZdwTteUv3dkXkYOajalUkMDHNz91Zb35HaG6L49uUSFp4qYw46y/U3licKS1BOISDrg==",
|
||||
"requires": {
|
||||
"escape-string-regexp": "2.0.0",
|
||||
"invariant": "2.2.4"
|
||||
|
@ -19,7 +19,7 @@
|
||||
"react-native-encrypted-storage": "^4.0.2",
|
||||
"react-native-tor": "^0.1.8",
|
||||
"react-native-v8": "^1.5.0",
|
||||
"react-native-webview": "^11.22.3",
|
||||
"react-native-webview": "^12.0.2",
|
||||
"v8-android-nointl": "^10.100.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user