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.1 🚀 (#5527)

This commit is contained in:
greenkeeper[bot] 2018-10-25 15:29:07 -04:00 committed by Gary Katsevman
parent b8fe624f9e
commit ad6fc7fc0a
2 changed files with 13 additions and 8 deletions

19
package-lock.json generated
View File

@ -862,9 +862,9 @@
"dev": true
},
"@videojs/http-streaming": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.4.0.tgz",
"integrity": "sha512-QxSiByGcrTtD6XO918St9gMPil/H3sS5432zVTRjVYspzOAneSSAnr4QEbJxzF4BLxYAtWuGkxR3G2EfRAGE2Q==",
"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==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",
@ -5612,7 +5612,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@ -6027,7 +6028,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@ -6083,6 +6085,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -6126,12 +6129,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
}
}
},

View File

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