1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00

fix: update vhs version (#8930)

bump vhs version (3.16.1)

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
This commit is contained in:
Dzianis Dashkevich 2024-12-02 15:11:13 -05:00 committed by GitHub
parent 57d6ab65ea
commit f87a699f2d
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

@ -1791,9 +1791,9 @@
}
},
"@videojs/http-streaming": {
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.16.0.tgz",
"integrity": "sha512-VL8l+JGbc9KqZ1fY2pYgBS1u3i6iQ/5mRAE6bwrI5R0RAtKxur1hjipVGwkkJSYRzwLgArt5Wg5abEjfoJN7yA==",
"version": "3.16.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.16.1.tgz",
"integrity": "sha512-+5FXE0q8sRD6lPVdGsDL0N8q4+IiQEjMtoCSu0js1oftdCchP9bbhR9ac8XUGJUCZ53KoeY02izkjyGYK2hpGw==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^4.1.1",

View File

@ -86,7 +86,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "^3.16.0",
"@videojs/http-streaming": "^3.16.1",
"@videojs/vhs-utils": "^4.1.1",
"@videojs/xhr": "2.7.0",
"aes-decrypter": "^4.0.2",