Upgade iptv-checker-module package

Fixes npm audit issue
This commit is contained in:
freearhey 2021-01-16 17:22:31 +03:00
parent 3c8d3306c6
commit e4d365e479
2 changed files with 8 additions and 41 deletions

47
package-lock.json generated
View File

@ -32,15 +32,6 @@
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
"dev": true
},
"debug": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"dev": true,
"requires": {
"ms": "2.0.0"
}
},
"epg-parser": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/epg-parser/-/epg-parser-0.1.1.tgz",
@ -56,22 +47,13 @@
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
"dev": true
},
"follow-redirects": {
"version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"dev": true,
"requires": {
"debug": "=3.1.0"
}
},
"iptv-checker-module": {
"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==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/iptv-checker-module/-/iptv-checker-module-2.0.2.tgz",
"integrity": "sha512-kiJAkUJmR71zjLKAUwLb59PdrdYWYHiIQvWc8jU+2BxyP5lh34f+hH6gvtF7mV8UZi6CPnFeDI3uxBQgsacDYg==",
"dev": true,
"requires": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"colors": "^1.4.0",
"command-exists": "^1.2.9",
"iptv-playlist-parser": "^0.4.3",
@ -79,15 +61,6 @@
"valid-url": "^1.0.9"
},
"dependencies": {
"axios": {
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"dev": true,
"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",
@ -117,16 +90,10 @@
"q": "^1.2.0"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"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==",
"version": "3.1.20",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
"integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==",
"dev": true
},
"q": {

View File

@ -11,7 +11,7 @@
"axios": "^0.21.1",
"epg-parser": "^0.1.1",
"escape-string-regexp": "^2.0.0",
"iptv-checker-module": "^2.0.1",
"iptv-checker-module": "^2.0.2",
"iptv-playlist-parser": "^0.4.2",
"iso-639-3": "^2.0.0",
"markdown-include": "^0.4.3"