From b09395dbdc1782a315d78f126d3145c5c07c668d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 04:07:37 +0000 Subject: [PATCH] Bump mux.js from 6.0.1 to 6.1.0 Bumps [mux.js](https://github.com/videojs/mux.js) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/videojs/mux.js/releases) - [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/mux.js/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: mux.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8dc1765c..f850bcbf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dompurify": "^2.3.8", "hotkeys-js": "^3.9.4", "javascript-time-ago": "^2.5.4", - "mux.js": "^6.0.1", + "mux.js": "^6.1.0", "shaka-player": "4.0.1", "stream": "^0.0.2", "vue": "^3.2.36", diff --git a/yarn.lock b/yarn.lock index bfc94ae7..59d33a1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2680,10 +2680,10 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -mux.js@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-6.0.1.tgz#65ce0f7a961d56c006829d024d772902d28c7755" - integrity sha512-22CHb59rH8pWGcPGW5Og7JngJ9s+z4XuSlYvnxhLuc58cA1WqGDQPzuG8I+sPm1/p0CdgpzVTaKW408k5DNn8w== +mux.js@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-6.1.0.tgz#b2dd3f10d5355b01cb3c3bc432cf8f0521999a17" + integrity sha512-9Ay5vGzAnJnrA+xGpj93YuVIJSqOGOXxvLn/sc0bD4Li1N4s8ED9jn00WyQfPlLRbqNJ0jN4ZZPvJzbIdgYk5Q== dependencies: "@babel/runtime" "^7.11.2" global "^4.4.0"