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",