Dependency Health

Every dependency in the Resonance Hub is pinned to an exact version and checked against the npm latest release each week. This page renders that audit report verbatim — nothing here changes a pin.

No audit report in this build

reports/outdated-pins.md is generated by the weekly dependency audit and is not committed to the repository, so this build has no report to render. Numbers below stay empty until the next audit publishes one — nothing is wrong with your pins.

How far behind

No numbers to show — this build has no reports/outdated-pins.md artifact. Run bun run deps:outdated or wait for the weekly audit to publish one.

How this works

  • Pins are exact — no ^ or ~ ranges — and the build refuses to start if a pin drifts from the lockfile.
  • The weekly audit only reports. Minor and patch bumps are gathered into a verified update pull request; majors stay for human review.