From ac2eb845394071dfa79464b52651577c2b5cf2f4 Mon Sep 17 00:00:00 2001 From: Dzianis Dashkevich <98566601+dzianis-dashkevich@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:16:21 -0500 Subject: [PATCH] chore: update vhs to 3.11.2 (#8603) Co-authored-by: Dzianis Dashkevich --- 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 b5c231fd4c..7b884d2acb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7813ecbb0a..875dfe21b0 100644 --- a/package.json +++ b/package.json @@ -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",