chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /ui/litellm-dashboard#25248
chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /ui/litellm-dashboard#25248dependabot[bot] wants to merge 1 commit into
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Greptile SummaryThis PR is an automated dependency bump of
Confidence Score: 5/5Safe 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 No files require special attention
|
| 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)
Reviews (1): Last reviewed commit: "chore(deps-dev): bump vite from 7.3.1 to..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Looks like vite is up-to-date now, so this is no longer needed. |
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.