fix(quality): allowlist socks dep (declared by #4004, never allowlisted)

socks@^2.8.7 was added to package.json in #4004 (LiveWS sidecar, 02302131f)
as a phantom-dep cleanup but never added to dependency-allowlist.json, so
check:deps has been red on the release tip ever since. socks is the standard
SOCKS proxy client (dep of fetch-socks), legitimate and years old.
This commit is contained in:
diegosouzapw 2026-06-16 16:00:03 -03:00
parent 0262af6f07
commit d7db5c73d1

View file

@ -101,6 +101,7 @@
"recharts",
"selfsigned",
"size-limit",
"socks",
"sql.js",
"sqlite-vec",
"tailwindcss",