Upgrade iptv-playlist-parser up to v0.1.2

This commit is contained in:
freearhey 2019-10-06 03:39:27 +03:00
parent 999db200a1
commit 22d6ff0800
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -32,9 +32,9 @@
}
},
"iptv-playlist-parser": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.1.0.tgz",
"integrity": "sha512-YOsAz4lxJZ7125EuY6lGjNAs4jignzRSYURLR/p1GFr5/+bwroPtF1+dHg1QxPcuhZ13KJ2tl6UKhyYnuer/jA==",
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.1.2.tgz",
"integrity": "sha512-CItFULezZv3o+RANgZDXiVWqEBDtzCXn6YkTBzsWyxnYV/oOyzDsN2xMJ2U/a0CHIXzY3NZ+KNP7+VbcAI2DBQ==",
"dev": true,
"requires": {
"m3u8-file-parser": "^0.2.1"

View File

@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"axios": ">=0.18.1",
"iptv-playlist-parser": "^0.1.0",
"iptv-playlist-parser": "^0.1.2",
"m3u8-file-parser": "^0.2.1",
"playlist-parser": "0.0.12",
"xmldom": "^0.1.27"