Skip to content

build(deps-dev): bump vite from 6.4.1 to 6.4.2 in /frontend#45

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/frontend/vite-6.4.2
Closed

build(deps-dev): bump vite from 6.4.1 to 6.4.2 in /frontend#45
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/frontend/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps vite from 6.4.1 to 6.4.2.

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Greptile Summary

This PR bumps vite from 6.4.1 to 6.4.2 in the /frontend subdirectory, patching two dev-server security vulnerabilities: a path traversal via the optimize-deps sourcemap request handler, and a missing server.fs filesystem restriction on the env-variable transport endpoint. Both are confined to the Vite dev server — vite is a devDependency used only for vite build and local development; the production deployment serves pre-built static assets from src/main/resources/static via Spring Boot with no Vite runtime present.

Confidence Score: 5/5

Safe to merge — routine security patch with zero production blast radius.

Both changed files are mechanically correct: package.json correctly tightens the semver lower bound to ^6.4.2 and package-lock.json carries the matching resolved URL and updated integrity hash. No application source, configuration, or test files were modified. The patched CVEs affect the Vite dev server only and do not reach the Spring Boot production runtime. No P0 or P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
frontend/package.json Bumps vite devDependency semver lower bound from ^6.0.0 to ^6.4.2, pinning resolution to the security-patched release
frontend/package-lock.json Updates vite resolved version (6.4.1→6.4.2), registry URL, and SHA-512 integrity hash; no transitive dependency changes

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json
vite: '^6.4.2'] -->|npm install| B[package-lock.json
[email protected]
integrity: sha512-2N/55r4...]
    B -->|vite build| C[src/main/resources/static/
Pre-built assets
No Vite runtime]
    C -->|Spring Boot serves| D[Production HTTP
No Vite attack surface]

    subgraph DevServerOnly [Dev Server Only — Not in Production]
        E[Path traversal fix
optimize deps sourcemap
handler #22161]
        F[server.fs check fix
env transport
#22159 #22163]
    end

    B -.->|patches| E
    B -.->|patches| F
Loading

Reviews (1): Last reviewed commit: "build(deps-dev): bump vite from 6.4.1 to..." | Re-trigger Greptile

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 18, 2026

Superseded by #50.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/vite-6.4.2 branch May 18, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants