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

chore: update http-streaming to v3.11.1 (#8584)

This commit is contained in:
Alex Barstow 2024-02-13 10:59:01 -05:00 committed by GitHub
parent 6eb0230078
commit 7f7e2a3662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -1765,9 +1765,9 @@
}
},
"@videojs/http-streaming": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.10.0.tgz",
"integrity": "sha512-Lf1rmhTalV4Gw0bJqHmH4lfk/FlepUDs9smuMtorblAYnqDlE2tbUOb7sBXVYoXGdbWbdTW8jH2cnS+6HWYJ4Q==",
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.11.1.tgz",
"integrity": "sha512-Y/h9APHubtCEHJuqmYW3dfusTqIDC+OMg89ZjXXu4fGNfb6xuVzQpzO7XZfBHNQ0qPx437e2UL2BYcsaJTmw+g==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "4.0.0",
@ -15454,12 +15454,12 @@
"dev": true
},
"video.js": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-8.9.0.tgz",
"integrity": "sha512-zkDymz4aCGSdPgOoG48W+UqoYU/JYXIr78HLWkjkXvIs0rrvx0hay3w+X9/OzWNM0/5M75somsdxrvQGr/U1TA==",
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-8.10.0.tgz",
"integrity": "sha512-7UeG/flj/pp8tNGW8WKPP1VJb3x2FgLoqUWzpZqkoq5YIyf6MNzmIrKtxprl438T5RVkcj+OzV8IX4jYSAn4Sw==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "3.9.1",
"@videojs/http-streaming": "3.10.0",
"@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "^4.0.1",
@ -15475,9 +15475,9 @@
},
"dependencies": {
"@videojs/http-streaming": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.9.1.tgz",
"integrity": "sha512-bNKlbs+b4NTyZlU3iLXj2glEHfAErjKqQryeEoDQ8FqnlFHzza7ijhMB+d/5BMrfRyiL2SvKrTDjD1CbH8QOFQ==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.10.0.tgz",
"integrity": "sha512-Lf1rmhTalV4Gw0bJqHmH4lfk/FlepUDs9smuMtorblAYnqDlE2tbUOb7sBXVYoXGdbWbdTW8jH2cnS+6HWYJ4Q==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "4.0.0",

View File

@ -86,7 +86,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "3.10.0",
"@videojs/http-streaming": "3.11.1",
"@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "^4.0.1",