update epg dependencies

This commit is contained in:
theofficialomega
2026-02-26 03:02:00 +01:00
parent 9872dc34d1
commit 3473852d7e
2 changed files with 4512 additions and 3050 deletions

7474
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,8 @@
"grab": "tsx scripts/commands/epg/grab.ts", "grab": "tsx scripts/commands/epg/grab.ts",
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"",
"test": "cross-env TZ=Pacific/Nauru npx jest --runInBand", "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",
"postinstall": "skip-postinstall || npm run api:load", "postinstall": "npm run api:load",
"no-postinstall": "npm install --ignore-scripts",
"prepare": "husky" "prepare": "husky"
}, },
"private": true, "private": true,
@@ -40,23 +41,23 @@
}, },
"dependencies": { "dependencies": {
"@alex_neo/jest-expect-message": "^1.0.5", "@alex_neo/jest-expect-message": "^1.0.5",
"@eslint/eslintrc": "^3.3.1", "@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^9.32.0", "@eslint/js": "^9.39.3",
"@freearhey/chronos": "^0.0.1", "@freearhey/chronos": "^0.0.1",
"@freearhey/core": "^0.13.2", "@freearhey/core": "^0.15.2",
"@freearhey/search-js": "^0.1.2", "@freearhey/search-js": "^0.2.0",
"@freearhey/storage-js": "^0.2.0", "@freearhey/storage-js": "^0.2.0",
"@iptv-org/sdk": "^1.1.0", "@iptv-org/sdk": "^1.1.3",
"@ntlab/sfetch": "^1.2.0", "@ntlab/sfetch": "^1.2.0",
"@octokit/core": "^7.0.3", "@octokit/core": "^7.0.6",
"@octokit/plugin-paginate-rest": "^13.1.1", "@octokit/plugin-paginate-rest": "^14.0.0",
"@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@octokit/plugin-rest-endpoint-methods": "^17.0.0",
"@stylistic/eslint-plugin": "^5.2.2", "@stylistic/eslint-plugin": "^5.9.0",
"@swc/core": "^1.13.2", "@swc/core": "^1.15.13",
"@swc/jest": "^0.2.39", "@swc/jest": "^0.2.39",
"@types/cli-progress": "^3.11.6", "@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.8", "@types/inquirer": "^9.0.9",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/langs": "^2.0.5", "@types/langs": "^2.0.5",
"@types/lodash.merge": "^4.6.9", "@types/lodash.merge": "^4.6.9",
@@ -64,69 +65,68 @@
"@types/lodash.sortby": "^4.7.9", "@types/lodash.sortby": "^4.7.9",
"@types/lodash.startcase": "^4.4.9", "@types/lodash.startcase": "^4.4.9",
"@types/lodash.uniqby": "^4.7.9", "@types/lodash.uniqby": "^4.7.9",
"@types/node": "^24.1.0", "@types/node": "^25.3.0",
"@types/node-cleanup": "^2.1.5", "@types/node-cleanup": "^2.1.5",
"@types/numeral": "^2.0.5", "@types/numeral": "^2.0.5",
"@types/pako": "^2.0.4", "@types/pako": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.38.0", "@typescript-eslint/parser": "^8.56.1",
"axios": "^1.11.0", "axios": "^1.13.5",
"axios-cookiejar-support": "^6.0.4", "axios-cookiejar-support": "^6.0.5",
"axios-mock-adapter": "^2.1.0", "axios-mock-adapter": "^2.1.0",
"chalk": "^5.4.1", "chalk": "^5.6.2",
"cheerio": "^1.1.2", "cheerio": "^1.2.0",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"commander": "^14.0.0", "commander": "^14.0.3",
"consola": "^3.4.2", "consola": "^3.4.2",
"cross-env": "^10.0.0", "cross-env": "^10.1.0",
"csv-parser": "^3.2.0", "csv-parser": "^3.2.0",
"curl-generator": "^0.5.0", "curl-generator": "^0.5.0",
"cwait": "^1.1.2", "cwait": "^1.1.2",
"dayjs": "^1.11.13", "dayjs": "^1.11.19",
"epg-grabber": "^0.46.1", "epg-grabber": "^0.46.1",
"epg-parser": "^0.5.0", "epg-parser": "^0.5.0",
"eslint": "^9.32.0", "eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"form-data": "^4.0.4", "form-data": "^4.0.5",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.3",
"glob": "^11.0.3", "glob": "^13.0.6",
"globals": "^16.3.0", "globals": "^17.3.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.7.2",
"inquirer": "^12.8.2", "inquirer": "^13.3.0",
"jest": "^30.0.5", "jest": "^30.2.0",
"jest-offline": "^1.0.1", "jest-offline": "^1.0.1",
"langs": "^2.0.0", "langs": "^2.0.0",
"libxml2-wasm": "^0.5.0", "libxml2-wasm": "^0.6.0",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"lodash.orderby": "^4.6.0", "lodash.orderby": "^4.6.0",
"lodash.sortby": "^4.7.0", "lodash.sortby": "^4.7.0",
"lodash.startcase": "^4.4.0", "lodash.startcase": "^4.4.0",
"lodash.uniqby": "^4.7.0", "lodash.uniqby": "^4.7.0",
"luxon": "^3.7.1", "luxon": "^3.7.2",
"mockdate": "^3.0.5", "mockdate": "^3.0.5",
"nedb-promises": "^6.2.3", "nedb-promises": "^6.2.3",
"node-cleanup": "^2.1.2", "node-cleanup": "^2.1.2",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"pako": "^2.1.0", "pako": "^2.1.0",
"parse-duration": "^2.1.4", "parse-duration": "^2.1.5",
"pdf-parse": "^1.1.1", "pdf-parse": "^2.4.5",
"pm2": "^6.0.8", "pm2": "^6.0.14",
"readline": "^1.3.0", "readline": "^1.3.0",
"run-script-os": "^1.1.6", "run-script-os": "^1.1.6",
"serve": "^14.2.4", "serve": "^14.2.5",
"signale": "^1.4.0", "signale": "^1.4.0",
"skip-postinstall": "^1.0.0",
"socks-proxy-agent": "^8.0.5", "socks-proxy-agent": "^8.0.5",
"srcset": "^5.0.1", "srcset": "^5.0.3",
"table2array": "^0.0.2", "table2array": "^0.0.2",
"tabletojson": "^4.1.6", "tabletojson": "^4.1.8",
"tough-cookie": "^5.1.2", "tough-cookie": "^6.0.0",
"transliteration": "^2.3.5", "transliteration": "^2.6.1",
"tsx": "^4.20.3", "tsx": "^4.21.0",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"unzipit": "^1.4.3", "unzipit": "^1.4.3",
"uuid": "^11.1.0", "uuid": "^13.0.0",
"wildcard-match": "^5.1.4" "wildcard-match": "^5.1.4"
} }
} }