mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-10 01:39:02 +00:00
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:
parent
0262af6f07
commit
d7db5c73d1
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
|||
"recharts",
|
||||
"selfsigned",
|
||||
"size-limit",
|
||||
"socks",
|
||||
"sql.js",
|
||||
"sqlite-vec",
|
||||
"tailwindcss",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue