mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Upgrade epg-grabber package
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -12,7 +12,7 @@
|
||||
"commander": "^8.2.0",
|
||||
"csv-parser": "^3.0.0",
|
||||
"dayjs": "^1.10.4",
|
||||
"epg-grabber": "^0.17.1",
|
||||
"epg-grabber": "^0.18.0",
|
||||
"epg-parser": "^0.1.6",
|
||||
"form-data": "^4.0.0",
|
||||
"glob": "^7.2.0",
|
||||
@@ -2007,9 +2007,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/epg-grabber": {
|
||||
"version": "0.17.1",
|
||||
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.17.1.tgz",
|
||||
"integrity": "sha512-Nxt7dBv6lFdPkAmkan5fvSxDFIesopuQbftqKxUORRASro7A4pNV1qwUekKYujQZa0D/XhpqCtmIFXIHiVS7hQ==",
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.18.0.tgz",
|
||||
"integrity": "sha512-E+aKgjlMxAjGN3YdrJmP57l/NEffGlfi/mb8uy71jqnkcpB9bOpFKae7zM2G5a5v3Lpk7E8L618qkjeI3jCu1g==",
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"axios-cookiejar-support": "^1.0.1",
|
||||
@@ -6426,9 +6426,9 @@
|
||||
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
|
||||
},
|
||||
"epg-grabber": {
|
||||
"version": "0.17.1",
|
||||
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.17.1.tgz",
|
||||
"integrity": "sha512-Nxt7dBv6lFdPkAmkan5fvSxDFIesopuQbftqKxUORRASro7A4pNV1qwUekKYujQZa0D/XhpqCtmIFXIHiVS7hQ==",
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.18.0.tgz",
|
||||
"integrity": "sha512-E+aKgjlMxAjGN3YdrJmP57l/NEffGlfi/mb8uy71jqnkcpB9bOpFKae7zM2G5a5v3Lpk7E8L618qkjeI3jCu1g==",
|
||||
"requires": {
|
||||
"axios": "^0.21.1",
|
||||
"axios-cookiejar-support": "^1.0.1",
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
"scripts": {
|
||||
"update-codes": "node scripts/update-codes.js",
|
||||
"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,
|
||||
"author": "Arhey",
|
||||
@@ -17,7 +19,7 @@
|
||||
"commander": "^8.2.0",
|
||||
"csv-parser": "^3.0.0",
|
||||
"dayjs": "^1.10.4",
|
||||
"epg-grabber": "^0.17.1",
|
||||
"epg-grabber": "^0.18.0",
|
||||
"epg-parser": "^0.1.6",
|
||||
"form-data": "^4.0.0",
|
||||
"glob": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user