fix(realtime): replace axios with native HTTP client

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.
This commit is contained in:
Andras Bacsai
2026-05-11 21:43:52 +02:00
parent 9a280d1143
commit c8185c8336
11 changed files with 72 additions and 612 deletions
-1
View File
@@ -9,7 +9,6 @@
"devDependencies": {
"@tailwindcss/postcss": "4.1.18",
"@vitejs/plugin-vue": "6.0.3",
"axios": "1.15.0",
"laravel-echo": "2.2.7",
"laravel-vite-plugin": "2.0.1",
"postcss": "8.5.6",