update packages to fix build

This commit is contained in:
proddy
2022-02-17 10:44:56 +01:00
parent 4c4a6f668d
commit 625fb41352
4 changed files with 174 additions and 174 deletions

View File

@@ -11,11 +11,11 @@
"author": "proddy",
"license": "ISC",
"dependencies": {
"@msgpack/msgpack": "^2.7.1",
"@msgpack/msgpack": "^2.7.2",
"compression": "^1.7.4",
"express": "^4.17.2",
"express": "^4.17.3",
"express-sse": "^0.5.3",
"nodemon": "^2.0.15",
"ws": "^8.4.2"
"ws": "^8.5.0"
}
}