1
0
mirror of https://github.com/videojs/video.js.git synced 2025-09-16 09:26:56 +02:00

fix(package): update @videojs/http-streaming to version 1.10.1 (#5951)

Closes #5934
This commit is contained in:
Gary Katsevman
2019-04-23 14:36:06 -04:00
committed by GitHub
parent a17e662688
commit 98e86ea235
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View File

@@ -982,19 +982,28 @@
}
},
"@videojs/http-streaming": {
"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==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.10.1.tgz",
"integrity": "sha512-oAR1qdIuKN79nTgHmjGRaGRU3XFxj3D8TpNSW87u6b5Cmb6NaUAnNQciZ6haJekY+FlMdJ3MtA55lo45u3xTqQ==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",
"m3u8-parser": "4.3.0",
"mpd-parser": "0.7.0",
"mpd-parser": "0.8.0",
"mux.js": "5.1.1",
"url-toolkit": "^2.1.3",
"video.js": "^6.8.0 || ^7.0.0"
},
"dependencies": {
"mpd-parser": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.8.0.tgz",
"integrity": "sha512-bWMWlBsdJXe8QVheh8HZ5VGBlROIwXZ17L+NN1bAQR3dSaCXJJtX3913NdNHqtsbdlTf25mvBXgDv7kbf+ATog==",
"requires": {
"global": "^4.3.2",
"url-toolkit": "^2.1.1"
}
},
"mux.js": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.1.1.tgz",

View File

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