Skip to content

Commit

Permalink
fix(FEC-13522): upd shaka player (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura authored Dec 4, 2023
1 parent 6da44f5 commit 22b412e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"mocha": "^8.0.1",
"mocha-cli": "^1.0.1",
"prettier": "^2.0.5",
"shaka-player": "4.6.0",
"shaka-player": "4.7.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"standard-version": "^6.0.1",
Expand All @@ -106,7 +106,7 @@
},
"peerDependencies": {
"@playkit-js/playkit-js": "canary",
"shaka-player": "4.6.0"
"shaka-player": "4.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7345,10 +7345,10 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shaka-player@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.6.0.tgz#f3427b3b841941015fa2cfd35f8c191ed71b277b"
integrity sha512-uwSQGrGU6cUYuTUyEpxsn+F1WdQJWo66+jJaOqFLjXwKBpr5zOTvRWg5rHfHp+MGu/CoNfLqQac7Cs8qEuQoOQ==
shaka-player@4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.7.0.tgz#5bb0a60c1b7c2a8a3c2d1ff82e632c3c000219c3"
integrity sha512-utR9hKMt8GiGv7EDC8/nh8F1c4KeVGa4Wd8k6h+g2Ylks0m9//kvxvXkQnYAGJRtdql/CJC9Ur8YQ/G+kTwoiQ==
dependencies:
eme-encryption-scheme-polyfill "^2.1.1"

Expand Down

0 comments on commit 22b412e

Please sign in to comment.