From 9f756a193eecf41736d8c3d7fbfc3fb25ccdcd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 06:56:23 +0000 Subject: [PATCH] build(deps-dev): bump mux.js from 5.8.0 to 5.9.1 Bumps [mux.js](https://github.com/videojs/mux.js) from 5.8.0 to 5.9.1. - [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/v5.8.0...v5.9.1) Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c43e4660..71009760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10110,10 +10110,13 @@ "dev": true }, "mux.js": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.8.0.tgz", - "integrity": "sha512-v56I2YPyCq1bVbXW7vcuvQs8iHrDy7AeXsZyG1kxCxBUqUjZD0Xq/cU1wrd5dy9YTxRpvw37aTQ4ILwi40GXiw==", - "dev": true + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.9.1.tgz", + "integrity": "sha512-EWDCIemLUoTriIQpEHEfKO8hldujpiBYIqC6ilsMaNbd+1hhGoh/w1MZIhP5wkq+tkS+HfnrnNtyfamyXWfnPg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.11.2" + } }, "mz": { "version": "2.7.0", diff --git a/package.json b/package.json index 46c6a3ec..7c375795 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "fast-xml-parser": "^3.17.6", "husky": "^4.3.7", "lint-staged": "^10.5.3", - "mux.js": "^5.8.0", + "mux.js": "^5.9.1", "sass": "^1.32.5", "sass-loader": "^10.1.1", "shaka-player": "^3.0.7",