From 09a46289c058ce376a297f99bd66b262ba0c0c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 16:46:38 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.9.1 to 2.9.2 in /build/javascript (#1188) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/videojs/http-streaming/releases) - [Changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/http-streaming/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: "@videojs/http-streaming" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/javascript/package-lock.json | 29 ++++++++++++++++++++++------- build/javascript/package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) 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",