diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index b90941c53..a495485eb 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -154,9 +154,9 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.2.tgz", - "integrity": "sha512-2ZsxJn4/nZZ6k6jIhic2l9ynGmKwprtuI5b3+M6JgqOSLvQQ/ah+heVs/0g2Ze7qJxodqR+aSY948JwJIz1gCw==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.3.tgz", + "integrity": "sha512-rhazaL1288Jrzn9RyeK7bI+Ja8U61HpUHhCV+8TbL9FndWe+RJKqpvXrKus1mVHF3WRUf+tkF6gDsx52LkTDOw==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.2", diff --git a/build/javascript/package.json b/build/javascript/package.json index 7d584f7a4..53c369525 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@joeattardi/emoji-button": "^4.6.0", - "@videojs/http-streaming": "2.9.2", + "@videojs/http-streaming": "2.9.3", "@videojs/themes": "^1.0.1", "htm": "^3.1.0", "mark.js": "^8.11.1",