Skip to content

fix: refresh dependencies to clear the audit advisories - #16

Merged
Mearman merged 1 commit into
mainfrom
clear-audit-advisories
Sep 11, 2026
Merged

Mearman merged 1 commit into
mainfrom
clear-audit-advisories

Conversation

@Mearman

@Mearman Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member

The audit job (release-blocking, pnpm audit --audit-level moderate) is red on main with no source change involved — the live advisory database moved. This refreshes the dependency tree within the ranges package.json already declares:

  • js-yaml 4.3.1 → 4.3.2 — the one that matters beyond CI: cosmiconfig bundles js-yaml into the shipped runtime binary, so the advisory's fix lands in the published artifact, not just dev tooling.
  • fast-uri 3.1.5 → 3.1.6 (transitive, under commitlint) and vitest 4.1.10 → 4.1.11 (also clearing the @vitest/mocker advisory) — dev-side only.

pnpm audit --audit-level moderate is clean afterwards; full suite (772 tests), typecheck, and lint all pass. Blocks #14 and #15 until it lands, since PR-head checkouts carry their own lockfile.

…it advisories

js-yaml 4.3.1 to 4.3.2 matters beyond CI: cosmiconfig bundles it into
the shipped runtime, so the path-traversal fix lands in the published
binary. fast-uri 3.1.5 to 3.1.6 (under commitlint) and vitest 4.1.10
to 4.1.11, which also clears the @vitest/mocker advisory, are dev-side.
All bumps stay inside the ranges package.json already declares; the
audit gate was failing on main with no source change involved, because
the live advisory database moved.
@Mearman
Mearman marked this pull request as ready for review September 11, 2026 07:57
@Mearman
Mearman merged commit 219e0a3 into main Sep 11, 2026
31 checks passed
@Mearman
Mearman deleted the clear-audit-advisories branch September 11, 2026 07:57
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-11T08:04:11.421439Z d5d07d1 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant