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.9.3 🚀 (#5883)

Fixes #5823
This commit is contained in:
greenkeeper[bot] 2019-03-21 14:52:44 -04:00 committed by Gary Katsevman
parent 6e173b017f
commit cd6ac9d7ed
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -982,23 +982,23 @@
}
},
"@videojs/http-streaming": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.9.2.tgz",
"integrity": "sha512-DPJ7by5mPWUdKjxD8+W3sRJ4aqHoUv/L25thXYfVLNvt7Q/vu8gZo0o1NXYnRG9xW7zDvAz68iegHm+4URsdzg==",
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.9.3.tgz",
"integrity": "sha512-gNdqyvhxTU67optzxiywHXi/z2+Ju0b6hNth0V7BsL7YAH+R1StIKmmp6SsfFZQfrNW5ykYFoR95M/AT5cg9Ug==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",
"m3u8-parser": "4.3.0",
"mpd-parser": "0.7.0",
"mux.js": "5.1.0",
"mux.js": "5.1.1",
"url-toolkit": "^2.1.3",
"video.js": "^6.8.0 || ^7.0.0"
},
"dependencies": {
"mux.js": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.1.0.tgz",
"integrity": "sha512-ZRN+YyHo5NBPnIEB9PfgGDRmVyg4o45NWY43JYB1bz/oab2/pEXfhnSBtVANYf+E7BcsGxF/Pz0JQEGakLzGnA=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.1.1.tgz",
"integrity": "sha512-Mf/UYmh5b8jvUP+jmrTbETnyFZprMdbT0RxKm/lJ/4d2Q3xdc5GaHaRPI1zVV5D3+6uxArVPm78QEb1RsrmaQw=="
}
}
},

View File

@ -79,7 +79,7 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@videojs/http-streaming": "1.9.2",
"@videojs/http-streaming": "1.9.3",
"global": "4.3.2",
"keycode": "^2.2.0",
"safe-json-parse": "4.0.0",