From b5b4cbc1060f1bf9da3f5a9c83b5540a28f0ded0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 20:34:05 +0000 Subject: [PATCH] Bump react-native-webview from 8.0.6 to 11.0.0 in /wellBeingCheck Bumps [react-native-webview](https://github.com/react-native-community/react-native-webview) from 8.0.6 to 11.0.0. - [Release notes](https://github.com/react-native-community/react-native-webview/releases) - [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc) - [Commits](https://github.com/react-native-community/react-native-webview/compare/v8.0.6...v11.0.0) Signed-off-by: dependabot[bot] --- wellBeingCheck/package.json | 2 +- wellBeingCheck/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wellBeingCheck/package.json b/wellBeingCheck/package.json index b2fd0529..993c4369 100644 --- a/wellBeingCheck/package.json +++ b/wellBeingCheck/package.json @@ -31,7 +31,7 @@ "react-native-safe-area-context": "3.1.4", "react-native-screens": "^2.11.0", "react-native-web": "~0.13.12", - "react-native-webview": "^10.9.0", + "react-native-webview": "^11.0.0", "react-navigation": "^4.4.1", "react-navigation-stack": "^2.8.3", "short-uuid": "^4.1.0" diff --git a/wellBeingCheck/yarn.lock b/wellBeingCheck/yarn.lock index 693d0f4b..8c83a041 100644 --- a/wellBeingCheck/yarn.lock +++ b/wellBeingCheck/yarn.lock @@ -4753,10 +4753,10 @@ react-native-web@~0.13.12: prop-types "^15.6.0" react-timer-mixin "^0.13.4" -react-native-webview@^10.9.0: - version "10.9.0" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-10.9.0.tgz#a45998f82ab1bbbbfde22b8b155394772610157a" - integrity sha512-zYZfmdJca/xRbwvvOfPhzL59SQC4L0W9rPWVF4zMi7BMDdCVHXVp0wKZ9KzmqxZNwadZNTxl5s0pvd6p3S34Fg== +react-native-webview@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.0.0.tgz#d667cbcc772e963fe88a4156290d25fe47ed43b0" + integrity sha512-gzID5ebCFVNkxreuabClymo6QkJbXCLEtiIUY9QAhxY58HsDUp8x0YzDVEROYyEJ4ghL71koAOeQRDNAgNnh1w== dependencies: escape-string-regexp "2.0.0" invariant "2.2.4"