From c8e546f113e5b948e75de9cb7d69cd52da70692d Mon Sep 17 00:00:00 2001 From: Adam Waldron Date: Tue, 10 Sep 2024 14:24:20 -0800 Subject: [PATCH] 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 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b31bd78289..7c7586999d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 71e150629c..05aea1f380 100644 --- a/package.json +++ b/package.json @@ -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",