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

chore: update VHS version (#8933)

This commit is contained in:
Harisha Rajam Swaminathan 2024-12-05 14:29:33 -05:00 committed by GitHub
parent f87a699f2d
commit a7ba9f2fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1791,9 +1791,9 @@
}
},
"@videojs/http-streaming": {
"version": "3.16.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.16.1.tgz",
"integrity": "sha512-+5FXE0q8sRD6lPVdGsDL0N8q4+IiQEjMtoCSu0js1oftdCchP9bbhR9ac8XUGJUCZ53KoeY02izkjyGYK2hpGw==",
"version": "3.16.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.16.2.tgz",
"integrity": "sha512-fvt4ko7FknxiT9FnjyNQt6q2px+awrkM+Orv7IB/4gldvj94u4fowGfmNHynnvNTPgPkdxHklGmFLGfclYw8HA==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^4.1.1",
@ -15061,12 +15061,12 @@
"dev": true
},
"video.js": {
"version": "8.19.1",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-8.19.1.tgz",
"integrity": "sha512-MVuayhXpzTBv5Jk3nYEU2akawPhuBBlizEbpQGx2i+6FiBmqxGjkrkLdDLOzG54ut7xapjp26IfWQLGSpeLmcQ==",
"version": "8.20.0",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-8.20.0.tgz",
"integrity": "sha512-VyXY/DbtfaI22gpWJdo8bmTcpPRfKg0SeQJBusRdIJF1RMI+er1BHpRreg67s5Qfd9ZeSbfKShUOwaxRft/tBw==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "^3.15.0",
"@videojs/http-streaming": "^3.16.0",
"@videojs/vhs-utils": "^4.1.1",
"@videojs/xhr": "2.7.0",
"aes-decrypter": "^4.0.2",

View File

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