Skip to content

Commit

Permalink
chore(project): update hls.js to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Mar 27, 2018
1 parent 049b44d commit 860a25f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"eslint-config-node-style-guide": "^3.0.0",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"hls.js": "^0.8.9",
"hls.js": "^0.9.1",
"html-loader": "^0.5.5",
"istanbul": "^0.4.2",
"istanbul-instrumenter-loader": "^3.0.0",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Expand Up @@ -4087,11 +4087,12 @@ hipchat-notifier@^1.1.0:
lodash "^4.0.0"
request "^2.0.0"

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.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.9.1.tgz#36516d4fac3ab44108e5c127ef0f3e9cd06f6330"
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 @@ -8374,6 +8375,10 @@ string-width@^2.1.1:
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 @@ -8939,9 +8944,9 @@ url-parse@^1.1.8:
querystringify "~1.0.0"
requires-port "~1.0.0"

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, url@~0.11.0:
version "0.11.0"
Expand Down

0 comments on commit 860a25f

Please sign in to comment.