Problem
The @hono/node-server package override in package.json was added for a Prisma-hosted advisory that Prisma no longer depends on. The override comment is stale and misleading.
Evidence
package.json — override block with stale comment referencing "Prisma transitive dependency"
npm ls @hono/node-server — only through @modelcontextprotocol/sdk, not Prisma
Acceptance
Remove @hono/node-server from overrides and update the comment to accurately describe the remaining postcss override's purpose. Verify with npm audit that no new advisories appear.
Decomposed from #648 (Weekly tech debt audit: misospace/dispatch - 2026-07-22).
Problem
The
@hono/node-serverpackage override inpackage.jsonwas added for a Prisma-hosted advisory that Prisma no longer depends on. The override comment is stale and misleading.Evidence
package.json— override block with stale comment referencing "Prisma transitive dependency"npm ls @hono/node-server— only through@modelcontextprotocol/sdk, not PrismaAcceptance
Remove
@hono/node-serverfromoverridesand update the comment to accurately describe the remainingpostcssoverride's purpose. Verify withnpm auditthat no new advisories appear.Decomposed from #648 (Weekly tech debt audit: misospace/dispatch - 2026-07-22).