Fix CORS misconfiguration in socket.io (#1487)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-11-22 15:54:07 +02:00
committed by GitHub
parent 304495ae25
commit ce97ffc850

View File

@@ -13,7 +13,7 @@
"express": "~4.13.3", "express": "~4.13.3",
"grunt-cli": "~0.1.13", "grunt-cli": "~0.1.13",
"mustache": "~2.2.1", "mustache": "~2.2.1",
"socket.io": "~1.3.7" "socket.io": "~2.4.0"
}, },
"license": "MIT" "license": "MIT"
} }