Skip to content

chore: override esbuild >=0.28.1 to fix audit advisory#42

Merged
tuyakhov merged 1 commit into
mainfrom
claude/charming-ramanujan-iy2rp9
Jun 14, 2026
Merged

chore: override esbuild >=0.28.1 to fix audit advisory#42
tuyakhov merged 1 commit into
mainfrom
claude/charming-ramanujan-iy2rp9

Conversation

@tuyakhov

Copy link
Copy Markdown
Contributor

Release CI runs 'pnpm audit --audit-level=high' and flagged GHSA-gv7w-rqvm-qjhr (esbuild <0.28.1, RCE via NPM_CONFIG_REGISTRY) pulled in transitively through examples/node-basic > tsx > esbuild. Pin esbuild to the patched >=0.28.1 via the existing pnpm overrides; tsx uses esbuild's stable transform API, so the bump is drop-in (build, typecheck, and a tsx run all pass).

Release CI runs 'pnpm audit --audit-level=high' and flagged GHSA-gv7w-rqvm-qjhr
(esbuild <0.28.1, RCE via NPM_CONFIG_REGISTRY) pulled in transitively through
examples/node-basic > tsx > esbuild. Pin esbuild to the patched >=0.28.1 via the
existing pnpm overrides; tsx uses esbuild's stable transform API, so the bump is
drop-in (build, typecheck, and a tsx run all pass).
@tuyakhov tuyakhov merged commit 0d6915d into main Jun 14, 2026
1 check passed
@tuyakhov tuyakhov deleted the claude/charming-ramanujan-iy2rp9 branch June 14, 2026 06:09
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.

2 participants