diff --git a/package-lock.json b/package-lock.json index 22c78f3f8..76609ea55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1370,6 +1370,14 @@ "global": "^4.4.0", "xmldom": "^0.5.0" } + }, + "mux.js": { + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.0.tgz", + "integrity": "sha512-Q/iLfohHh5Pp6lW7EFtcxNuaCNJ3Ruywfy46pWLsY+yIxR1kXXImYY1wOhg8jLdBMs1kRaZqsiB4Zncsiw0a2Q==", + "requires": { + "@babel/runtime": "^7.11.2" + } } } }, @@ -6555,9 +6563,9 @@ "dev": true }, "mux.js": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.0.tgz", - "integrity": "sha512-Q/iLfohHh5Pp6lW7EFtcxNuaCNJ3Ruywfy46pWLsY+yIxR1kXXImYY1wOhg8jLdBMs1kRaZqsiB4Zncsiw0a2Q==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.1.tgz", + "integrity": "sha512-U/JKEU4GZfk2BpEQpPfmH81nF79UKK2a1QOb6PF9viPspJpexGt11YzR/nTKNWdfjWG0DGjcSU+zb2F52Z/q8w==", "requires": { "@babel/runtime": "^7.11.2" } diff --git a/package.json b/package.json index a6bfda653..32a0405d8 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "global": "^4.4.0", "m3u8-parser": "4.7.0", "mpd-parser": "0.17.0", - "mux.js": "5.11.0", + "mux.js": "5.11.1", "video.js": "^6 || ^7" }, "peerDependencies": {