1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

we're up to date with the terrible

This commit is contained in:
2026-02-24 09:52:39 +01:00
parent 098b6ba4e9
commit 0ae484529d
17 changed files with 673 additions and 459 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fm-dx-webserver",
"version": "1.3.12",
"version": "1.4.0",
"description": "FM DX Webserver",
"main": "index.js",
"scripts": {
@@ -12,15 +12,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/node-pre-gyp": "2.0.0",
"body-parser": "2.2.0",
"ejs": "3.1.10",
"express": "5.1.0",
"express-session": "1.18.2",
"ffmpeg-static": "5.2.0",
"@mapbox/node-pre-gyp": "2.0.3",
"body-parser": "2.2.2",
"ejs": "4.0.1",
"express": "5.2.1",
"express-session": "1.19.0",
"ffmpeg-static": "5.3.0",
"http": "0.0.1-security",
"koffi": "2.7.2",
"net": "1.0.2",
"serialport": "12.0.0",
"ws": "8.18.1"
"serialport": "13.0.0",
"ws": "8.19.0"
}
}
}