Upgrade epg-grabber package

This commit is contained in:
Aleksandr Statciuk 2022-01-20 23:21:17 +03:00
parent ad6ffa03b7
commit 9daffcc665
2 changed files with 11 additions and 9 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"commander": "^8.2.0", "commander": "^8.2.0",
"csv-parser": "^3.0.0", "csv-parser": "^3.0.0",
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"epg-grabber": "^0.17.1", "epg-grabber": "^0.18.0",
"epg-parser": "^0.1.6", "epg-parser": "^0.1.6",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"glob": "^7.2.0", "glob": "^7.2.0",
@ -2007,9 +2007,9 @@
} }
}, },
"node_modules/epg-grabber": { "node_modules/epg-grabber": {
"version": "0.17.1", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.17.1.tgz", "resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.18.0.tgz",
"integrity": "sha512-Nxt7dBv6lFdPkAmkan5fvSxDFIesopuQbftqKxUORRASro7A4pNV1qwUekKYujQZa0D/XhpqCtmIFXIHiVS7hQ==", "integrity": "sha512-E+aKgjlMxAjGN3YdrJmP57l/NEffGlfi/mb8uy71jqnkcpB9bOpFKae7zM2G5a5v3Lpk7E8L618qkjeI3jCu1g==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1", "axios-cookiejar-support": "^1.0.1",
@ -6426,9 +6426,9 @@
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
}, },
"epg-grabber": { "epg-grabber": {
"version": "0.17.1", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.17.1.tgz", "resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.18.0.tgz",
"integrity": "sha512-Nxt7dBv6lFdPkAmkan5fvSxDFIesopuQbftqKxUORRASro7A4pNV1qwUekKYujQZa0D/XhpqCtmIFXIHiVS7hQ==", "integrity": "sha512-E+aKgjlMxAjGN3YdrJmP57l/NEffGlfi/mb8uy71jqnkcpB9bOpFKae7zM2G5a5v3Lpk7E8L618qkjeI3jCu1g==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1", "axios-cookiejar-support": "^1.0.1",

View file

@ -3,7 +3,9 @@
"scripts": { "scripts": {
"update-codes": "node scripts/update-codes.js", "update-codes": "node scripts/update-codes.js",
"act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts", "act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts",
"test": "npx jest --runInBand" "test": "npx jest --runInBand",
"test:commands": "npx jest --runInBand -- commands",
"test:sites": "npx jest --runInBand -- sites"
}, },
"private": true, "private": true,
"author": "Arhey", "author": "Arhey",
@ -17,7 +19,7 @@
"commander": "^8.2.0", "commander": "^8.2.0",
"csv-parser": "^3.0.0", "csv-parser": "^3.0.0",
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"epg-grabber": "^0.17.1", "epg-grabber": "^0.18.0",
"epg-parser": "^0.1.6", "epg-parser": "^0.1.6",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"glob": "^7.2.0", "glob": "^7.2.0",