fix(deps): bump vite 7.3.3 → 7.3.5 to clear the high-severity audit gate #852
Reference in New Issue
Block a user
Delete Branch "devops/vite-audit-high-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Lockfile-only bump of
vite7.3.3 → 7.3.5 infrontend/.Why
The CI gate
npm audit --audit-level=high --omit=dev(.gitea/workflows/ci.yml§Security audit) was failing on vite 7.3.3's two high-severity advisories:launch-editorNTLMv2 hash disclosure via UNC path handling (Windows)server.fs.denybypass on Windows alternate paths7.3.5 is in-range of the existing
"vite": "^7.3.3"constraint, so nopackage.jsonchange — onlypackage-lock.jsonmoves.Verification
Remaining advisories (babel, @sentry/opentelemetry, dompurify) are all moderate — below the
--audit-level=highthreshold, so non-gating. They can be cleared in a separate pass if desired.🤖 Generated with Claude Code