chore(deps): bump vite#9
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@dependabot rebase |
Bumps and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies needed to be updated together. Updates `vite` from 7.3.0 to 7.3.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.3/packages/vite) Updates `vite` from 6.4.1 to 6.4.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: indirect - dependency-name: vite dependency-version: 7.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
a4bb0d6 to
025de8c
Compare
There was a problem hiding this comment.
Summary
This PR is a Dependabot-initiated dependency update that bumps vite from 7.3.0 to 7.3.3 (main dependency) and from 6.4.1 to 6.4.2 (peer dependency via @sanity/cli-core).
Verdict: ✅ Approve — This is a security-critical patch update that should be merged promptly.
Research notes
I reviewed the official Vite changelog for both version ranges:
vite 7.3.0 → 7.3.3 includes:
Security fixes in 7.3.2:
- 🚨 Path traversal vulnerability fix: "avoid path traversal with optimize deps sourcemap handler" (#22161)
- 🚨 Server filesystem security: "apply server.fs check to env transport" (#22162)
- 🚨 Query parameter handling: "check
server.fsafter stripping query as well" (#22160)
Other changes:
- 7.3.1: Feature add (
ignoreOutdatedRequestsoption tooptimizeDeps) — non-breaking - 7.3.3: Safari compatibility fix for destructuring
vite 6.4.1 → 6.4.2 (peer dependency):
Same security fixes backported to the 6.x branch:
Suggested next steps
- Merge this PR promptly — The path traversal vulnerabilities in the vite dev server could potentially be exploited during local development.
- Consider enabling automated security updates for transitive dependencies if not already enabled.
General findings
No issues found. This is a straightforward security patch update with no breaking changes:
- Both version bumps are patch-level updates following semver
- All changes between these versions are bug fixes and security patches
- No API changes or breaking modifications in these patch releases
- The package-lock.json diff shows only version, resolved URL, and integrity hash changes — exactly what's expected for a lockfile-only dependency bump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps and vite. These dependencies needed to be updated together.
Updates
vitefrom 7.3.0 to 7.3.3Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
ca31424release: v7.3.35ab51c0fix: avoid destructure lowering for newer safari (#22346)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)95e8923release: v7.3.19d39d37feat: addignoreOutdatedRequestsoption tooptimizeDeps(#21364)Updates
vitefrom 6.4.1 to 6.4.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
ca31424release: v7.3.35ab51c0fix: avoid destructure lowering for newer safari (#22346)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)95e8923release: v7.3.19d39d37feat: addignoreOutdatedRequestsoption tooptimizeDeps(#21364)