fix(deps): resolve Dependabot security alerts in docs toolchain#55
Merged
Conversation
Add npm overrides to pull patched transitive dev dependencies used by the VitePress docs site: - vite 6.4.3 (server.fs.deny bypass, .map path traversal) - esbuild 0.25.12 (dev-server request/response exposure) - launch-editor 2.14.1 (NTLMv2 hash disclosure on Windows) - @babel/core 7.29.6 (arbitrary file read via sourceMappingURL) Also picks up non-breaking audit fixes for ws, yaml, js-yaml, ajv, brace-expansion and joi. npm audit now reports 0 vulnerabilities. Docs build and dev server verified working.
Align with the reusable workflow default. apex-code-coverage-transformer 2.23.1+ requires Node >=22, and the sf CLI (installed via npm global) runs on the workflow Node, so the coverage step needs Node 22.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🧪 Apex Test Results✅ All Tests Passed📦 Download Full Test Results & Logs 📊 Stats: 378 total | ✅ 378 passed | ❌ 0 failed |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
=======================================
Coverage 97.70% 97.70%
=======================================
Files 1 1
Lines 1044 1044
=======================================
Hits 1020 1020
Misses 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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 5 open Dependabot alerts on the VitePress documentation toolchain. All are development-only dependencies (docs build/dev server), but worth locking down.
VitePress
1.6.4pinsvite@^5.4.14, and the vite fixes only exist in6.4.3+(no 5.x backport), so patched transitives are enforced via npmoverrides.Alerts fixed
server.fs.denybypass on Windows alternate paths.maphandlingsourceMappingURLcommentAlso pulls non-breaking
npm audit fixbumps forws,yaml,js-yaml,ajv,brace-expansionandjoi.Verification
npm audit→ 0 vulnerabilitiesnpm run docs:build→ build complete, no errorsnpm run docs:dev→ server boots, pages render (HTTP 200)