You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): use which from @socketsecurity/lib/bin
Imports were resolving to the external 'which' npm package which
isn't a dep here, breaking 'pnpm run security'. Switch to socket-lib's
which (already available via catalog).
0 commit comments