From 6d70fce96e26a0b5796eda25f9148f65bde39d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 07:37:57 -0700 Subject: [PATCH] Bump react-player from 2.10.0 to 2.10.1 in /desktop (#4021) Summary: Bumps [react-player](https://github.com/CookPete/react-player) from 2.10.0 to 2.10.1.
Changelog

Sourced from react-player's changelog.

v2.10.1

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.0&new-version=2.10.1)](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/4021 Reviewed By: aigoncharov Differential Revision: D40335011 Pulled By: mweststrate fbshipit-source-id: 5620a1a833ee2dc7f60fccaf42a7adb11fdc65f3 --- 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 e88ecf8d7..8e37bcdeb 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -38,7 +38,7 @@ "react-element-to-jsx-string": "^14.3.4", "react-is": "^18.2.0", "react-markdown": "^6.0.3", - "react-player": "^2.10.0", + "react-player": "^2.10.1", "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 e8c00b5f6..baf725106 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12298,10 +12298,10 @@ react-markdown@^6.0.3: unist-util-visit "^2.0.0" vfile "^4.0.0" -react-player@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.10.0.tgz#bd3e0f10ae756cc644efb14177a515d455d97e20" - integrity sha512-PccIqea9nxSHAdai6R+Yj9lp6tb2lyXWbaF6YVHi5uO4FiXYMKKr9rMXJrivwV5vXwQa65rYKBmwebsBmRTT3w== +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== dependencies: deepmerge "^4.0.0" load-script "^1.0.0"