GitHub is flagging 6 vulnerabilities on main (5 moderate, 1 low) — surfaced on every push banner. Enumerate via gh api repos/INTENTIUS/behold/dependabot/alerts --jq '.[] | {number, state, dependency: .dependency.package.name, severity: .security_advisory.severity, summary: .security_advisory.summary}', then for each: upgrade if a compatible fix exists (dev-only trees included — the UI smoke's Chrome tooling is a likely nest), or record why it doesn't bite (parser never sees untrusted input, dev-only, etc.) in the issue. chant#1622 is the sibling exercise there. Acceptance: alert count at zero or every remaining alert has a written justification here; just check green; no major-version rides along without its own reasoning.
GitHub is flagging 6 vulnerabilities on main (5 moderate, 1 low) — surfaced on every push banner. Enumerate via
gh api repos/INTENTIUS/behold/dependabot/alerts --jq '.[] | {number, state, dependency: .dependency.package.name, severity: .security_advisory.severity, summary: .security_advisory.summary}', then for each: upgrade if a compatible fix exists (dev-only trees included — the UI smoke's Chrome tooling is a likely nest), or record why it doesn't bite (parser never sees untrusted input, dev-only, etc.) in the issue. chant#1622 is the sibling exercise there. Acceptance: alert count at zero or every remaining alert has a written justification here;just checkgreen; no major-version rides along without its own reasoning.