From 80d0f5d77b173d5423c1b8807bc4f686770a9095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 12:47:42 +0000 Subject: [PATCH] Bump react-native-webview from 10.1.1 to 11.0.0 Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 10.1.1 to 11.0.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/v10.1.1...v11.0.0) --- updated-dependencies: - dependency-name: react-native-webview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e32b8bf..2ed5f2c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-native-swiper": "^1.6.0", "react-native-unimodules": "~0.7.0", "react-native-web": "~0.11.7", - "react-native-webview": "10.1.1", + "react-native-webview": "11.0.0", "react-navigation": "^3.11.1", "styled-components": "^4.3.1" }, diff --git a/yarn.lock b/yarn.lock index 74e00ed..c021cb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6385,10 +6385,10 @@ react-native-web@~0.11.7: prop-types "^15.6.0" react-timer-mixin "^0.13.4" -react-native-webview@10.1.1: - version "10.1.1" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-10.1.1.tgz#11c58ae7b197f03d2101685542baf0983ffc6b81" - integrity sha512-ZosyD5OVJzggGtisMSpPk8BNUPgSdwJm9JVB6f8gAzJEJCSsVO0eXTYHoLl8zMVXWattkP0UGfxXYruZXE7Wjg== +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"