Bump vite to 6.4.3 to resolve security alerts#231
Merged
Conversation
Resolves two open Dependabot alerts on vite, both fixed in 6.4.3 (a patch from the current 6.4.2): GHSA-fx2h-pf6j-xcff (high, server.fs.deny bypass on Windows alternate paths) and GHSA-v6wh-96g9-6wx3 (medium, launch-editor NTLMv2 hash disclosure via UNC paths on Windows). vite is a dev/test dependency and 6.4.3 is well past the JFrog 7-day cooldown, so this is a clean, mergeable bump. Co-authored-by: Isaac
Divyansh-db
approved these changes
Jun 16, 2026
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.
Summary
Bumps
vite^6.4.0 → ^6.4.3(lockfile6.4.2 → 6.4.3) to resolve two open Dependabot alerts. This is a patch bump within the existing 6.x line — no major upgrade.Why
Two Dependabot alerts are open against
vite, both fixed in6.4.3and both Windows-only development-server issues (viteis a dev/test dependency and ships in no published@databricks/sdk-*package):GHSA-fx2h-pf6j-xcff(high) —server.fs.denybypass on Windows alternate data-stream paths.GHSA-v6wh-96g9-6wx3(medium) —launch-editorNTLMv2 hash disclosure via UNC path handling on Windows.Both have
first_patched_version = 6.4.3, and6.4.3was published on 2026-06-01 — well past CI's JFrogdb-npm7-day "immature package" cooldown — so it installs cleanly and the PR is mergeable. (This is a follow-up to the dev-dependency security work in #228; the two remainingesbuildalerts are intentionally deferred untilesbuild@0.28.1clears the registry cooldown.)What changed
Interface changes
None.
Behavioral changes
None for SDK consumers.
viteis development/test tooling only.Internal changes
vite:^6.4.0 → ^6.4.3inpackage.json,6.4.2 → 6.4.3inpackage-lock.json. No other dependencies change.How is this tested?
Ran the full CI suite locally against the bumped version; all stages pass:
build,lint+format:check,typecheck,test(Node.js),test:browser(chromium), andcheck:licenses.This PR changes only a development dependency and has no consumer-facing effect, so no changelog entry is required.
NO_CHANGELOG=true
This pull request and its description were written by Isaac.