build(deps-dev): bump vite from 6.2.1 to 6.4.2#220
build(deps-dev): bump vite from 6.2.1 to 6.4.2#220dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
Greptile SummaryThis PR bumps Confidence Score: 5/5Safe 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
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]
Reviews (1): Last reviewed commit: "build(deps-dev): bump vite from 6.2.1 to..." | Re-trigger Greptile |
Bumps vite from 6.2.1 to 6.4.2.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
6b3fad0release: v6.4.2ca4da5dfix: avoid path traversal with optimize deps sourcemap handler (#22161)fe28e47fix: apply server.fs check to env transport (#22159) (#22163)5487f4frelease: v6.4.11114b5dfix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20969)f12697crelease: v6.4.0ca6455efeat: allow passing down resolved config to vite's createServer (#20932)0e173d8release: v6.3.7c59a222fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940)3f337c5release: v6.3.6Maintainer 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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.