1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

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

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot] 2020-03-28 10:35:17 -04:00 committed by GitHub
parent 8dc1e6f247
commit 1dd06a26c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1267,9 +1267,9 @@
}
},
"@videojs/http-streaming": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.0.tgz",
"integrity": "sha512-UilREuIFWUnmze/oNxYwS1qnkZ+dzwg13IpZC8yr4r0LLYkggen/XvzK3eN0NfRpdzw5xbbI2cSw7+T2A2CUZQ==",
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.1.tgz",
"integrity": "sha512-7fEx6q/EikD6LCf8D0PS0RNm/M8wjpRbdG3e99VQSLG717V9VMuNAyimsM9KXfDhsSgPtWje3GU8LfbVn6PKig==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",

View File

@ -81,7 +81,7 @@
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@videojs/http-streaming": "1.13.0",
"@videojs/http-streaming": "1.13.1",
"@videojs/xhr": "2.5.1",
"global": "4.3.2",
"keycode": "^2.2.0",