Skip to content

chore(deps-dev): bump vite from 7.3.2 to 7.3.5#134

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

chore(deps-dev): bump vite from 7.3.2 to 7.3.5#134
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-7.3.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 7.3.2 to 7.3.5.

Release notes

Sourced from vite's releases.

v7.3.5

Please refer to CHANGELOG.md for details.

v7.3.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.5 (2026-06-01)

Bug Fixes

Miscellaneous Chores

7.3.4 (2026-06-01)

Bug Fixes

7.3.3 (2026-05-07)

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.

Review in cubic

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.2 to 7.3.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite)

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

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 Jun 20, 2026
@dependabot dependabot Bot requested a review from mpiton as a code owner June 20, 2026 00:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​vite@​7.3.5981008298100

View full report

@sovri sovri Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sovri code review

✅ Approve

1 finding — 1 minor

Review assessment

Effort: ●●●○○ 3/5
Metrics: 1 finding · 1 file touched · 0 blocker plus major findings

Severity distribution:
Total: 1 finding
Bar: █

  • 🟡 minor: 1 finding

TL;DR

This dependency update bumps Vite from 7.3.2 to 7.3.5, addressing path sanitization issues (UNC and Windows alternate paths) and Safari compatibility fixes. No direct defects or maintainability concerns were introduced by the version change itself, but transitive dependency updates warrant scrutiny for test coverage and edge cases.

Findings

Severity Location Title Details
🟡 pnpm-lock.yaml:148 Missing test coverage for Vite 7.3.5 path sanitization fixes The changelog indicates Vite 7.3.5 includes critical path sanitization fixes (UNC and Windows alternate paths) that mitigate potential security risks (e.g., path traversal). However, the project lacks explicit tests to verify these fixes are effective in the application's context, particularly if custom path handling is used.

File-by-file

pnpm-lock.yaml

1 finding

  • pnpm-lock.yaml:148 Missing test coverage for Vite 7.3.5 path sanitization fixes
Compliance & provenance

Compliance & audit

Model: mistral / mistral-large-latest
Prompt sha256: 05901884d90e43151b2ed77af5b7e8889afa1497f56bd4cfd2e7bb4c2c000881
No signed audit trail is attached

Missing test coverage for Vite 7.3.5 path sanitization fixes — pnpm-lock.yaml:148

🔍 Audit Reference: SOVRI-TC-C9BA-D521


Tokens: 17602 in / 1065 out · Estimated cost: $0.0104 (mistral mistral-large-latest)

Sovri

Comment thread pnpm-lock.yaml
@@ -148,11 +148,11 @@ importers:
specifier: ~5.8.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 🧪 Test coverage
Missing test coverage for Vite 7.3.5 path sanitization fixes

Problem: The changelog indicates Vite 7.3.5 includes critical path sanitization fixes (UNC and Windows alternate paths) that mitigate potential security risks (e.g., path traversal). However, the project lacks explicit tests to verify these fixes are effective in the application's context, particularly if custom path handling is used.

Fix: Add integration tests that attempt to exploit UNC and Windows alternate paths (e.g., \\?\ prefixes) to ensure the sanitization logic is correctly applied. Verify edge cases like nested paths or malformed inputs.

🔍 Audit Reference: SOVRI-TC-C9BA-D521

@codspeed-hq

codspeed-hq Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 7 untouched benchmarks


Comparing dependabot/npm_and_yarn/vite-7.3.5 (3ab09d8) with main (c4125ee)

Open in CodSpeed

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