Skip to content

Bump vite from 6.4.1 to 6.4.2#20

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

Bump vite from 6.4.1 to 6.4.2#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.2

Conversation

@dependabot

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

Copy link
Copy Markdown

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.

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: indirect
...

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 7, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
astro-blog-starter-template 3b052b7 Commit Preview URL

Branch Preview URL
Apr 07 2026, 05:14 AM

@devin-ai-integration

Copy link
Copy Markdown

Code Review: 🟡 Safe but Likely Redundant

Summary

This PR bumps vite from 6.4.1 → 6.4.2, a patch-level security fix.

Changes

The diff is minimal — only package-lock.json changes (version, resolved URL, integrity hash). No package.json change because vite is a transitive dependency (resolved through @astrojs/cloudflare's dependencies).

Security Fixes (v6.4.2)

Both fixes are security-relevant:

  1. fe28e47 — Apply server.fs check to env transport (fixes #22159) — prevents unauthorized file access via the env transport
  2. ca4da5d — Avoid path traversal with optimize deps sourcemap handler (fixes #22161) — prevents path traversal attacks through sourcemaps

Edge Case

These are dev-server vulnerabilities. They only matter if you run astro dev on a network-accessible machine. For local development only, the risk is low.

Redundancy with PR #22

PR #22 upgrades Astro to v6, which brings Vite 7. If PR #22 is merged, this PR becomes completely obsolete — Vite 7 includes all security fixes from 6.4.2 and more.

Recommendation

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