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:
dependabot[bot] 2023-04-24 14:41:40 +00:00 committed by GitHub
parent 6cab133dc8
commit dafc2f91c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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": {