1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-06 06:50:51 +02:00

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

This commit is contained in:
greenkeeper[bot] 2020-02-18 23:52:27 -05:00 committed by GitHub
parent e6c03c7896
commit 30d5874226
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

@ -942,9 +942,9 @@
}
},
"@videojs/http-streaming": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.12.1.tgz",
"integrity": "sha512-WNYmHv5JsepW2VVliFLNBfkFzxs7My9OFmre8BFesXP9q5HpwOFUde3Z3/Y6I5xW6dGvqU+KLolQkKrbobN1xg==",
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.12.2.tgz",
"integrity": "sha512-/YoApr0Ihaqo2eOLSQA3AdUDgor3VPeRAc+mCFvEB8265OUHxhIBUQ+JoGEKYk6PY2XLK1JqNC0lDuqpr61TPQ==",
"requires": {
"aes-decrypter": "3.0.0",
"global": "^4.3.0",

View File

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