Update dependencies

pull/28852/head
freearhey 1 month ago
parent adec9dd131
commit e68db91344

15752
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,80 +1,84 @@
{ {
"name": "iptv", "name": "iptv",
"scripts": { "scripts": {
"act:check": "act pull_request -W .github/workflows/check.yml", "act:check": "act pull_request -W .github/workflows/check.yml -s GITHUB_TOKEN=\"$(gh auth token)\"",
"act:format": "act workflow_dispatch -W .github/workflows/format.yml", "act:format": "act workflow_dispatch -W .github/workflows/format.yml -s GITHUB_TOKEN=\"$(gh auth token)\"",
"act:update": "act workflow_dispatch -W .github/workflows/update.yml", "act:update": "act workflow_dispatch -W .github/workflows/update.yml -s GITHUB_TOKEN=\"$(gh auth token)\"",
"api:load": "tsx scripts/commands/api/load.ts", "api:load": "tsx scripts/commands/api/load.ts",
"api:generate": "tsx scripts/commands/api/generate.ts", "api:generate": "tsx scripts/commands/api/generate.ts",
"api:deploy": "npx gh-pages-clean && npx gh-pages -a -m \"Deploy to iptv-org/api\" -d .api -r https://$GITHUB_TOKEN@github.com/iptv-org/api.git", "api:deploy": "npx gh-pages-clean && npx gh-pages -a -m \"Deploy to iptv-org/api\" -d .api -r https://$GITHUB_TOKEN@github.com/iptv-org/api.git",
"playlist:format": "tsx scripts/commands/playlist/format.ts", "playlist:format": "tsx scripts/commands/playlist/format.ts",
"playlist:update": "tsx scripts/commands/playlist/update.ts", "playlist:update": "tsx scripts/commands/playlist/update.ts",
"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:test": "tsx scripts/commands/playlist/test.ts",
"playlist:edit": "tsx scripts/commands/playlist/edit.ts", "playlist:edit": "tsx scripts/commands/playlist/edit.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",
"check": "npm run playlist:lint && npm run playlist:validate", "check": "npm run playlist:lint && npm run playlist:validate",
"format": "npm run playlist:format", "format": "npm run playlist:format",
"update": "npm run playlist:generate && npm run api:generate && npm run readme:update", "update": "npm run playlist:generate && npm run api:generate && npm run readme:update",
"deploy": "npm run playlist:deploy && npm run api:deploy", "deploy": "npm run playlist:deploy && npm run api:deploy",
"lint": "npx eslint \"scripts/**/*.{ts,js}\" \"tests/**/*.{ts,js}\"", "lint": "npx eslint \"scripts/**/*.{ts,js}\" \"tests/**/*.{ts,js}\"",
"test": "jest --runInBand", "test": "jest --runInBand",
"postinstall": "npm run api:load" "postinstall": "npm run api:load"
}, },
"jest": { "jest": {
"transform": { "transform": {
"^.+\\.ts$": "@swc/jest" "^.+\\.ts$": "@swc/jest"
}, },
"testRegex": "tests/(.*?/)?.*test.ts$", "testRegex": "tests/(.*?/)?.*test.ts$",
"setupFilesAfterEnv": [ "setupFilesAfterEnv": [
"jest-expect-message" "jest-expect-message"
] ]
}, },
"author": "Arhey", "author": "Arhey",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"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.1",
"@eslint/js": "^9.32.0", "@eslint/js": "^9.32.0",
"@freearhey/core": "^0.10.2", "@freearhey/core": "^0.14.3",
"@freearhey/search-js": "^0.1.2", "@freearhey/search-js": "^0.1.2",
"@inquirer/prompts": "^7.8.0", "@freearhey/storage-js": "^0.1.0",
"@octokit/core": "^7.0.3", "@inquirer/prompts": "^7.8.0",
"@octokit/plugin-paginate-rest": "^13.1.1", "@iptv-org/sdk": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@octokit/core": "^7.0.3",
"@octokit/types": "^14.1.0", "@octokit/plugin-paginate-rest": "^13.1.1",
"@stylistic/eslint-plugin": "^5.2.2", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@swc/jest": "^0.2.39", "@octokit/types": "^14.1.0",
"@types/async": "^3.2.25", "@stylistic/eslint-plugin": "^5.2.2",
"@types/cli-progress": "^3.11.6", "@swc/jest": "^0.2.39",
"@types/fs-extra": "^11.0.4", "@types/async": "^3.2.25",
"@types/jest": "^30.0.0", "@types/cli-progress": "^3.11.6",
"@types/lodash.uniqueid": "^4.0.9", "@types/fs-extra": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^8.38.0", "@types/jest": "^30.0.0",
"@typescript-eslint/parser": "^8.38.0", "@types/lodash.uniqueid": "^4.0.9",
"async-es": "^3.2.6", "@types/node-cleanup": "^2.1.5",
"axios": "^1.11.0", "@typescript-eslint/eslint-plugin": "^8.38.0",
"chalk": "^5.4.1", "@typescript-eslint/parser": "^8.38.0",
"cli-progress": "^3.12.0", "async": "^3.2.6",
"commander": "^14.0.0", "axios": "^1.11.0",
"console-table-printer": "^2.14.6", "chalk": "^5.4.1",
"cross-env": "^10.0.0", "cli-progress": "^3.12.0",
"eslint": "^9.32.0", "commander": "^14.0.0",
"glob": "^11.0.3", "console-table-printer": "^2.14.6",
"globals": "^16.3.0", "cross-env": "^10.0.0",
"iptv-playlist-parser": "^0.15.0", "eslint": "^9.32.0",
"jest": "^30.0.5", "glob": "^11.0.3",
"jest-expect-message": "^1.1.3", "globals": "^16.3.0",
"lodash.uniqueid": "^4.0.1", "iptv-playlist-parser": "^0.15.0",
"m3u-linter": "^0.4.2", "jest": "^30.0.5",
"mediainfo.js": "^0.3.6", "jest-expect-message": "^1.1.3",
"node-cleanup": "^2.1.2", "lodash.uniqueid": "^4.0.1",
"socks-proxy-agent": "^8.0.5", "m3u-linter": "^0.4.2",
"tsx": "^4.20.3" "mediainfo.js": "^0.3.6",
} "node-cleanup": "^2.1.2",
} "normalize-url": "^8.1.0",
"socks-proxy-agent": "^8.0.5",
"tsx": "^4.20.3"
}
}

Loading…
Cancel
Save