1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-19 12:59:43 +00:00

updated packages

This commit is contained in:
Luca Armaroli
2020-09-07 22:17:11 +02:00
parent 6e874f5138
commit 9e25870191
2 changed files with 627 additions and 586 deletions

1185
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,36 +18,36 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/mocha": "^7.0.2", "@types/mocha": "^7.0.2",
"@types/puppeteer": "^1.20.4", "@types/puppeteer": "^1.20.6",
"@types/readline-sync": "^1.4.3", "@types/readline-sync": "^1.4.3",
"@types/yargs": "^15.0.3", "@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^2.25.0", "@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.25.0", "@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"mocha": "^7.1.1" "mocha": "^7.2.0"
}, },
"dependencies": { "dependencies": {
"@tedconf/fessonia": "^2.1.0", "@tedconf/fessonia": "^2.1.2",
"@types/cli-progress": "^3.4.2", "@types/cli-progress": "^3.8.0",
"@types/jwt-decode": "^2.2.1", "@types/jwt-decode": "^2.2.1",
"@types/tmp": "^0.2.0", "@types/tmp": "^0.2.0",
"@types/ws": "^7.2.6", "@types/ws": "^7.2.6",
"axios": "^0.19.2", "axios": "^0.19.2",
"axios-retry": "^3.1.8", "axios-retry": "^3.1.8",
"cli-progress": "^3.7.0", "cli-progress": "^3.8.2",
"colors": "^1.4.0", "colors": "^1.4.0",
"is-elevated": "^3.0.0", "is-elevated": "^3.0.0",
"iso8601-duration": "^1.2.0", "iso8601-duration": "^1.2.0",
"jwt-decode": "^2.2.0", "jwt-decode": "^2.2.0",
"m3u8-parser": "^4.4.0", "m3u8-parser": "^4.4.3",
"puppeteer": "2.1.1", "puppeteer": "2.1.1",
"readline-sync": "^1.4.10", "readline-sync": "^1.4.10",
"sanitize-filename": "^1.6.3", "sanitize-filename": "^1.6.3",
"terminal-image": "^1.0.1", "terminal-image": "^1.2.1",
"tmp": "^0.2.1", "tmp": "^0.2.1",
"typescript": "^3.8.3", "typescript": "^3.9.7",
"winston": "^3.3.2", "winston": "^3.3.3",
"ws": "^7.3.0", "ws": "^7.3.1",
"yargs": "^15.0.3" "yargs": "^15.4.1"
} }
} }