1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

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

This commit is contained in:
greenkeeper[bot] 2018-04-10 10:35:16 -04:00 committed by Gary Katsevman
parent 064c1be2ba
commit 12095fb050
2 changed files with 35 additions and 15 deletions

48
package-lock.json generated
View File

@ -5,17 +5,34 @@
"requires": true,
"dependencies": {
"@videojs/http-streaming": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-0.9.0.tgz",
"integrity": "sha512-Puh0oa5bJ7gofI4Q801NxkKJpAUP5gNm5TWK/pNRml9QiqofWh3L43Y+UJVuvF9KqGYbllttqx8W6JpDxXbj5w==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.0.0.tgz",
"integrity": "sha512-AnO4JJteqz+HnhXPKSuuEa6StR8m5gdllnGlblEHmt+ps4Y2zbtD+ODzoMUYWRIIsUmIaUYGiIAmIA3tiTuELQ==",
"requires": {
"aes-decrypter": "1.0.3",
"aes-decrypter": "3.0.0",
"global": "4.3.2",
"m3u8-parser": "4.2.0",
"mpd-parser": "0.6.0",
"mux.js": "4.4.1",
"url-toolkit": "2.1.4",
"video.js": "6.6.0"
"video.js": "6.8.0"
},
"dependencies": {
"video.js": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-6.8.0.tgz",
"integrity": "sha512-Yig2ImqVQVaOidXUoKXh6tuVhRkHjeH9jMjBjwRQcsy07XDbGHzaJw9hjESHK1crIm2XnTnKXYdo24lbpNTENg==",
"requires": {
"babel-runtime": "6.26.0",
"global": "4.3.2",
"safe-json-parse": "4.0.0",
"tsml": "1.0.1",
"videojs-font": "2.1.0",
"videojs-ie8": "1.1.2",
"videojs-vtt.js": "0.12.6",
"xhr": "2.4.0"
}
}
}
},
"JSONStream": {
@ -184,11 +201,13 @@
"optional": true
},
"aes-decrypter": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-1.0.3.tgz",
"integrity": "sha1-nAa4pUNaWtCduTP4oBSvzxhMw04=",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.0.0.tgz",
"integrity": "sha1-eEihwUW5/b9Xrj4rWxvHzwZEqPs=",
"requires": {
"pkcs7": "0.2.3"
"commander": "2.11.0",
"global": "4.3.2",
"pkcs7": "1.0.2"
}
},
"after": {
@ -2624,8 +2643,7 @@
"commander": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz",
"integrity": "sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==",
"dev": true
"integrity": "sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ=="
},
"comment-parser": {
"version": "0.4.2",
@ -11460,9 +11478,9 @@
}
},
"pkcs7": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-0.2.3.tgz",
"integrity": "sha1-ItYGZtAQZcXyRDkJjkpIMEUic74="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.2.tgz",
"integrity": "sha1-ttulJ1KMKUK/wSLOLa/NteWQdOc="
},
"pkg-up": {
"version": "1.0.0",
@ -15510,6 +15528,7 @@
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-6.6.0.tgz",
"integrity": "sha512-jtMn0PqQSGGes5Lcb5Ste0fG4HrcOIr51LYX57wrQbbrUhj/56U8c9LGhVeGAgpi1XBebw/R16xyENxh5yPllw==",
"dev": true,
"requires": {
"babel-runtime": "6.26.0",
"global": "4.3.2",
@ -15525,6 +15544,7 @@
"version": "0.12.4",
"resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.4.tgz",
"integrity": "sha1-OPJJnjHvs/qTWQ3a1MtmMnWksWE=",
"dev": true,
"requires": {
"global": "4.3.2"
}

View File

@ -48,7 +48,7 @@
"url": "https://github.com/videojs/video.js.git"
},
"dependencies": {
"@videojs/http-streaming": "^0.9.0",
"@videojs/http-streaming": "^1.0.0",
"babel-runtime": "^6.9.2",
"global": "4.3.2",
"safe-json-parse": "4.0.0",