Update dependencies

This commit is contained in:
freearhey 2025-03-15 07:28:50 +03:00
parent 449438cf83
commit c8f36e3056
3 changed files with 2222 additions and 840 deletions

2234
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,6 +12,7 @@
"playlist:generate": "tsx scripts/commands/playlist/generate.ts", "playlist:generate": "tsx scripts/commands/playlist/generate.ts",
"playlist:validate": "tsx scripts/commands/playlist/validate.ts", "playlist:validate": "tsx scripts/commands/playlist/validate.ts",
"playlist:lint": "npx m3u-linter -c m3u-linter.json", "playlist:lint": "npx m3u-linter -c m3u-linter.json",
"playlist:test": "tsx scripts/commands/playlist/test.ts",
"playlist:deploy": "npx gh-pages-clean && npx gh-pages -m \"Deploy to GitHub Pages\" -d .gh-pages -r https://$GITHUB_TOKEN@github.com/iptv-org/iptv.git", "playlist:deploy": "npx gh-pages-clean && npx gh-pages -m \"Deploy to GitHub Pages\" -d .gh-pages -r https://$GITHUB_TOKEN@github.com/iptv-org/iptv.git",
"readme:update": "tsx scripts/commands/readme/update.ts", "readme:update": "tsx scripts/commands/readme/update.ts",
"report:create": "tsx scripts/commands/report/create.ts", "report:create": "tsx scripts/commands/report/create.ts",
@ -39,8 +40,8 @@
"@eslint/eslintrc": "^3.3.0", "@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0", "@eslint/js": "^9.21.0",
"@freearhey/core": "^0.2.1", "@freearhey/core": "^0.2.1",
"@octokit/core": "^4.2.1", "@octokit/core": "^6.1.4",
"@octokit/plugin-paginate-rest": "^7.1.2", "@octokit/plugin-paginate-rest": "^11.4.3",
"@octokit/plugin-rest-endpoint-methods": "^7.1.3", "@octokit/plugin-rest-endpoint-methods": "^7.1.3",
"@octokit/types": "^11.1.0", "@octokit/types": "^11.1.0",
"@types/cli-progress": "^3.11.3", "@types/cli-progress": "^3.11.3",
@ -49,12 +50,16 @@
"@types/numeral": "^2.0.3", "@types/numeral": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1", "@typescript-eslint/parser": "^8.18.1",
"async-es": "^3.2.6",
"axios": "^1.7.9", "axios": "^1.7.9",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"command-exists": "^1.2.9",
"commander": "^8.3.0", "commander": "^8.3.0",
"console-table-printer": "^2.12.1",
"eslint": "^9.17.0", "eslint": "^9.17.0",
"globals": "^16.0.0", "globals": "^16.0.0",
"iptv-checker": "^0.29.1",
"iptv-playlist-parser": "^0.13.0", "iptv-playlist-parser": "^0.13.0",
"jest-expect-message": "^1.1.3", "jest-expect-message": "^1.1.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",

819
yarn.lock

File diff suppressed because it is too large Load diff