Skip to content

fix(deps): port security overrides from main to 1.12-compat - #754

Merged
michaelpporter merged 1 commit into
1.12-compatfrom
fix/748-overrides
Jul 26, 2026
Merged

fix(deps): port security overrides from main to 1.12-compat#754
michaelpporter merged 1 commit into
1.12-compatfrom
fix/748-overrides

Conversation

@michaelpporter

Copy link
Copy Markdown
Owner

Ports the overrides block from main (brace-expansion, postcss, linkify-it, undici, vite, fast-uri), which was entirely missing on 1.12-compat, letting the same advisories main already pins resurface here. Also adds a shell-quote pin (build tooling only, via npm-run-all2) — main resolves it to a safe version naturally, this branch didn't.

esbuild's advisory is already cleared by #753 (bumped to 0.28.1), no override needed for it.

bun audit: 15 vulnerabilities (11 high, 2 moderate, 2 low) -> 0.

Test plan

  • bun audit clean
  • bun run build passes
  • bun run test passes (265/265)

Refs #748

1.12-compat had no overrides block, so advisories already pinned on
main (brace-expansion, postcss, linkify-it, undici, vite, fast-uri)
resurfaced here. Also pins shell-quote (build-tooling only, via
npm-run-all2), which main resolves to a safe version naturally but
this branch didn't. esbuild's advisory is already cleared by #753's
0.28.1 bump, no override needed.

bun audit: 15 vulnerabilities -> 0.

Refs #748
@michaelpporter
michaelpporter merged commit 9faa201 into 1.12-compat Jul 26, 2026
1 check passed
@michaelpporter
michaelpporter deleted the fix/748-overrides branch July 26, 2026 09:32
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