From b30ac603511b681ab132caed70eb33128c9d1711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:51:43 +0000 Subject: [PATCH] build(deps): bump react-player from 2.13.0 to 2.16.0 Bumps [react-player](https://github.com/cookpete/react-player) from 2.13.0 to 2.16.0. - [Release notes](https://github.com/cookpete/react-player/releases) - [Changelog](https://github.com/cookpete/react-player/blob/master/CHANGELOG.md) - [Commits](https://github.com/cookpete/react-player/compare/v2.13.0...v2.16.0) --- updated-dependencies: - dependency-name: react-player dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/lib-classifier/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/lib-classifier/package.json b/packages/lib-classifier/package.json index 9e25a0012e3..84ff633aada 100644 --- a/packages/lib-classifier/package.json +++ b/packages/lib-classifier/package.json @@ -47,7 +47,7 @@ "i18next": "~23.16.5", "lodash": "~4.17.11", "react-i18next": "~14.1.0", - "react-player": "~2.13.0", + "react-player": "~2.16.0", "swr": "~2.2.0", "valid-url": "~1.0.9" }, diff --git a/yarn.lock b/yarn.lock index 991a6b0d917..bd5f6beee0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15590,10 +15590,10 @@ react-is@^17.0.0, react-is@^17.0.1, react-is@^17.0.2: resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-player@~2.13.0: - version "2.13.0" - resolved "https://registry.npmjs.org/react-player/-/react-player-2.13.0.tgz" - integrity sha512-gkY7ZdbVFztlKFFhCPcnDrFQm+L399b8fhWsKatZ+b2wpKJwfUHBXQFMRxqYQGT0ic1/wQ7D7EZEWy7ZBqk2pw== +react-player@~2.16.0: + version "2.16.0" + resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.16.0.tgz#89070700b03f5a5ded9f0b3165d4717390796481" + integrity sha512-mAIPHfioD7yxO0GNYVFD1303QFtI3lyyQZLY229UEAp/a10cSW+hPcakg0Keq8uWJxT2OiT/4Gt+Lc9bD6bJmQ== dependencies: deepmerge "^4.0.0" load-script "^1.0.0"