vite@7.1.11 (devDependency) is flagged for several dev-server vulnerabilities:
Affected range: 7.0.0 – 7.3.3. Fixed in 7.3.6 (minor bump, stays on Vite 7).
Scope: all are dev-server issues (npm run dev / npm run host), not production builds — but npm run host binds --host to all interfaces, so worth patching.
Plan: bump devDependency to vite@7.3.6, verify build + dev server + viewer still work.
vite@7.1.11(devDependency) is flagged for several dev-server vulnerabilities:server.fs.denybypass with queries (GHSA-v2wj-q39q-566r).maphandling (GHSA-4w7w-66w2-5vf9)server.fs.denyWindows alternate-path bypass and launch-editor NTLM disclosureAffected range: 7.0.0 – 7.3.3. Fixed in 7.3.6 (minor bump, stays on Vite 7).
Scope: all are dev-server issues (
npm run dev/npm run host), not production builds — butnpm run hostbinds--hostto all interfaces, so worth patching.Plan: bump devDependency to
vite@7.3.6, verify build + dev server + viewer still work.