chore(deps): bump vite from 7.3.1 to 7.3.2#65
Conversation
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>
Deploying my-website-dev with
|
| 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 |
Deploying my-website with
|
| 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 |
Greptile SummaryThis PR bumps
This is a straightforward automated security patch with no API or breaking changes. The changes are confined to version strings in Confidence Score: 5/5Safe to merge — this is a security patch release with no breaking changes. Patch-level bump fixing three No files require special attention — both changes are purely version strings and the auto-generated lockfile. Important Files Changed
Sequence DiagramsequenceDiagram
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
Reviews (1): Last reviewed commit: "chore(deps): bump vite from 7.3.1 to 7.3..." | Re-trigger Greptile |
Bumps vite from 7.3.1 to 7.3.2.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
cc383e0release: v7.3.209d8c90fix: avoid path traversal with optimize deps sourcemap handler (#22161)f8103ccfix: checkserver.fsafter stripping query as well (#22160)19db0f2fix: backport #22159, apply server.fs check to env transport (#22162)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.