Skip to content

chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in the npm_and_yarn group across 1 directory#404

Merged
mrangelmarino merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-c4bc6a0a9e
Apr 10, 2026
Merged

chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in the npm_and_yarn group across 1 directory#404
mrangelmarino merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-c4bc6a0a9e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm_and_yarn group with 1 update in the / directory: vite.

Updates 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@mrangelmarino
Copy link
Copy Markdown
Contributor

/review

Auto-triggered after E2E tests passed.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 6, 2026

Code Review

Dependabot patch bump: vite 7.3.1 → 7.3.2.

This is a security patch release. The changelog includes three fixes:

  • Path traversal fix in the optimize deps sourcemap handler (#22161)
  • server.fs bypass fix via env transport (#22162)
  • server.fs check applied after query stripping (#22160)

The first two are security-relevant — they close potential file-system access bypasses in Vite's dev server. While these primarily affect development (not production builds), merging promptly is still the right call.

Electron security checklist: No privilege-boundary files touched — this is a dev dependency update only. All checklist items N/A.

Verdict: Clean patch, no concerns. Merge.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 6, 2026

✅ Ready to Merge

Code review found no significant issues. This PR is ready for human approval and merge.

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `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
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-c4bc6a0a9e branch from 00b08a0 to d3b413a Compare April 8, 2026 19:31
@mrangelmarino
Copy link
Copy Markdown
Contributor

/review

Auto-triggered after E2E tests passed.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 8, 2026

Code Review

Dependabot security patch: vite 7.3.1 → 7.3.2

This PR bumps vite from 7.3.1 to 7.3.2. The changelog reveals this is a security patch addressing path traversal and filesystem boundary bypass vulnerabilities in the dev server:

  • #22161 — Path traversal via optimize deps sourcemap handler
  • #22160server.fs check bypassed when query strings are present
  • #22162server.fs check not applied to env transport

These are dev-server-only vulnerabilities (not production runtime), but they could allow an attacker to read arbitrary files outside the project root during development if a malicious file or dependency triggers the affected code paths. Merging promptly is the right call.

Electron security checklist: No privilege-boundary files touched — this is a devDependency update only. No IPC, preload, or main process changes. Checklist items are N/A.

Verdict: Clean patch, correct lockfile update, no unrelated changes. Merge immediately.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

✅ Ready to Merge

Code review found no significant issues. This PR is ready for human approval and merge.

@mrangelmarino mrangelmarino merged commit 1767fa7 into main Apr 10, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-c4bc6a0a9e branch April 10, 2026 03:05
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.

1 participant