From a069190801d47f61c00438aafc54592ea989d91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:32:15 +0000 Subject: [PATCH] chore(deps): bump shaka-player from 5.2.3 to 5.2.4 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v5.2.4/CHANGELOG.md) - [Commits](https://github.com/shaka-project/shaka-player/compare/v5.2.3...v5.2.4) --- updated-dependencies: - dependency-name: shaka-player dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e2e5cb84..05667c838 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "electron-context-menu": "^4.1.2", "googlevideo": "^4.0.4", "process": "^0.11.10", - "shaka-player": "^5.1.2", + "shaka-player": "^5.2.4", "swiper": "^14.0.0", "vue": "^3.5.33", "vue-i18n": "^11.4.0", diff --git a/yarn.lock b/yarn.lock index 4e93e1e67..1c5c5db82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7225,10 +7225,10 @@ setprototypeof@1.2.0, setprototypeof@~1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shaka-player@^5.1.2: - version "5.2.3" - resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-5.2.3.tgz#9a779a67ca5b3f1358060e7a97ceabf5ba1a0632" - integrity sha512-qIstmSOlCqNsRicCOA9FmwIwPxjsZ9qjfqDv2C/N57ECmw5grLoaYP4HU3PMf28t2pgY3pyQDAl64CmoWZIeBg== +shaka-player@^5.2.4: + version "5.2.4" + resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-5.2.4.tgz#3a5fd53977c28ab8d36a7a93e585ddf9e29ef99e" + integrity sha512-vf81av2EIcb03jRpeeZBhrPT3PMyggXnZA9k4sxGBxpr/H6v0iEL6b51T2Kwz5YNrQG/yDYoadgBW+oW40LeoA== shallow-clone@^3.0.0: version "3.0.1"