fix: update packagejson of coolify-realtime + add lock file

This commit is contained in:
Andras Bacsai
2024-11-07 14:06:32 +01:00
parent 3617f3bea7
commit e2ed213957
4 changed files with 198 additions and 6 deletions

View File

@@ -2,12 +2,12 @@
"private": true,
"type": "module",
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"cookie": "^0.7.0",
"@xterm/addon-fit": "0.10.0",
"@xterm/xterm": "5.5.0",
"cookie": "1.0.1",
"axios": "1.7.5",
"dotenv": "^16.4.5",
"node-pty": "^1.0.0",
"ws": "^8.17.0"
"dotenv": "16.4.5",
"node-pty": "1.0.0",
"ws": "8.18.0"
}
}