From 2d3bd05efd2ef401ced26c2a9ba0155afe9100a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 04:09:42 +0000 Subject: [PATCH] Bump mux.js from 6.1.0 to 6.2.0 Bumps [mux.js](https://github.com/videojs/mux.js) from 6.1.0 to 6.2.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.1.0...v6.2.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 a6e52feb..62dae5bf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dompurify": "^2.3.10", "hotkeys-js": "^3.9.4", "javascript-time-ago": "^2.5.6", - "mux.js": "^6.1.0", + "mux.js": "^6.2.0", "shaka-player": "4.1.1", "stream": "^0.0.2", "vue": "^3.2.37", diff --git a/yarn.lock b/yarn.lock index c07770ef..c4dba88b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2687,10 +2687,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.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== +mux.js@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-6.2.0.tgz#158a4fcf5d83b087ab9037d325527ea993f830a3" + integrity sha512-SKuxIcbmK/aJoz78aQNuoXY8R/uEPm1gQMqWTXL6DNl7oF8UPjdt/AunXGkPQpBouGWKDgL/TzSl2VV5NuboRg== dependencies: "@babel/runtime" "^7.11.2" global "^4.4.0"