From 681e0d23064a21368ffbcdfd8881f17d87da769e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 03:22:18 -0800 Subject: [PATCH] Bump react-player from 2.10.1 to 2.11.0 in /desktop (#4230) Summary: Bumps [react-player](https://github.com/CookPete/react-player) from 2.10.1 to 2.11.0.
Changelog

Sourced from react-player's changelog.

v2.11.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-player&package-manager=npm_and_yarn&previous-version=2.10.1&new-version=2.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/4230 Reviewed By: ivanmisuno Differential Revision: D43117909 Pulled By: mweststrate fbshipit-source-id: 53104b6d37c5141f657760e4903a8a25a5541a36 --- desktop/flipper-ui-core/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json index b3bf2b4b1..61a069c25 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -39,7 +39,7 @@ "react-element-to-jsx-string": "^14.3.4", "react-is": "^18.2.0", "react-markdown": "^6.0.3", - "react-player": "^2.10.1", + "react-player": "^2.11.0", "react-redux": "^7.2.6", "react-test-renderer": "^0.0.0-experimental-2bf7c02f0-20220314", "react-virtualized-auto-sizer": "^1.0.6", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 460308a74..3fb4cc6af 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12774,10 +12774,10 @@ react-markdown@^6.0.3: unist-util-visit "^2.0.0" vfile "^4.0.0" -react-player@^2.10.1: - version "2.10.1" - resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.10.1.tgz#f2ee3ec31393d7042f727737545414b951ffc7e4" - integrity sha512-ova0jY1Y1lqLYxOehkzbNEju4rFXYVkr5rdGD71nsiG4UKPzRXQPTd3xjoDssheoMNjZ51mjT5ysTrdQ2tEvsg== +react-player@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.11.0.tgz#9afc75314eb915238e8d6615b2891fbe7170aeaa" + integrity sha512-fIrwpuXOBXdEg1FiyV9isKevZOaaIsAAtZy5fcjkQK9Nhmk1I2NXzY/hkPos8V0zb/ZX416LFy8gv7l/1k3a5w== dependencies: deepmerge "^4.0.0" load-script "^1.0.0"