1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

fix(package): update @videojs/http-streaming to version 1.4.2 🚀 (#5543)

This commit is contained in:
greenkeeper[bot] 2018-11-06 14:36:54 -05:00 committed by Gary Katsevman
parent 11f1fb8e3a
commit dbaca33cbf
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -862,17 +862,24 @@
"dev": true
},
"@videojs/http-streaming": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.4.1.tgz",
"integrity": "sha512-Bb3aP/b81heFt98JzDm8zN+mkHel8Ehb/ZKAOECeL19zq/Gp12653cE4JmG7cUI6VPSQB60DYMp6us3/HqKs7Q==",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.4.2.tgz",
"integrity": "sha512-BxwEHmMPUOi6UAhpqbwHwyRCa3hwu2dbwNMCL0e7pdrglHI5xe3DVYoysDICH3Ji27yEVaRkQSy42Dv0wQ0XOQ==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",
"m3u8-parser": "4.2.0",
"mpd-parser": "0.7.0",
"mux.js": "4.5.1",
"mux.js": "5.0.1",
"url-toolkit": "^2.1.3",
"video.js": "^6.8.0 || ^7.0.0"
},
"dependencies": {
"mux.js": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.0.1.tgz",
"integrity": "sha512-yfmJ9CaLGSyRnEwqwzvISSZe6EdcvXIsgapZfuNNFuUQUlYDwltnCgZqV6IG90daY4dYTemK/hxMoxI1bB6RjA=="
}
}
},
"JSONStream": {

View File

@ -64,7 +64,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@videojs/http-streaming": "1.4.1",
"@videojs/http-streaming": "1.4.2",
"global": "4.3.2",
"safe-json-parse": "4.0.0",
"tsml": "1.0.1",