build(deps-dev): bump esbuild from 0.28.0 to 0.28.1#271
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
d007c73 to
00a43d8
Compare
00a43d8 to
8158542
Compare
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
8158542 to
40977bf
Compare
JWThewes
added a commit
that referenced
this pull request
Jul 3, 2026
Security-only dependency pass — npm audit is now clean in all 17 manifests (root workspace, frontend, standalone lambdas): - uuid < 11.1.1 (GHSA-w5hq-g745-h8pq, 13 alerts): gremlin pins uuid@^9 and npm's only 'fix' is a gremlin DOWNGRADE to 3.7.1 — instead force uuid@^11.1.1 via overrides in the root + the 11 standalone gremlin lambdas (gremlin only calls uuid.v4(), unchanged in v11's CJS build). - ws < 8.21.0 / < 8.20.1 (13 alerts): audit fix in 7 lambdas; yjs-server also picks up the nested y-websocket ws@6.2.4. - hono < 4.12.25 (5 alerts, mcp-server-graph): audit fix -> 4.12.27. - root: tmp 0.2.7, undici 7.28.0, esbuild 0.28.1, protobufjs 7.6.4. Supersedes Dependabot PRs #271 (esbuild), #275 (tmp), #278 (ws), #279 (undici). Verified: root suite 1598 tests green (gremlin exercised against real testcontainers with the uuid override).
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.
Bumps esbuild from 0.28.0 to 0.28.1.
Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
bb9db84publish 0.28.1 to npm9ff053esecurity: add integrity checks to the Deno API0a9bf21enforce non-negative size in gzip parsere2a1a71security: forbid\\in local dev server requests83a2cbffix #4482: don't inlineusingdeclarations308ad74fix #4471: renaming of nestedvardeclarationsf013f5ffix some typosaafd6e4chore: fix some minor issues in comments (#4462)15300c3follow up: cjs evaluation fixes1bda0c3fix #4461, fix #4467: esm evaluation fixes