Upgrade iptv-checker-module

This commit is contained in:
freearhey 2020-09-16 21:40:22 +03:00
parent 6d0b23a39b
commit 0920ccb1cf
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View file

@ -59,15 +59,16 @@
}
},
"iptv-checker-module": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/iptv-checker-module/-/iptv-checker-module-1.4.0.tgz",
"integrity": "sha512-K0dRPYl8yuI7tGNaG9Fs8Z8aswn0SihIXR8aIRWRgJK1EoZIv6SdUxytchyOvuoc69dZ8V/M7xMlHZnNNk/qZw==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/iptv-checker-module/-/iptv-checker-module-2.0.1.tgz",
"integrity": "sha512-ppVyhXm4kfdmVAyMVWC3DkhS2D3/LZCy1SFTw0/VRCXjNszINxXFS07sNjYKSOEtKUWDd94E9zIgaCZfPeA0+w==",
"dev": true,
"requires": {
"axios": "^0.19.2",
"colors": "^1.4.0",
"command-exists": "^1.2.9",
"iptv-playlist-parser": "^0.4.2",
"iptv-playlist-parser": "^0.4.3",
"nanoid": "^3.1.10",
"valid-url": "^1.0.9"
},
"dependencies": {
@ -79,6 +80,12 @@
"requires": {
"follow-redirects": "1.5.10"
}
},
"iptv-playlist-parser": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.4.3.tgz",
"integrity": "sha512-d5K1QXrcCchTkAc0OHA1paMUEGGVE3hrr0VB43RIPn0UHZRX6jD8dPC1J2IgPq/inJeK7ROZs3eBqpbGyoVwww==",
"dev": true
}
}
},
@ -115,6 +122,12 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true
},
"nanoid": {
"version": "3.1.12",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz",
"integrity": "sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==",
"dev": true
},
"q": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",

View file

@ -14,7 +14,7 @@
"axios": ">=0.18.1",
"epg-parser": "^0.1.1",
"escape-string-regexp": "^2.0.0",
"iptv-checker-module": "^1.4.0",
"iptv-checker-module": "^2.0.1",
"iptv-playlist-parser": "^0.4.2",
"iso-639-3": "^2.0.0",
"markdown-include": "^0.4.3"