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

chore: update vhs to 3.11.2 (#8603)

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
This commit is contained in:
Dzianis Dashkevich 2024-02-21 11:16:21 -05:00 committed by GitHub
parent b0d84ee1c5
commit ac2eb84539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1765,9 +1765,9 @@
}
},
"@videojs/http-streaming": {
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.11.1.tgz",
"integrity": "sha512-Y/h9APHubtCEHJuqmYW3dfusTqIDC+OMg89ZjXXu4fGNfb6xuVzQpzO7XZfBHNQ0qPx437e2UL2BYcsaJTmw+g==",
"version": "3.11.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.11.2.tgz",
"integrity": "sha512-yRU1ERKb4SKIM2GywUMK3PvXcYBcT1f0mdAKLtkstL+OQ64pIrhbrzZOIdm5ehJtyOksA/69Q40+fwu69yWkhg==",
"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.11.1",
"@videojs/http-streaming": "3.11.2",
"@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "^4.0.1",