mirror of
https://github.com/videojs/video.js.git
synced 2024-12-21 01:39:04 +02:00
fix: update VHS to v3.14.1 (#8860)
## Description Update VHS to v3.14.1 for a VTT timing fix detailed here: https://github.com/videojs/http-streaming/pull/1537 ## Specific Changes proposed Update the VHS package to v.3.14.1. ## Requirements Checklist - [x] Feature implemented / Bug fixed - [ ] If necessary, more likely in a feature request than a bug fix - [ ] Change has been verified in an actual browser (Chrome, Firefox, IE) - [ ] Unit Tests updated or fixed - [ ] Docs/guides updated - [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0)) - [ ] Has no DOM changes which impact accessiblilty or trigger warnings (e.g. Chrome issues tab) - [ ] Has no changes to JSDoc which cause `npm run docs:api` to error - [ ] Reviewed by Two Core Contributors --------- Co-authored-by: Essk <sarah@teaandbiscuits.net>
This commit is contained in:
parent
1e2ea61c1c
commit
c8e546f113
6
package-lock.json
generated
6
package-lock.json
generated
@ -1791,9 +1791,9 @@
|
||||
}
|
||||
},
|
||||
"@videojs/http-streaming": {
|
||||
"version": "3.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.14.0.tgz",
|
||||
"integrity": "sha512-Pm8G6EP0/YjjWe2bvBiP14xinoyvaeZHoK4PDHO+DuKSzjNhWwPMz1OPQZDRf0Z7dzMpdOSy2YjcHc9MEWT2vQ==",
|
||||
"version": "3.14.1",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.14.1.tgz",
|
||||
"integrity": "sha512-VQ0msr+xTkA8BsDBMG9fqXMIvkPYXguVrOOPcrw+sk8y6xgrJjdfzie2h25uUMg/JUbEQqp1CbsK6IuIMqRFoA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@videojs/vhs-utils": "^4.1.1",
|
||||
|
@ -86,7 +86,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@videojs/http-streaming": "^3.14.0",
|
||||
"@videojs/http-streaming": "^3.14.1",
|
||||
"@videojs/vhs-utils": "^4.1.1",
|
||||
"@videojs/xhr": "2.7.0",
|
||||
"aes-decrypter": "^4.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user