fix(ui): remove unused crypto/stream polyfills (CVE-2025-14505)
Summary
- Remove
crypto-browserifyandstream-browserifydependencies fromceandsharedpackages — carried over from the CRA/craco era, unused after Vite migration - Remove
resolve.aliasentries invite.config.ts— the onlycryptousage (getRandomValues) is the native Web Crypto API - Clean up 10 stale pnpm overrides for packages no longer in the dependency tree:
elliptic,browserify-sign,bn.js,pbkdf2,sha.js,cipher-base pnpm auditnow reports zero known vulnerabilities
Closes https://github.com/postgres-ai/database-lab-engine/issues/270