1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

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

This commit is contained in:
greenkeeper[bot] 2019-03-12 14:48:56 -04:00 committed by Gary Katsevman
parent d7379f09da
commit ae378c6854
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -982,9 +982,9 @@
}
},
"@videojs/http-streaming": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.9.0.tgz",
"integrity": "sha512-SNCW4J9QZcjoyNX0WNHOBBJcd052+mfj0Im43z+9Ph9QzI0NMxt2qpXqBMv7zRrzB8MqITcNL1sqoEcQIEo5Nw==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.9.1.tgz",
"integrity": "sha512-eWawtIjmdpKnMV6m/48Rn34qjJjizj7QNWB4s6+nFWALSdHUBsvWcX8P23We7SHD5a2qtL0iiIFJmOXxZledCw==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",

View File

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