From 3342d501ce88a02c7ae8aa07a0139ee14e033026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:19:05 +0000 Subject: [PATCH] build(deps-dev): bump shaka-player from 4.11.4 to 4.11.5 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.11.4 to 4.11.5. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.11.5/CHANGELOG.md) - [Commits](https://github.com/shaka-project/shaka-player/compare/v4.11.4...v4.11.5) --- updated-dependencies: - dependency-name: shaka-player dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44c6bf09..c00a842e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "postcss-sass": "^0.5.0", "sass": "^1.79.3", "sass-loader": "^14.2.1", - "shaka-player": "^4.11.4", + "shaka-player": "^4.11.5", "socket.io-client": "^4.8.0", "string-similarity": "^4.0.4", "stylelint": "^14.16.1", @@ -13715,9 +13715,9 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, "node_modules/shaka-player": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.11.4.tgz", - "integrity": "sha512-4BqpeLgoPuEWgmlsIhrSNYMDpYXuWfSBJB8XmskO5JkF8O3YKF40DLVqdQVpQRBPtWQZc49nO4g3VTzI+7aBwg==", + "version": "4.11.5", + "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.11.5.tgz", + "integrity": "sha512-70r3qeMulzFaGHn3CskE+o6I/nrZoPqjfbGtL0ktoZ84F3uya+RgN7C7KUf34RZViBEakr1bRexR5hRYlw4PSA==", "dev": true, "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 8e0e2d1c..63a59312 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-sass": "^0.5.0", "sass": "^1.79.3", "sass-loader": "^14.2.1", - "shaka-player": "^4.11.4", + "shaka-player": "^4.11.5", "socket.io-client": "^4.8.0", "string-similarity": "^4.0.4", "stylelint": "^14.16.1",