update modules

This commit is contained in:
AniDL 2020-09-19 12:49:23 +03:00
parent 7c058642fd
commit d2383962ca
2 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,11 @@
## Change Log
### 4.6.1 (2020/09/19)
- Update modules
#### Known issues:
- Proxy not supported
### 4.6.0 (2020/06/03)
- Bug fixes and improvements

View file

@ -1,7 +1,7 @@
{
"name": "funimation-downloader-nx",
"short_name": "funi",
"version": "4.6.0",
"version": "4.6.1",
"description": "Download videos from Funimation via cli.",
"keywords": [
"download",
@ -25,19 +25,19 @@
"main": "funi.js",
"dependencies": {
"form-data": "^3.0.0",
"got": "^11.2.0",
"hls-download": "^2.4.1",
"lookpath": "^1.0.6",
"got": "^11.7.0",
"hls-download": "^2.5.3",
"lookpath": "^1.1.0",
"m3u8-parsed": "^1.3.0",
"proxy-agent": "^3.1.1",
"sei-helper": "^3.3.0",
"ttml2srt": "^1.2.0",
"yaml": "^1.10.0",
"yargs": "^15.3.1"
"yargs": "^16.0.3"
},
"devDependencies": {
"fs-extra": "^9.0.0",
"nexe": "^3.3.2",
"fs-extra": "^9.0.1",
"nexe": "^3.3.7",
"removeNPMAbsolutePaths": "^2.0.0"
},
"scripts": {