chore(deps): restore bun.lock registry URLs after npmmirror leak
The previous commit ran `bun install` while ~/.npmrc set `registry=https://registry.npmmirror.com/`, so every tgz URL in bun.lock got rewritten from the empty-default-registry form (`""`) to an explicit `https://registry.npmmirror.com/...` URL. That pinned the entire workspace install to a regional mirror that other contributors and CI don't have access to. Re-ran the install with ~/.npmrc temporarily moved aside so undici's new entry lands with the workspace's normal "" URL convention while every other dep's URL is reset to "" too. apps/web's workspace block now has `"undici": "^7.22.0"` while the package metadata block keeps the same empty-URL shape as the rest of the lockfile. No content / version changes — only URL field resets.
This commit is contained in:
parent
71cd1886f0
commit
2d289eec5a