oktopus/backend/services/utils/socketio/package.json
copilot-swe-agent[bot] 18b13f51e6 Fix all remaining security vulnerabilities: express/qs in socketio, eslint devDeps in frontend
Co-authored-by: leandrofars <83298718+leandrofars@users.noreply.github.com>
2026-02-20 16:06:13 +00:00

26 lines
497 B
JSON

{
"name": "socketio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"overrides": {
"qs": "^6.14.2",
"body-parser": "^1.20.4"
},
"dependencies": {
"@koa/cors": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.22.1",
"koa": "^3.0.3",
"socket.io": "^4.6.2"
}
}