update packages

This commit is contained in:
IrosTheBeggar 2024-12-21 00:15:40 -05:00
parent 02ae8c1ada
commit e38725e755
3 changed files with 7059 additions and 13 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ bin/ffmpeg/*
save/*.json
package-lock.json
.DS_Store
.vscode/*

7047
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -91,32 +91,32 @@
},
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.6.8",
"axios": "^1.7.9",
"busboy": "^1.6.0",
"commander": "^9.5.0",
"cookie-parser": "^1.4.6",
"electron-updater": "^6.1.4",
"cookie-parser": "^1.4.7",
"electron-updater": "^6.3.9",
"escape-string-regexp": "^4.0.0",
"express": "^4.19.2",
"fast-xml-parser": "^4.3.6",
"express": "^4.21.2",
"fast-xml-parser": "^4.5.1",
"ffbinaries": "^1.1.6",
"fluent-ffmpeg": "^2.1.2",
"fluent-ffmpeg": "^2.1.3",
"http-proxy": "^1.18.1",
"jimp": "^0.22.12",
"joi": "^17.13.1",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"lokijs": "^1.5.12",
"m3u8-parser": "^7.1.0",
"m3u8-parser": "^7.2.0",
"make-dir": "^3.1.0",
"mime-types": "^2.1.35",
"music-metadata": "^7.14.0",
"nanoid": "^3.3.6",
"tree-kill": "^1.2.2",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.17.0"
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"electron-builder": "24.13.3"
"electron-builder": "25.0.5"
}
}