1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

libarry bump + toast upload

This commit is contained in:
NoobishSVK
2024-09-11 23:52:13 +02:00
parent 79becfb35f
commit 0f831e4a95
4 changed files with 159 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fm-dx-webserver",
"version": "1.2.7",
"version": "1.2.8",
"description": "FM DX Webserver",
"main": "index.js",
"scripts": {
@@ -13,9 +13,9 @@
"license": "ISC",
"dependencies": {
"@mapbox/node-pre-gyp": "1.0.11",
"body-parser": "1.20.2",
"ejs": "3.1.9",
"express": "4.18.3",
"body-parser": "1.20.3",
"ejs": "3.1.10",
"express": "4.20.0",
"express-session": "1.18.0",
"ffmpeg-static": "5.2.0",
"http": "0.0.1-security",
@@ -23,6 +23,6 @@
"koffi": "2.7.2",
"net": "1.0.2",
"serialport": "12.0.0",
"ws": "8.14.2"
"ws": "8.18.0"
}
}