Package.json updated

getporpertie leist nun auch die Chipdaten aus prop_flux
This commit is contained in:
2025-09-15 16:11:13 +00:00
parent 41ef7a06b2
commit 75ccb0b8ea
7 changed files with 4944 additions and 1830 deletions
+15 -15
View File
@@ -12,24 +12,24 @@
"www": "./bin/www.js"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.24.0",
"@influxdata/influxdb-client-apis": "^1.24.0",
"axios": "^0.26.1",
"cookie-parser": "~1.4.4",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
"axios": "^1.12.2",
"cookie-parser": "~1.4.7",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"i18next": "^22.4.15",
"i18next-http-middleware": "^3.3.0",
"debug": "~4.4.3",
"express": "^5.1.0",
"http-errors": "~2.0.0",
"i18next": "^25.5.2",
"i18next-http-middleware": "^3.8.0",
"i18next-node-fs-backend": "^2.1.3",
"luxon": "^2.3.1",
"mongodb": "^4.4.1",
"morgan": "~1.9.1",
"pug": "^3.0.2",
"ws": "^8.5.0"
"luxon": "^3.7.2",
"mongodb": "^6.19.0",
"morgan": "~1.10.1",
"pug": "^3.0.3",
"ws": "^8.18.3"
},
"devDependencies": {
"mocha": "^9.2.2"
"mocha": "^11.7.2"
}
}