From 98c750e4bb5bbb2591952e8eb32c922ed5dbde03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 21:37:04 +0000 Subject: [PATCH 1/2] chore(deps): bump shaka-player from 5.0.10 to 5.1.0 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 5.0.10 to 5.1.0. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/main/CHANGELOG.md) - [Commits](https://github.com/shaka-project/shaka-player/compare/v5.0.10...v5.1.0) --- updated-dependencies: - dependency-name: shaka-player dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a4fb1d28..1d6280886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "googlevideo": "^4.0.4", "marked": "^18.0.0", "process": "^0.11.10", - "shaka-player": "^5.0.10", + "shaka-player": "^5.1.0", "swiper": "^12.1.2", "vue": "^3.5.32", "vue-i18n": "^11.3.2", @@ -15027,9 +15027,9 @@ "license": "ISC" }, "node_modules/shaka-player": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-5.0.10.tgz", - "integrity": "sha512-jyS7P3NEMaIsjHG+UXzqwKxptCYIzJ/PmjdLR7y/NypBRmfaHZXgxRwpfS9xYOJuY6YfRoFOu2G+iDCz1SuiSg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-5.1.0.tgz", + "integrity": "sha512-S1rSGvsC86wDT7fqbJFqG8AbRiUkFUBTuy/LxM/VrW5x/sZsJctLBnJPPWseimpvQMNoF8PP5yQnENmKA4K51Q==", "license": "Apache-2.0", "engines": { "node": ">=18" diff --git a/package.json b/package.json index c04b4443c..371ad8aac 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "googlevideo": "^4.0.4", "marked": "^18.0.0", "process": "^0.11.10", - "shaka-player": "^5.0.10", + "shaka-player": "^5.1.0", "swiper": "^12.1.2", "vue": "^3.5.32", "vue-i18n": "^11.3.2", diff --git a/yarn.lock b/yarn.lock index ad4759d76..f7b66988d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7411,10 +7411,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.0.10: - version "5.0.10" - resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-5.0.10.tgz#bcf06563fe0f7f40aec4f761429c3eb4d84bbb13" - integrity sha512-jyS7P3NEMaIsjHG+UXzqwKxptCYIzJ/PmjdLR7y/NypBRmfaHZXgxRwpfS9xYOJuY6YfRoFOu2G+iDCz1SuiSg== +shaka-player@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-5.1.0.tgz#7ec640d7bbd0d445aefae2c2f5ec64b1060db1ed" + integrity sha512-S1rSGvsC86wDT7fqbJFqG8AbRiUkFUBTuy/LxM/VrW5x/sZsJctLBnJPPWseimpvQMNoF8PP5yQnENmKA4K51Q== shallow-clone@^3.0.0: version "3.0.1" From 7d1ae0f4d1c7aa2c7772dd4936ed2a6f7db9dee4 Mon Sep 17 00:00:00 2001 From: countgitmick Date: Sun, 19 Apr 2026 15:32:55 -0700 Subject: [PATCH 2/2] fix(nix): update npmDepsHash for shaka-player 5.1.0 bump --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f87763426..1cd5e75b3 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ src = ./.; - npmDepsHash = "sha256-BFCngfBbPEw4M17soUMSHzG2rGvFZoEHU3qrdar0tAg="; + npmDepsHash = "sha256-O4Bz66DUXAgrsSTglveDHEZn7AMcC7BYFTSrnHSRtdo="; npmDepsFetcherVersion = 2; npmFlags = [ "--legacy-peer-deps" ]; makeCacheWritable = true;