fix: upgrade esbuild to 0.25.x to resolve GHSA-67mh-4wv8-2f99#378
Merged
fix: upgrade esbuild to 0.25.x to resolve GHSA-67mh-4wv8-2f99#378
Conversation
Override esbuild to ^0.25.0 via npm overrides since vitepress 1.x pins vite 5.x which caps esbuild at ^0.21.3. Also bumps vitepress to 1.6.4, mermaid to 11.13.0, vue to 3.5.30, and removes the grype ignore entry now that the vulnerability is resolved at source.
Coverage Report ✅
Coverage BadgeNo Go source files changed in this PR. |
lalitadithya
approved these changes
Mar 12, 2026
xdu31
pushed a commit
to xdu31/aicr
that referenced
this pull request
Mar 24, 2026
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
overridesfor esbuild^0.25.0to fix GHSA-67mh-4wv8-2f99 (Medium severity, esbuild <0.25.0)Why overrides? Vitepress 1.x (latest stable) depends on Vite 5.x which pins esbuild to
^0.21.3. Vitepress 2.x is alpha-only. The npm override forces esbuild >=0.25.0 without requiring an unstable vitepress upgrade.Test plan
npm installresolves esbuild 0.25.12 (verified vianpm ls esbuild)npm auditreports 0 vulnerabilitiesnpm run buildcompletes successfully