From 71c8ffeadc732cf5bac73efe264997c1601de6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:11:57 +0000 Subject: [PATCH] build(deps-dev): bump shaka-player from 4.12.7 to 4.12.8 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.12.7 to 4.12.8. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.12.8/CHANGELOG.md) - [Commits](https://github.com/shaka-project/shaka-player/compare/v4.12.7...v4.12.8) --- 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 45a3ba88..ec40b9da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "postcss-sass": "^0.5.0", "sass": "^1.83.4", "sass-loader": "^14.2.1", - "shaka-player": "^4.12.7", + "shaka-player": "^4.12.8", "socket.io-client": "^4.8.1", "string-similarity": "^4.0.4", "stylelint": "^14.16.1", @@ -14073,9 +14073,9 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, "node_modules/shaka-player": { - "version": "4.12.7", - "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.12.7.tgz", - "integrity": "sha512-xfViJ2yhSlG4J1WwLy6tvtEJJ7aYprYhtrpEw76C/CaDEnswgS+4tdp83eAXRfzd9uVZzrycrNaMS2+Ig2Jz7Q==", + "version": "4.12.8", + "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.12.8.tgz", + "integrity": "sha512-PXOgHLVgYJaA0KSpPhPZHiIwPYIwKyTF0HqFYdau7PE2zbSEXY6PZMSrS307MVnJ7qXABeo8pU1aQk3DuFwTkA==", "dev": true, "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index a0bbd0a7..a18ff34c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-sass": "^0.5.0", "sass": "^1.83.4", "sass-loader": "^14.2.1", - "shaka-player": "^4.12.7", + "shaka-player": "^4.12.8", "socket.io-client": "^4.8.1", "string-similarity": "^4.0.4", "stylelint": "^14.16.1",