Remove axios from the realtime server dependencies to avoid header injection risk, switch Docker builds to npm ci, and bump the realtime image version to 1.0.15.
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "0.11.0",
|
|
"@xterm/xterm": "6.0.0",
|
|
"cookie": "1.1.1",
|
|
"dotenv": "17.3.1",
|
|
"node-pty": "1.1.0",
|
|
"ws": "8.19.0"
|
|
}
|
|
}
|