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.0 🚀 (#5523)

This commit is contained in:
greenkeeper[bot] 2018-10-24 14:15:30 -04:00 committed by Gary Katsevman
parent a9ae77fa3c
commit 0847485720
2 changed files with 37 additions and 12 deletions

47
package-lock.json generated
View File

@ -862,17 +862,28 @@
"dev": true
},
"@videojs/http-streaming": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.3.1.tgz",
"integrity": "sha512-7Ky0BwJJxouX60LqUvKeiqivP8zOahz8Sdm6eMLlkbpIgAdrH+hK0X/QvwlVuMbMpIsNsV34uJkyldooM2T1IQ==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.4.0.tgz",
"integrity": "sha512-QxSiByGcrTtD6XO918St9gMPil/H3sS5432zVTRjVYspzOAneSSAnr4QEbJxzF4BLxYAtWuGkxR3G2EfRAGE2Q==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",
"m3u8-parser": "4.2.0",
"mpd-parser": "0.6.1",
"mpd-parser": "0.7.0",
"mux.js": "4.5.1",
"url-toolkit": "^2.1.3",
"video.js": "^6.8.0 || ^7.0.0"
},
"dependencies": {
"mpd-parser": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.7.0.tgz",
"integrity": "sha512-nkzVIkecaDz3q7p4ToN3GR0FV2Odbh0w2sJ8ijsyw79JcBrJoUD3KHIiI8gL0hEDlex7mrVpTxXBsRHowUBmPw==",
"requires": {
"global": "^4.3.2",
"url-toolkit": "^2.1.1"
}
}
}
},
"JSONStream": {
@ -5622,12 +5633,14 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -5642,17 +5655,20 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"core-util-is": {
"version": "1.0.2",
@ -5769,7 +5785,8 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@ -5781,6 +5798,7 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -5795,6 +5813,7 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
@ -5802,12 +5821,14 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@ -5826,6 +5847,7 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -5906,7 +5928,8 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@ -5918,6 +5941,7 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -6039,6 +6063,7 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",

View File

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