chore(deps): bump esbuild 0.28.0 -> 0.28.1 (GHSA-g7r4-m6w7-qqqr) - #94
Merged
Conversation
Clears a low-severity advisory in esbuild (GHSA-g7r4-m6w7-qqqr). esbuild is a direct devDependency of internal/ui/web, so this is a straight patch bump of the declared range to ^0.28.1; no npm `overrides` entry was needed. Non-gating remediation: the CI gate only fails on net-new critical/high. Verified with `nox scan` -- the esbuild advisory is gone and there are 0 active critical/high findings. `npm run build` and `npm run typecheck` pass. Claude-Session: https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom
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.
Clears the residual low-severity dependency advisory in
internal/ui/web.Change
esbuildesbuildturned out to be a direct devDependency ofinternal/ui/web, not transitive — so this is a straight patch bump of the declared range to^0.28.1. No npmoverridesentry was needed; all 27@esbuild/*platform packages moved to 0.28.1 in the lockfile alongside it.Verification
nox scan— the esbuild advisory is gone; 0 active critical/high findings (no regression).npm run buildpasses (../assets/app.jsrebuilt, byte-identical).npm run typecheck(tsc --noEmit) passes clean.Notes
golang.org/x/textandcel-gobumps, already covered by the open PR onchore/residual-dep-cves. This branch is deliberately separate so the two don't collide.internal/ui/web/package.jsonandinternal/ui/web/package-lock.jsonare touched.https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom