From cee5fa35be62e8893e44e8879ca4432536601b92 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Tue, 22 Jun 2021 13:22:18 -0400 Subject: [PATCH] fix(package): update to VHS 2.9.1 (#7284) Fixes #7230 --- package-lock.json | 59 +++++++++++++++++++++-------------------------- package.json | 4 ++-- 2 files changed, 28 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index d19936c15..b74c3d672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1307,9 +1307,9 @@ } }, "@videojs/http-streaming": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.0.tgz", - "integrity": "sha512-fRooepCcSYUKcplrn4h/teqL08Nr5bo4KDs8uGI6RAYOuDhGfWjaxFpmdUhr6Yme9G+ci+2Hh/hk9hHXxYGWaw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.1.tgz", + "integrity": "sha512-QAtlrBBILOflrei1KE0GcSDDWiP888ZOySck6zWlQNYi/pXOm6QXTJHzOMIKiRQOndyJIZRTfLHedeUdUIDNLA==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.2", @@ -1317,21 +1317,8 @@ "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" - }, - "dependencies": { - "mpd-parser": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.17.0.tgz", - "integrity": "sha512-oKS5G0jCcHHJ3sHYlcLeM9Xcbuixl08eAx7QW0Th7ChlZiI0YvLtGaHE/L0aKUBJFNvtkeksIr8XgJgSBBsS4g==", - "requires": { - "@babel/runtime": "^7.12.5", - "@videojs/vhs-utils": "^3.0.2", - "global": "^4.4.0", - "xmldom": "^0.5.0" - } - } } }, "@videojs/vhs-utils": { @@ -9623,9 +9610,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" } @@ -14473,19 +14460,25 @@ "mpd-parser": "0.16.0", "mux.js": "5.11.0", "video.js": "^6 || ^7" - }, - "dependencies": { - "mpd-parser": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.16.0.tgz", - "integrity": "sha512-/pOFsDbOxXFAla47rYMdIypBZVtsQ9q3OHNuKtW2CJMaCGtNDtUcLS+B2TToYmB20rgi3XIgkyc2EsIvIAS4NA==", - "requires": { - "@babel/runtime": "^7.12.5", - "@videojs/vhs-utils": "^3.0.0", - "global": "^4.4.0", - "xmldom": "^0.5.0" - } - } + } + }, + "mpd-parser": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.16.0.tgz", + "integrity": "sha512-/pOFsDbOxXFAla47rYMdIypBZVtsQ9q3OHNuKtW2CJMaCGtNDtUcLS+B2TToYmB20rgi3XIgkyc2EsIvIAS4NA==", + "requires": { + "@babel/runtime": "^7.12.5", + "@videojs/vhs-utils": "^3.0.0", + "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" } } } diff --git a/package.json b/package.json index 78e41a2de..3cf5ef870 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ }, "dependencies": { "@babel/runtime": "^7.12.5", - "@videojs/http-streaming": "2.9.0", + "@videojs/http-streaming": "2.9.1", "@videojs/vhs-utils": "^3.0.2", "@videojs/xhr": "2.5.1", "aes-decrypter": "3.1.2", @@ -91,7 +91,7 @@ "keycode": "^2.2.0", "m3u8-parser": "4.7.0", "mpd-parser": "0.17.0", - "mux.js": "5.11.0", + "mux.js": "5.11.1", "safe-json-parse": "4.0.0", "videojs-font": "3.2.0", "videojs-vtt.js": "^0.15.3"