chore(deps-dev): bump vite from 6.4.1 to 6.4.2#55
Conversation
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] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR is an automated dependabot security patch that bumps Key changes:
Security fixes included in 6.4.2:
Confidence Score: 5/5Safe to merge — patches two dev-server security vulnerabilities with no breaking changes. This is a patch-level security update to a dev-only dependency. Both fixes address dev server path-traversal / file-system restriction issues that only affect local development servers, not production builds. The transitive dep bumps (postcss, tinyglobby) are minor and low-risk. The The Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["vite 6.4.1\n(dev dependency)"] -->|dependabot bump| B["vite 6.4.2"]
B --> C["Security fix #1\nPath traversal in optimize deps\nsourcemap handler (#22161)"]
B --> D["Security fix #2\nserver.fs check not applied\nto env transport (#22159)"]
C --> E["Dev server no longer\nserves arbitrary files\nvia sourcemap requests"]
D --> F["Env transport now respects\nserver.fs.deny allow-list"]
Reviews (1): Last reviewed commit: "chore(deps-dev): bump vite from 6.4.1 to..." | Re-trigger Greptile |
|
|
||
| '@img/sharp-libvips-linux-arm@1.2.4': | ||
| resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} | ||
| cpu: [arm] | ||
| os: [linux] | ||
| libc: [glibc] | ||
|
|
||
| '@img/sharp-libvips-linux-ppc64@1.2.4': | ||
| resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==} |
There was a problem hiding this comment.
Unexpected removal of
libc fields across platform packages
This PR removes the libc field from dozens of platform-specific optional packages in the lock file — including @img/sharp-*, @next/swc-*, and @rollup/rollup-linux-* — even though those packages are unrelated to the vite bump.
For example, entries like @img/sharp-linux-arm64 previously carried:
libc: [glibc]and @img/sharp-linuxmusl-arm64 carried:
libc: [musl]These fields are used by pnpm to select the correct binary for the host's C runtime (glibc vs musl/Alpine). Removing them means pnpm falls back to matching only on cpu and os, which is typically fine but could theoretically install both variants or skip the correct one on edge-case platforms.
This is a strong indicator that the lock file was regenerated with a different version of pnpm than what produced the original. The change itself is likely benign in practice, but it's worth confirming that the pnpm version used locally/in CI is consistent across the team to avoid a noisy diff on the next pnpm install.
Bumps vite from 6.4.1 to 6.4.2.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
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.6Dependabot 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.