package: bump socket.io@4.5.1, express@4.18.1

This commit is contained in:
Bill Church 2022-05-18 22:37:39 -04:00
parent 84c09ec8a1
commit 09e2f9bc39
2 changed files with 466 additions and 329 deletions

789
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,13 +36,13 @@
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"colors": "~1.4.0", "colors": "~1.4.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"express": "~4.17.1", "express": "^4.18.1",
"express-session": "~1.17.1", "express-session": "^1.17.3",
"json-merger": "^1.1.9", "json-merger": "^1.1.9",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"read-config-ng": "^3.0.5", "read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
"socket.io": "^4.2.0", "socket.io": "^4.5.1",
"ssh2": "^1.10.0", "ssh2": "^1.10.0",
"validator": "^13.7.0" "validator": "^13.7.0"
}, },