From e5c90c32353d2c89754b1cd7a7d93a7b8b7b07b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:07:56 +0000 Subject: [PATCH] Bump react-native-webview from 10.10.2 to 11.0.0 in /PryvReactNative Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 10.10.2 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.10.2...v11.0.0) --- updated-dependencies: - dependency-name: react-native-webview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PryvReactNative/package.json | 2 +- PryvReactNative/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PryvReactNative/package.json b/PryvReactNative/package.json index c5de504..1f4d17f 100644 --- a/PryvReactNative/package.json +++ b/PryvReactNative/package.json @@ -27,7 +27,7 @@ "react-native-screens": "^2.11.0", "react-native-unimodules": "~0.11.0", "react-native-web": "~0.13.12", - "react-native-webview": "^10.9.2", + "react-native-webview": "^11.0.0", "rec-la": "pryv/rec-la" }, "devDependencies": { diff --git a/PryvReactNative/yarn.lock b/PryvReactNative/yarn.lock index f08c534..3a6b437 100644 --- a/PryvReactNative/yarn.lock +++ b/PryvReactNative/yarn.lock @@ -7042,10 +7042,10 @@ react-native-web@~0.13.12: prop-types "^15.6.0" react-timer-mixin "^0.13.4" -react-native-webview@^10.9.2: - version "10.10.2" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-10.10.2.tgz#13208aef17c9ccfd28355363688f4cbe2143f10a" - integrity sha512-98Dh7q1gEflicFZ8KNL3nK5XRjx50OZXqw87jHofVjKfjbK0LKmvI5X8ymgUMGg61JVgI3AF+g8qpDvqjgQsfg== +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"