Skip to content

Commit

Permalink
fix: update Shaka to fix the memory leak (#396)
Browse files Browse the repository at this point in the history
Issue: memory leak from Shaka lib.
Solution: upgrade Shaka lib.
  • Loading branch information
Yuvalke authored Jan 10, 2021
1 parent d728ecb commit f6cc4dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"hls.js": "^0.14.9",
"playkit-js-providers": "https://github.com/kaltura/playkit-js-providers.git#v2.27.0",
"proxy-polyfill": "^0.3.0",
"shaka-player": "^3.0.5"
"shaka-player": "^3.0.7"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8826,10 +8826,10 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shaka-player@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-3.0.5.tgz#132f959dd61b8c3dbc235ea280304b157e45ff9c"
integrity sha512-LYq56q9DA7yTLBD1yQwZrMlJZOovb2yRmo0C3AsddL1J0ee+U4BXr1QZd5amtpBvl8fOiLgkW/12UuChMR764A==
shaka-player@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-3.0.7.tgz#380a77d40784cc1e328b300924ab3d993bb74df7"
integrity sha512-+j6zQ/6iiWtLXBO2FuSdFX2PCUmjmtYNtfQl/A69om0HIkMlPQR7/rff+coe1UPdRQLb4fyGn4YfLFzuMGo28A==
dependencies:
eme-encryption-scheme-polyfill "^2.0.1"

Expand Down

0 comments on commit f6cc4dd

Please sign in to comment.