Skip to content

Commit

Permalink
fix(FEC-12779): upgrade shaka v4.3.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladna committed Dec 11, 2022
1 parent 109b2f9 commit 338ee11
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.2.1",
"shaka-player": "4.3.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": "3.3.0"
"shaka-player": "4.3.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.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.2.1.tgz#21c406af91103f018c6b85af604b6dd1a4d603df"
integrity sha512-CCgvXpb+7eUpNXx/MKsqkpaWAlsDnTKvvKxAy1tNQEE6JxgVzQ6Ye5yOq3IvC/fo+6PgSXczm9z7tiz/HUL68Q==
shaka-player@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.3.0.tgz#1508e1949232b2a47718ce69524b63c777e69f1e"
integrity sha512-3obEhekQc6UZJFKWWlPkF6AHO4uA7vQpYDm23LXwuau3+UVlulkYyoZLbAvs1/WJ89h/PA0wk5W97FYPTzgNAw==
dependencies:
eme-encryption-scheme-polyfill "^2.1.1"

Expand Down

0 comments on commit 338ee11

Please sign in to comment.