chore(deps): bump vite from 6.4.1 to 6.4.3 in playground - #108
Merged
Conversation
Closes 4 Dependabot alerts on playground/yarn.lock: GHSA-fx2h-pf6j-xcff (CVE-2026-53571) high #64 GHSA-p9ff-h696-f583 (CVE-2026-39363) high #19 GHSA-v6wh-96g9-6wx3 (CVE-2026-53632) medium #65 GHSA-4w7w-66w2-5vf9 (CVE-2026-39365) medium #21 vite is a direct devDependency, so the declared floor is raised to ^6.4.3 alongside the lockfile rather than pinning only the resolved version. Verified: library build and playground build both succeed.
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.
Closes 4 Dependabot alerts on
playground/yarn.lock— the last remaining alerts that a version bump can actually fix.What changed
viteis a direct devDependency of the playground, so the declared floor is raised alongside the lockfile rather than pinning only the resolved version — consistent with hownext,concurrently, and the rootvitewere handled in #105 and #106.A
yarn dedupefollows the bump so no stale duplicatevite/postcsscopy is left behind — the same trap that would have silently kept #119 open in #106.Verification
yarn build(library) — successyarn build(playground) — success