fix(deps): bump vite 7.3.3 → 7.3.5 to clear the high-severity audit gate #852

Merged
marcel merged 1 commits from devops/vite-audit-high-fix into main 2026-06-16 11:32:38 +02:00
Owner

What

Lockfile-only bump of vite 7.3.3 → 7.3.5 in frontend/.

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:

7.3.5 is in-range of the existing "vite": "^7.3.3" constraint, so no package.json change — only package-lock.json moves.

Verification

$ npm audit --audit-level=high --omit=dev   # the exact CI gate
8 vulnerabilities (1 low, 7 moderate)        # no high/critical
EXIT=0

Remaining advisories (babel, @sentry/opentelemetry, dompurify) are all moderate — below the --audit-level=high threshold, so non-gating. They can be cleared in a separate pass if desired.

🤖 Generated with Claude Code

## What Lockfile-only bump of `vite` **7.3.3 → 7.3.5** in `frontend/`. ## 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: - [GHSA-v6wh-96g9-6wx3](https://github.com/advisories/GHSA-v6wh-96g9-6wx3) — `launch-editor` NTLMv2 hash disclosure via UNC path handling (Windows) - [GHSA-fx2h-pf6j-xcff](https://github.com/advisories/GHSA-fx2h-pf6j-xcff) — `server.fs.deny` bypass on Windows alternate paths 7.3.5 is in-range of the existing `"vite": "^7.3.3"` constraint, so **no `package.json` change** — only `package-lock.json` moves. ## Verification ``` $ npm audit --audit-level=high --omit=dev # the exact CI gate 8 vulnerabilities (1 low, 7 moderate) # no high/critical EXIT=0 ``` Remaining advisories (babel, @sentry/opentelemetry, dompurify) are all **moderate** — below the `--audit-level=high` threshold, so non-gating. They can be cleared in a separate pass if desired. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
marcel added 1 commit 2026-06-16 09:17:45 +02:00
fix(deps): bump vite 7.3.3 -> 7.3.5 to clear the high-severity audit gate
Some checks failed
CI / Unit & Component Tests (pull_request) Successful in 7m30s
CI / OCR Service Tests (pull_request) Successful in 37s
CI / Backend Unit Tests (pull_request) Failing after 12m40s
CI / fail2ban Regex (pull_request) Successful in 1m46s
CI / Semgrep Security Scan (pull_request) Successful in 35s
CI / Compose Bucket Idempotency (pull_request) Successful in 1m49s
SDD Gate / RTM Check (pull_request) Successful in 31s
SDD Gate / Contract Validate (pull_request) Successful in 41s
SDD Gate / Constitution Impact (pull_request) Successful in 29s
CI / Unit & Component Tests (push) Successful in 7m5s
CI / OCR Service Tests (push) Successful in 48s
CI / Backend Unit Tests (push) Failing after 12m53s
CI / fail2ban Regex (push) Successful in 1m44s
CI / Semgrep Security Scan (push) Successful in 35s
CI / Compose Bucket Idempotency (push) Successful in 1m48s
109202246e
vite 7.3.3 carries two high-severity advisories (GHSA-v6wh-96g9-6wx3
NTLMv2 UNC disclosure, GHSA-fx2h-pf6j-xcff server.fs.deny bypass), both
flagged by the CI gate `npm audit --audit-level=high --omit=dev`. 7.3.5
is in-range of the existing `^7.3.3` constraint, so this is a
lockfile-only patch with no package.json change. Gate now exits 0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
marcel added the devopssecurity labels 2026-06-16 09:18:11 +02:00
marcel merged commit 109202246e into main 2026-06-16 11:32:38 +02:00
marcel deleted branch devops/vite-audit-high-fix 2026-06-16 11:32:40 +02:00
Sign in to join this conversation.
No Reviewers
No Label devops security
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#852