Skip to content

Commit

Permalink
fix(FEC-7887, FEC-7953, SUP-14111): upgrade hlsjs to 0.10.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairans authored Jul 9, 2018
1 parent debb870 commit cf1095b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"hls.js": "^0.8.9",
"hls.js": "^0.10.1",
"js-logger": "^1.3.0",
"playkit-js": "https://github.com/kaltura/playkit-js.git#v0.32.2",
"playkit-js-dash": "https://github.com/kaltura/playkit-js-dash.git#v1.6.2",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2950,11 +2950,12 @@ he@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"

hls.js@^0.8.9:
version "0.8.9"
resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.8.9.tgz#db367cc99ce5b0976ea3e059a1d044d7b0790697"
hls.js@^0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.10.1.tgz#2675245be1ba83aa023b11b5f5432af62be63330"
dependencies:
url-toolkit "^2.0.1"
string.prototype.endswith "^0.2.0"
url-toolkit "^2.1.2"

hmac-drbg@^1.0.0:
version "1.0.1"
Expand Down Expand Up @@ -5775,6 +5776,10 @@ string-width@^2.0.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^4.0.0"

string.prototype.endswith@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz#a19c20dee51a98777e9a47e10f09be393b9bba75"

string_decoder@^0.10.25, string_decoder@~0.10.x:
version "0.10.31"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
Expand Down Expand Up @@ -6113,9 +6118,9 @@ url-parse@^1.1.8:
querystringify "~1.0.0"
requires-port "1.0.x"

url-toolkit@^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/url-toolkit/-/url-toolkit-2.1.1.tgz#96c2da3cd672df1aa2ac7fc89240b2dcf5c99a80"
url-toolkit@^2.1.2:
version "2.1.4"
resolved "https://registry.yarnpkg.com/url-toolkit/-/url-toolkit-2.1.4.tgz#e0dac60e5fdd50b8ac984307699e8b72439b3fd3"

url@^0.11.0:
version "0.11.0"
Expand Down

0 comments on commit cf1095b

Please sign in to comment.