From 750bb17b4f2aa0695e1065a25ecfc8b42322035f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:32:59 +0000 Subject: [PATCH] build(deps-dev): bump shaka-player from 4.12.0 to 4.12.1 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.12.1/CHANGELOG.md) - [Commits](https://github.com/shaka-project/shaka-player/compare/v4.12.0...v4.12.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcc56577..df7f24e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "postcss-sass": "^0.5.0", "sass": "^1.81.0", "sass-loader": "^14.2.1", - "shaka-player": "^4.12.0", + "shaka-player": "^4.12.1", "socket.io-client": "^4.8.1", "string-similarity": "^4.0.4", "stylelint": "^14.16.1", @@ -14013,9 +14013,9 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, "node_modules/shaka-player": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.12.0.tgz", - "integrity": "sha512-Ih1kT/C+hC2kP+Jb9JQnQKhJFL4kLMLlJwQqDRr6IEgt1CIuVDDATUaNAKgvFdzdP/oRr9YTgkbZ1c+kySBz4g==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.12.1.tgz", + "integrity": "sha512-hkwC25IynGVwh/3De3DEtaDGz6K/qsJbkAIgFcOff/GJY4JE+vad386QUb8+Niub4sYtH1vtkYJx+1P1y7ZWwg==", "dev": true, "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 6fe46548..455ab291 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-sass": "^0.5.0", "sass": "^1.81.0", "sass-loader": "^14.2.1", - "shaka-player": "^4.12.0", + "shaka-player": "^4.12.1", "socket.io-client": "^4.8.1", "string-similarity": "^4.0.4", "stylelint": "^14.16.1",