ADR-0025's auth-catalogue skeleton (#206) added libs/shared/auth/
with three dev deps (tslib, vitest, @nx/vite) but did not refresh
pnpm-lock.yaml, so the post-merge `pnpm install --frozen-lockfile`
in CI fails with ERR_PNPM_OUTDATED_LOCKFILE.
Re-running `pnpm install` adds the missing importer block for the
new lib; no other dep change.