diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 201eb42a4..b90941c53 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.1", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.1.tgz", - "integrity": "sha512-QAtlrBBILOflrei1KE0GcSDDWiP888ZOySck6zWlQNYi/pXOm6QXTJHzOMIKiRQOndyJIZRTfLHedeUdUIDNLA==", + "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==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.2", @@ -164,7 +164,7 @@ "global": "^4.4.0", "m3u8-parser": "4.7.0", "mpd-parser": "0.17.0", - "mux.js": "5.11.1", + "mux.js": "5.12.2", "video.js": "^6 || ^7" }, "dependencies": { @@ -177,9 +177,9 @@ } }, "mux.js": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.1.tgz", - "integrity": "sha512-U/JKEU4GZfk2BpEQpPfmH81nF79UKK2a1QOb6PF9viPspJpexGt11YzR/nTKNWdfjWG0DGjcSU+zb2F52Z/q8w==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.12.2.tgz", + "integrity": "sha512-9OY1lrFIo7FxMeIC6aLUftiNv97AztufDfi30N7qDll1Pcy7bCxlHztyHp1Ce0KQwy2XqchGeENPS4v1NJngHQ==", "requires": { "@babel/runtime": "^7.11.2" } @@ -2606,6 +2606,21 @@ "requires": { "regenerator-runtime": "^0.13.4" } + }, + "@videojs/http-streaming": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.1.tgz", + "integrity": "sha512-QAtlrBBILOflrei1KE0GcSDDWiP888ZOySck6zWlQNYi/pXOm6QXTJHzOMIKiRQOndyJIZRTfLHedeUdUIDNLA==", + "requires": { + "@babel/runtime": "^7.12.5", + "@videojs/vhs-utils": "^3.0.2", + "aes-decrypter": "3.1.2", + "global": "^4.4.0", + "m3u8-parser": "4.7.0", + "mpd-parser": "0.17.0", + "mux.js": "5.11.1", + "video.js": "^6 || ^7" + } } } }, diff --git a/build/javascript/package.json b/build/javascript/package.json index a15c98349..7d584f7a4 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.1", + "@videojs/http-streaming": "2.9.2", "@videojs/themes": "^1.0.1", "htm": "^3.1.0", "mark.js": "^8.11.1",