Skip to content

chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /ui/litellm-dashboard#25248

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/litellm-dashboard/vite-7.3.2
Closed

chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /ui/litellm-dashboard#25248
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/litellm-dashboard/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 file javascript Pull requests that update Javascript code labels Apr 6, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Apr 6, 2026 10:15pm

Request Review

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 6, 2026

Greptile Summary

This PR is an automated dependency bump of vite from 7.3.1 to 7.3.2 in the UI dashboard (ui/litellm-dashboard), patching three dev-server security vulnerabilities.

  • Security fix: Path traversal vulnerability in the optimize deps sourcemap handler (#22161)
  • Security fix: server.fs allowlist bypass via the env transport (#22162)
  • Security fix: server.fs check now also applies after the query string is stripped (#22160)
  • Minor package-lock.json normalization: several indirect dependencies (e.g. @jridgewell/*, @nodelib/*, tailwindcss and its transitive deps) had their "dev": true flag removed or changed to "devOptional": true as a result of npm's dependency graph recalculation — this is expected and does not affect production runtime behaviour

Confidence Score: 5/5

Safe to merge — automated security patch bump with no logic changes

Patch version bump only; all three fixes address dev-server security issues (path traversal, fs sandbox bypass) relevant when running vite dev. No API changes, no production runtime impact, no custom rule violations.

No files require special attention

Important Files Changed

Filename Overview
ui/litellm-dashboard/package.json Bumps vite devDependency from 7.3.1 to 7.3.2
ui/litellm-dashboard/package-lock.json Lockfile updated with new resolved URL and integrity hash for vite 7.3.2; minor dev flag normalization for several indirect dependencies

Sequence Diagram

sequenceDiagram
    participant Dependabot
    participant PackageJson as package.json
    participant LockFile as package-lock.json
    participant NPM as npm Registry

    Dependabot->>PackageJson: Bump vite 7.3.1 → 7.3.2
    Dependabot->>LockFile: Update resolved URL & integrity hash
    NPM-->>LockFile: vite@7.3.2 (path-traversal fix, fs sandbox fixes)
Loading

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

@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq Bot commented Apr 6, 2026

Merging this PR will not alter performance

✅ 16 untouched benchmarks


Comparing dependabot/npm_and_yarn/ui/litellm-dashboard/vite-7.3.2 (8f5a75b) with main (39c1042)

Open in CodSpeed

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 2026

Looks like vite is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ui/litellm-dashboard/vite-7.3.2 branch April 14, 2026 00:27
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