fix(frontend): resolve 6 Dependabot dependency vulnerabilities#183
Merged
Conversation
All flagged advisories were in the Vite/React reference frontend (no Python deps affected). `npm audit` now reports 0 vulnerabilities. In-range (semver-compatible, via `npm audit fix`): - vite 6.4.2 -> 6.4.3 (high: server.fs.deny bypass; med: launch-editor NTLM) - react-router 7.14.0 -> 7.18.1 (CSRF + turbo-stream RCE / open-redirect / DoS) - @babel/core 7.29.0 -> 7.29.7 (low: arbitrary file read via sourceMappingURL) Major bump (manifest change): - echarts ^5.6.0 -> ^6.1.0 (med: XSS). echarts-for-react@3.0.6 already lists echarts ^6 as a supported peer, and the sole usage (FacilityChart) is a basic bar chart with no deprecated APIs, so the bump is low-risk. Verified: `npm run typecheck` clean, `npm run build` succeeds, `npm audit` 0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Resolves all 6 open Dependabot alerts. Every flagged advisory was in the Vite/React reference frontend under
frontend/— no Python (uv.lock) dependencies were affected.npm auditnow reports 0 vulnerabilities.Fixes
In-range (semver-compatible, applied via
npm audit fix— no manifest change)viteserver.fs.denybypass on Windows alt paths; launch-editor NTLMv2 hash disclosurereact-router@babel/coresourceMappingURLcomment (transitive)Major bump (manifest change)
echarts^5.6.0→^6.1.0echarts risk assessment (low):
echarts-for-react@3.0.6already declaresecharts ^6.0.0as a supported peer — no wrapper change needed.FacilityChart.tsx), only via theecharts-for-reactwrapper (no direct core imports). It's a basic bar chart using stable, non-deprecated options and an explicit SVG renderer.Verification
npm run typecheck— cleannpm run build— succeeds (echarts 6 + vite 6.4.3)npm audit— 0 vulnerabilities🤖 Generated with Claude Code