update dependencies to latest supported versions.

This commit is contained in:
chosenpath 2022-09-27 17:13:54 +01:00
parent 6d5fb03e3f
commit b37414745f

View File

@ -90,30 +90,30 @@
}
},
"dependencies": {
"archiver": "^5.3.0",
"axios": "^0.26.1",
"busboy": "^1.5.0",
"commander": "^9.1.0",
"archiver": "^5.3.1",
"axios": "^0.27.2",
"busboy": "^1.6.0",
"commander": "^9.4.0",
"cookie-parser": "^1.4.6",
"electron-updater": "^4.6.5",
"escape-string-regexp": "^4.0.0",
"express": "^4.17.3",
"fast-xml-parser": "^4.0.7",
"express": "^4.18.1",
"fast-xml-parser": "^4.0.10",
"ffbinaries": "^1.1.4",
"fluent-ffmpeg": "^2.1.2",
"http-proxy": "^1.18.1",
"jimp": "^0.16.1",
"joi": "^17.6.0",
"jimp": "^0.16.2",
"joi": "^17.6.1",
"jsonwebtoken": "^8.5.1",
"lokijs": "^1.5.12",
"m3u8-parser": "^4.7.0",
"make-dir": "^3.1.0",
"mime-types": "^2.1.35",
"music-metadata": "^7.12.2",
"nanoid": "^3.3.1",
"music-metadata": "^7.13.0",
"nanoid": "^3.3.4",
"tree-kill": "^1.2.2",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.6.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.5.0"
},
"devDependencies": {