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.3.1 🚀 (#5508)

This commit is contained in:
greenkeeper[bot] 2018-10-22 14:55:38 -04:00 committed by Gary Katsevman
parent 29005e9172
commit 46e3ef0951
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2233,9 +2233,9 @@
"dev": true
},
"@videojs/http-streaming": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.3.0.tgz",
"integrity": "sha512-QCEIaE0Nj4Qtd0T9L2bkwzE21SNkhZ284qt5pgIi7+JLhMaFXMP5KP6TsJT/cBTlR+lLCVZl35cnrlxaa4ystA==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.3.1.tgz",
"integrity": "sha512-7Ky0BwJJxouX60LqUvKeiqivP8zOahz8Sdm6eMLlkbpIgAdrH+hK0X/QvwlVuMbMpIsNsV34uJkyldooM2T1IQ==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",

View File

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