diff --git a/package-lock.json b/package-lock.json index 6867469296..9248f15718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1765,9 +1765,9 @@ } }, "@videojs/http-streaming": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.12.1.tgz", - "integrity": "sha512-rpB5AMt0QZ9bMXzwiWhynF2NLNnm5g2DZjPOFX6OoFqqXhbe2ngY2nqm9lLRhRVe22YeysQCmAlvBNwGuWFI8Q==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.12.2.tgz", + "integrity": "sha512-P7l3qZdxW216b6KWPBBr+7Sj95exL25AWyD+hJsHA/Ghwrh8FsKplMleCE6JBumVT+5on1efMAPAFBlarv9c2w==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "4.0.0", diff --git a/package.json b/package.json index ff2d8fa202..38a111535a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "dependencies": { "@babel/runtime": "^7.12.5", - "@videojs/http-streaming": "3.12.1", + "@videojs/http-streaming": "3.12.2", "@videojs/vhs-utils": "^4.0.0", "@videojs/xhr": "2.6.0", "aes-decrypter": "^4.0.1",