1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00

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

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot] 2020-03-30 20:23:07 -04:00 committed by GitHub
parent 47ba7040b0
commit 6d18c40e1f
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.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.1.tgz",
"integrity": "sha512-7fEx6q/EikD6LCf8D0PS0RNm/M8wjpRbdG3e99VQSLG717V9VMuNAyimsM9KXfDhsSgPtWje3GU8LfbVn6PKig==",
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.2.tgz",
"integrity": "sha512-U4Xhh+HxGpRBx9Gm0LlEadq85k9BwckzFgZmyhacauhK/27Mz0goKKFAt+BpxBNp2oHVdAdk8NHfneinsqni3Q==",
"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.1",
"@videojs/http-streaming": "1.13.2",
"@videojs/xhr": "2.5.1",
"global": "4.3.2",
"keycode": "^2.2.0",