Upgrade iptv-checker package

This commit is contained in:
Aleksandr Statciuk 2021-08-18 16:40:27 +03:00
parent 9d74ff3095
commit f4b2b6cef7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -8,7 +8,7 @@
"dependencies": {
"@freearhey/iso-639-3": "^1.0.0",
"commander": "^7.0.0",
"iptv-checker": "^0.20.2",
"iptv-checker": "^0.21.0",
"iptv-playlist-parser": "^0.5.4",
"m3u-linter": "^0.2.1",
"markdown-include": "^0.4.3",
@ -1904,9 +1904,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"node_modules/iptv-checker": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/iptv-checker/-/iptv-checker-0.20.2.tgz",
"integrity": "sha512-3lzN3q1l3TApHvsP6Rt4ALrs8PE+Zb2gmuykwPzQNtlfazIUR73Yeq/ypwpqRwYJxSq5WMoEdQHwV4KcR7y5Ig==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/iptv-checker/-/iptv-checker-0.21.0.tgz",
"integrity": "sha512-qWqq8mLl+qRgV0/fmBpZm8/Cf7FwSnIA1gt9PFlYbzilRDFtPoTRDm0eP9fCWHVwwZZsImE1aMLx8qkikL5Aog==",
"dependencies": {
"axios": "^0.21.1",
"colors": "^1.4.0",
@ -5252,9 +5252,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"iptv-checker": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/iptv-checker/-/iptv-checker-0.20.2.tgz",
"integrity": "sha512-3lzN3q1l3TApHvsP6Rt4ALrs8PE+Zb2gmuykwPzQNtlfazIUR73Yeq/ypwpqRwYJxSq5WMoEdQHwV4KcR7y5Ig==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/iptv-checker/-/iptv-checker-0.21.0.tgz",
"integrity": "sha512-qWqq8mLl+qRgV0/fmBpZm8/Cf7FwSnIA1gt9PFlYbzilRDFtPoTRDm0eP9fCWHVwwZZsImE1aMLx8qkikL5Aog==",
"requires": {
"axios": "^0.21.1",
"colors": "^1.4.0",

View File

@ -12,7 +12,7 @@
"dependencies": {
"@freearhey/iso-639-3": "^1.0.0",
"commander": "^7.0.0",
"iptv-checker": "^0.20.2",
"iptv-checker": "^0.21.0",
"iptv-playlist-parser": "^0.5.4",
"m3u-linter": "^0.2.1",
"markdown-include": "^0.4.3",