Skip to content

build(deps-dev): bump vite from 6.2.1 to 6.4.2#220

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vite-6.4.2
Open

build(deps-dev): bump vite from 6.2.1 to 6.4.2#220
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps vite from 6.2.1 to 6.4.2.

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

6.4.1 (2025-10-20)

6.4.0 (2025-10-15)

  • feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932

6.3.7 (2025-10-14)

  • fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940

6.3.6 (2025-09-08)

6.3.5 (2025-05-05)

6.3.4 (2025-04-30)

  • fix: check static serve file inside sirv (#19965) (c22c43d), closes #19965
  • fix(optimizer): return plain object when using require to import externals in optimized dependenci (efc5eab), closes #19940
  • refactor: remove duplicate plugin context type (#19935) (d6d01c2), closes #19935

6.3.3 (2025-04-24)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.


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.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 6, 2026

Greptile Summary

This PR bumps vite from 6.2.1 to 6.4.2 as a security update, patching two path-traversal CVEs (CVE-2025-46565, CVE-2025-46566) and a server.fs.deny trailing-slash bypass in the dev server. Because vite is a devDependency only, the attack surface is limited to development environments running vite dev, but the upgrade is the correct remediation and should be merged promptly.

Confidence Score: 5/5

Safe to merge — this is a dev-only security patch update with no breaking changes

All changes are confined to package.json and package-lock.json; no application code is modified. The new version range (^6.4.2) and all new transitive dependencies (fdir, picomatch, tinyglobby) are legitimate and expected for vite 6.4.x. The update includes security fixes for path-traversal vulnerabilities in the dev server.

No files require special attention

Important Files Changed

Filename Overview
package.json Bumps vite devDependency version specifier from ^6.0.11 to ^6.4.2
package-lock.json Lock file updated: vite 6.2.1→6.4.2; adds fdir 6.5.0, picomatch 4.0.4, tinyglobby 0.2.15 as new transitive deps

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[vite 6.2.1] -->|bump to| B[vite 6.4.2]
    B --> C[Security Fixes]
    C --> D[CVE-2025-46565\nserver.fs check on env transport]
    C --> E[CVE-2025-46566\npath traversal in sourcemap handler]
    C --> F[Trailing slash bypass\nin server.fs.deny]
    B --> G[New Transitive Deps]
    G --> H[fdir 6.5.0]
    G --> I[picomatch 4.0.4]
    G --> J[tinyglobby 0.2.15]
Loading

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

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