fix(deps): bump tsx to pull esbuild >=0.28.1#68
Merged
Conversation
Resolves Dependabot esbuild alerts (dev-only, transitive via @github/local-action -> tsx): - GHSA-gv7w-rqvm-qjhr (high, withdrawn) - GHSA-g7r4-m6w7-qqqr (low, dev-server file read) tsx 4.21.0 -> 4.22.4 bumps its esbuild dependency 0.27.3 -> 0.28.1. esbuild is not used by the rollup-based dist build, so dist/ is unchanged; tests pass (55) and the esbuild advisories clear in audit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jlutheratwork
approved these changes
Jun 22, 2026
jlutheratwork
left a comment
There was a problem hiding this comment.
LGTM — bumps tsx so esbuild resolves to ≥0.28.1 (GHSA-g7r4-m6w7-qqqr). 28 checks green.
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 both open Dependabot esbuild alerts. esbuild is a dev-only, transitive dependency — it reaches the tree only via
@github/local-action→tsx, and is not used by the rollup-baseddist/build.Change
tsx4.21.0 → 4.22.4 (within@github/local-action's^4.21.0range), which bumps its bundledesbuild0.27.3 → 0.28.1.No
package.jsonchange needed — esbuild/tsx are transitive, so this is a lockfile-only update.Verification
esbuildadvisories no longer appear innpm auditnpm test— 55/55 passingnpm run package(rollup) —dist/unchanged, socheck-distpasses🤖 Generated with Claude Code