From 68a23913ccc568da8554761904436f1c75bcc1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:06:36 +0000 Subject: [PATCH] build(deps-dev): bump shaka-player from 4.13.0 to 4.13.1 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.13.0 to 4.13.1. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.13.1/CHANGELOG.md) - [Commits](https://github.com/shaka-project/shaka-player/compare/v4.13.0...v4.13.1) --- updated-dependencies: - dependency-name: shaka-player dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e832656..3a0b5c08 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.13.0", + "shaka-player": "^4.13.1", "socket.io-client": "^4.8.1", "string-similarity": "^4.0.4", "stylelint": "^14.16.1", @@ -6728,9 +6728,9 @@ "dev": true }, "node_modules/eme-encryption-scheme-polyfill": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eme-encryption-scheme-polyfill/-/eme-encryption-scheme-polyfill-2.2.0.tgz", - "integrity": "sha512-wfgRcR2cGAX0WKbPahhI13dr2mzFQ/rMnoDibRIdScQlv9S0rtnXd25XF17IUdNJw/voJoFpYQp33C3xkFnyEw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/eme-encryption-scheme-polyfill/-/eme-encryption-scheme-polyfill-2.2.1.tgz", + "integrity": "sha512-GzgrLuZPYGijd8oaKuBqYv3Tc2oruDZM3V2982KOuy/PA1N3zwMe+/oIXJYfZ3BH3PwW5nONdBBE+VY6jlwbrw==", "dev": true, "license": "Apache-2.0" }, @@ -14076,13 +14076,13 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, "node_modules/shaka-player": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.13.0.tgz", - "integrity": "sha512-FZToyYl7IXvt1oMEWVbU0tjWJpJ+oSYpUibNMxSqVQx2pLfSBDfEuodGJV+pRgiydYQ58+VFLftAylDx/Qvfdw==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.13.1.tgz", + "integrity": "sha512-JUfMVd4aM5lORJSohLTD7dFhMLtu3856eWNxy5mstIuObOpI6A+maLWdehwII6jQYB0Wgp9eMbbk5tHXGQeOhg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "eme-encryption-scheme-polyfill": "^2.2.0" + "eme-encryption-scheme-polyfill": "^2.2.1" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 975f42db..c71fcafd 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.13.0", + "shaka-player": "^4.13.1", "socket.io-client": "^4.8.1", "string-similarity": "^4.0.4", "stylelint": "^14.16.1",