fix: pin esbuild >=0.28.1 to resolve advisory (v1.2.3) - #62
Merged
Conversation
Add a pnpm override forcing esbuild >=0.28.1 (was 0.27.4), pulled in transitively via ts-jest and tsup. This resolves the esbuild security advisory (GHSA-gv7w-rqvm-qjhr / GHSA-g7r4-m6w7-qqqr) that fails `pnpm audit --audit-level high` in the Security workflow. Bump package version 1.2.2 -> 1.2.3. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add pnpm overrides for js-yaml (^4.2.0, GHSA-h67p-54hq-rp68 moderate) and @babel/core (^7.29.6, GHSA-4x5r-pxfx-6jf8 low), both pulled in transitively via jest's coverage/transform chain. Pinned within their current majors to avoid breaking the Jest pipeline. `pnpm audit` now reports no known vulnerabilities at any level. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves the esbuild security advisory that fails the
Securityworkflow (pnpm audit --audit-level high).>=0.17.0 <0.28.1) transitively viats-jestandtsup.pnpm.overridesentry forcing esbuild>=0.28.1(the patched range).Advisory: GHSA-gv7w-rqvm-qjhr / GHSA-g7r4-m6w7-qqqr
Verification
pnpm audit --audit-level high→ exits 0 (no high+ findings)pnpm run lint→ 0 warnings / 0 errorspnpm run typecheck→ cleanpnpm exec jest --ci→ 531 passed, 21 suitespnpm run build+node scripts/integration.cjs→ passRemaining
pnpm auditfindings are 1 low (@babel/core) and 1 moderate (js-yaml), both below thehighCI threshold and not addressed here.🤖 Generated with Claude Code