From b5fb5cffaa27820b539b58ef7c97f5855a7e5bac Mon Sep 17 00:00:00 2001 From: jforbes Date: Fri, 15 Dec 2017 10:58:12 -0500 Subject: [PATCH] fix: update the mpd-parser to fix IE11 DASH support --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5865720c2..ff7929694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6662,9 +6662,9 @@ } }, "mpd-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.2.0.tgz", - "integrity": "sha512-xxyh19iFSJwp36DtdWYGpS1n8xvLx0+4t6hpJlHnvd8L0P76j+/AoaY11+az1sHEa3gWJQBq6+UdZDF469VvbA==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.2.1.tgz", + "integrity": "sha512-CMaScjuzmwnV3pqm786l4NmOfBnBk0U20YEkFQARM5AAsJ9hmIoc5Um06S+vCLcy6waL8b4j1IXCnxjldlIJTQ==", "requires": { "global": "4.3.2", "url-toolkit": "2.1.1" diff --git a/package.json b/package.json index d86dd2fe4..20aba0168 100644 --- a/package.json +++ b/package.json @@ -91,8 +91,8 @@ "aes-decrypter": "1.0.3", "global": "^4.3.0", "m3u8-parser": "2.1.0", + "mpd-parser": "0.2.1", "mux.js": "4.3.2", - "mpd-parser": "0.2.0", "url-toolkit": "1.0.9", "video.js": "^5.19.1 || ^6.2.0", "videojs-contrib-media-sources": "4.6.2",