Bump react-native-webview from 12.0.2 to 12.1.0 in /mobile (#629)

Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 12.0.2 to 12.1.0.
- [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/v12.0.2...v12.1.0)

---
updated-dependencies:
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-05-27 09:05:32 +00:00 committed by GitHub
parent 8acb4903cb
commit 03707635f9
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.3",
"react-native-tor": "^0.1.8",
"react-native-v8": "^1.5.0",
"react-native-webview": "^12.0.2",
"react-native-webview": "^12.1.0",
"v8-android-nointl": "^10.100.1"
},
"devDependencies": {
@ -14946,9 +14946,9 @@
}
},
"node_modules/react-native-webview": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-12.0.2.tgz",
"integrity": "sha512-vEnFOgVIYaUAQb437BOZdwTteUv3dkXkYOajalUkMDHNz91Zb35HaG6L49uUSFp4qYw46y/U3licKS1BOISDrg==",
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-12.1.0.tgz",
"integrity": "sha512-fuMyF4PBSIHHxv/3GgWO0LQbd7hRkLLDvZZIZw7gplSvH1YTahzw2wxnAt2K4Ua9UmsZ3w2MKgDamQCrdk4tdw==",
"dependencies": {
"escape-string-regexp": "2.0.0",
"invariant": "2.2.4"
@ -27949,9 +27949,9 @@
"requires": {}
},
"react-native-webview": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-12.0.2.tgz",
"integrity": "sha512-vEnFOgVIYaUAQb437BOZdwTteUv3dkXkYOajalUkMDHNz91Zb35HaG6L49uUSFp4qYw46y/U3licKS1BOISDrg==",
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-12.1.0.tgz",
"integrity": "sha512-fuMyF4PBSIHHxv/3GgWO0LQbd7hRkLLDvZZIZw7gplSvH1YTahzw2wxnAt2K4Ua9UmsZ3w2MKgDamQCrdk4tdw==",
"requires": {
"escape-string-regexp": "2.0.0",
"invariant": "2.2.4"

View File

@ -19,7 +19,7 @@
"react-native-encrypted-storage": "^4.0.3",
"react-native-tor": "^0.1.8",
"react-native-v8": "^1.5.0",
"react-native-webview": "^12.0.2",
"react-native-webview": "^12.1.0",
"v8-android-nointl": "^10.100.1"
},
"devDependencies": {