Bump vite from 7.3.1 to 7.3.2#850
Conversation
|
4b3a867 to
ba9f47b
Compare
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:production ... Signed-off-by: dependabot[bot] <support@github.com>
ba9f47b to
a986471
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Review: vite 7.3.1 → 7.3.2Verdict: safe to merge. No code changes required. What's in the bumpLockfile-only change. The catalog spec moves Changelog (7.3.2 is bug-fix only)All three fixes are dev-server-side security hardenings:
No public API changes, no plugin-contract changes, no behavioural changes for How vite is used here
Verification
Suspicious / risky findingsNone. Patch release, semver-compatible, security-positive (the fixes only narrow attack surface; they don't restrict any legitimate request shape we use). No source edits made. Generated by Claude Code |
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)