From acd8b2fcf24a5ed01ce23887ad0e2189488a8563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 22:58:13 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.11.0 to 2.11.1 in /build/javascript (#1474) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.11.0 to 2.11.1. - [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.11.0...v2.11.1) --- 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 | 22 +++++++++++----------- build/javascript/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 879c990b7..14361a901 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -122,17 +122,17 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.11.0.tgz", - "integrity": "sha512-B1aOI7SH/mSIwUqSvhI3zKJ7+xYHoF0A2A/QLsL8J30uV7nEqsDqMTTAkPgdOfyyS0Hj39wMii3fJD7SkZMI3Q==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.11.1.tgz", + "integrity": "sha512-oi2oZMT9FLoo5sLe0omcx5SyIJXIjQ/NtyRYRjzB8QSC8W57EodMHn0PFwhR52R+gtu13d0sAz1fa+vpRd/fQg==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "3.0.4", "aes-decrypter": "3.1.2", "global": "^4.4.0", "m3u8-parser": "4.7.0", - "mpd-parser": "0.19.1", - "mux.js": "5.14.0", + "mpd-parser": "0.19.2", + "mux.js": "5.14.1", "video.js": "^6 || ^7" }, "dependencies": { @@ -155,9 +155,9 @@ } }, "mpd-parser": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.19.1.tgz", - "integrity": "sha512-8Cf4rZCDvT6NLHnXoKEsreV+WSoB131DtD0202jSho0HkK0brTSXb2H2q6hdu9OeKDQBrS2PIMclZR2tXGVVOg==", + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.19.2.tgz", + "integrity": "sha512-M5tAIdtBM2TN+OSTz/37T7V+h9ZLvhyNqq4TNIdtjAQ/Hg8UnMRf5nJQDjffcXag3POXi31yUJQEKOXdcAM/nw==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.2", @@ -166,9 +166,9 @@ } }, "mux.js": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.14.0.tgz", - "integrity": "sha512-zrOH4TYQrVWWDnLMYzi5LxDMAb8PootOEh4mc6EU0SyYRYLPdaI12Lg0ZLBjlvY7Fmtg3qX16Cu8zaokE1NaRg==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.14.1.tgz", + "integrity": "sha512-38kA/xjWRDzMbcpHQfhKbJAME8eTZVsb9U2Puk890oGvGqnyu8B/AkKdICKPHkigfqYX9MY20vje88TP14nhog==", "requires": { "@babel/runtime": "^7.11.2" } diff --git a/build/javascript/package.json b/build/javascript/package.json index 5a53c47f9..9cfc72564 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.11.0", + "@videojs/http-streaming": "2.11.1", "@videojs/themes": "^1.0.1", "htm": "^3.1.0", "mark.js": "^8.11.1",