update express to v5.0.0

This commit is contained in:
liamcottle 2025-06-15 16:42:21 +12:00
parent 1c1b77b3ea
commit de1cfd4222
2 changed files with 489 additions and 288 deletions

775
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@
"command-line-args": "^5.2.1", "command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1", "command-line-usage": "^7.0.1",
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.18.3", "express": "^5.0.0",
"mqtt": "^5.3.6", "mqtt": "^5.3.6",
"protobufjs": "^7.2.6" "protobufjs": "^7.2.6"
}, },