1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

feat(package): update @videojs/http-streaming to version 1.8.0 🚀 (#5743)

This commit is contained in:
greenkeeper[bot] 2019-01-16 21:56:12 -05:00 committed by Gary Katsevman
parent 6910d39912
commit a071dd8b6f
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@ -995,17 +995,27 @@
"dev": true
},
"@videojs/http-streaming": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.6.0.tgz",
"integrity": "sha512-9xryDvkS5/M/xfvc7DAQ/QW7tsyJ5fdlTN7QAHFfxQ9peU1mxRpmPVct0WocxEZ9vzHloJGPRZU+LLOKFPr/cw==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.8.0.tgz",
"integrity": "sha512-JwUnd63yapFiuuYQ63MClLLmlTpxqTu/cgNzpfRmpqtiSwrkc5S27AoYqPMyHuKlklO9lwLkBZI5hrNPV3OxoQ==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",
"m3u8-parser": "4.2.0",
"m3u8-parser": "4.3.0",
"mpd-parser": "0.7.0",
"mux.js": "5.0.1",
"url-toolkit": "^2.1.3",
"video.js": "^6.8.0 || ^7.0.0"
},
"dependencies": {
"m3u8-parser": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.3.0.tgz",
"integrity": "sha512-bVbjuBMoVIgFL1vpXVIxjeaoB5TPDJRb0m5qiTdM738SGqv/LAmsnVVPlKjM4fulm/rr1XZsKM+owHm+zvqxYA==",
"requires": {
"global": "^4.3.2"
}
}
}
},
"JSONStream": {

View File

@ -79,7 +79,7 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@videojs/http-streaming": "1.6.0",
"@videojs/http-streaming": "1.8.0",
"global": "4.3.2",
"safe-json-parse": "4.0.0",
"tsml": "1.0.1",