diff --git a/package-lock.json b/package-lock.json index f42fa93ab..458cd63b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6254,9 +6254,9 @@ } }, "m3u8-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-5.0.0.tgz", - "integrity": "sha512-n6k2IJ88VpQ1OLrUI4umtqPEKq56eJ02fZ1ni9N/nv+AE9iHOqnFomb8eOOYdB0B6Ag8cKAa9W5ZeoXKuPEY5w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-6.0.0.tgz", + "integrity": "sha512-s3JfDtqhxTilZQf+P1m9dZc4ohL4O/aylP1VV6g9lhKuQNfAcVUzq7d2wgJ9nZR4ibjuXaP87QzGCV6vB0kV6g==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.5", diff --git a/package.json b/package.json index b8d1a7e5c..5e6b3402d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@videojs/vhs-utils": "4.0.0", "aes-decrypter": "4.0.1", "global": "^4.4.0", - "m3u8-parser": "5.0.0", + "m3u8-parser": "^6.0.0", "mpd-parser": "1.0.0", "mux.js": "6.2.0", "video.js": "^7 || ^8"