Resolve recommended-profile Critical and High findings, retain narrow analyzer exceptions, and update the edge-broker WebSocket dependency to a non-vulnerable release.
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"name": "truckwash-edge-broker",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test",
|
|
"test:live": "node --test live/live-smoke.mjs"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.21.1"
|
|
}
|
|
}
|