Skip to content

chore(deps): bump vite from 7.3.1 to 7.3.2#65

Merged
System-End merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-7.3.2
Apr 7, 2026
Merged

chore(deps): bump vite from 7.3.1 to 7.3.2#65
System-End merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-7.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vite from 7.3.1 to 7.3.2.

Release notes

Sourced from vite's releases.

v7.3.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.2 (2026-04-06)

Bug Fixes

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 7.3.1 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency pnpm pnpm package updates labels Apr 6, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

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

Deploying my-website-dev with  Cloudflare Pages  Cloudflare Pages

Latest commit: df10bbd
Status: ✅  Deploy successful!
Preview URL: https://504dff66.my-website-du5.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-5gsq.my-website-du5.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying my-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: df10bbd
Status: ✅  Deploy successful!
Preview URL: https://2a502b24.personal-website-f0d.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-9tkv.personal-website-f0d.pages.dev

View logs

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 6, 2026

Greptile Summary

This PR bumps vite from 7.3.1 to 7.3.2, a security-focused patch release generated by Dependabot.

  • Security fix: Avoids a path traversal vulnerability in the optimize deps sourcemap handler (#22161)
  • Security fix: Applies server.fs filesystem access restrictions to the env transport endpoint (#22162)
  • Security fix: Ensures server.fs checks are applied after stripping query strings from URLs (#22160)
  • Transitive dependencies are also updated in the lockfile: esbuild 0.27.30.27.7 and rollup 4.57.14.60.1

This is a straightforward automated security patch with no API or breaking changes. The changes are confined to version strings in package.json and the auto-generated pnpm-lock.yaml.

Confidence Score: 5/5

Safe to merge — this is a security patch release with no breaking changes.

Patch-level bump fixing three server.fs bypass / path traversal security issues. No API changes, no breaking changes. Dependabot compatibility score indicates high confidence. Transitive dep updates (esbuild, rollup) are also patch/minor bumps with no known regressions.

No files require special attention — both changes are purely version strings and the auto-generated lockfile.

Important Files Changed

Filename Overview
package.json Bumps vite devDependency from 7.3.1 to 7.3.2 (security patch release)
pnpm-lock.yaml Lock file updated to reflect vite 7.3.2 and transitive dependency bumps (esbuild 0.27.3→0.27.7, rollup 4.57.1→4.60.1)

Sequence Diagram

sequenceDiagram
    participant Client
    participant ViteDevServer
    participant FSCheck as server.fs Check
    participant SourcemapHandler

    Client->>ViteDevServer: Request (e.g. /@fs/... or env transport)
    ViteDevServer->>FSCheck: Strip query string from URL path
    FSCheck->>FSCheck: Validate resolved path against allowed dirs
    alt Path traversal / outside allowed dirs
        FSCheck-->>ViteDevServer: Deny (block request)
        ViteDevServer-->>Client: 403 Forbidden
    else Path is within allowed dirs
        FSCheck-->>ViteDevServer: Allow
        ViteDevServer->>SourcemapHandler: Serve file / sourcemap
        SourcemapHandler-->>Client: File response
    end
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump vite from 7.3.1 to 7.3..." | Re-trigger Greptile

@System-End System-End merged commit 46e8b32 into main Apr 7, 2026
4 of 5 checks passed
@System-End System-End deleted the dependabot/npm_and_yarn/vite-7.3.2 branch April 7, 2026 05:14
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 pnpm pnpm package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant