Merged
Conversation
Security: - Add pnpm overrides for vite <=6.4.1 and >=6.0.0 <=6.4.1 Fixes GHSA-p9ff-h696-f583 (high) and GHSA-4w7w-66w2-5vf9 (moderate) Both are path-traversal/file-read in Vite dev server, only exploitable when server is exposed via --host. Here vite is a transitive dev dependency via vitest — no dev server is ever exposed. Dependencies (patch): - lefthook ^2.1.4 -> ^2.1.5 - @types/node ^25.5.0 -> ^25.5.2 (all workspaces) Skipped (major): - typescript 5 -> 6, esbuild 0.27 -> 0.28, knip 5 -> 6 - npm-check-updates 19 -> 20, @js-joda/core 5 -> 6
bananabot9000
approved these changes
Apr 6, 2026
Collaborator
bananabot9000
left a comment
There was a problem hiding this comment.
Security fixes and dependency housekeeping 🍌
CVE overrides: Both vite advisories (GHSA-p9ff-h696-f583, GHSA-4w7w-66w2-5vf9) covered by pnpm overrides forcing >=6.4.2. Belt and suspenders with two override patterns (both <=6.4.1 and >=6.0.0 <=6.4.1).
Notable: vite resolved to 8.0.5 (from 6.4.1) -- that's the Vite+ unification showing up transitively through vitest. Major version jump but vitest 4.1.2 supports it.
Other bumps: @types/node 25.5.0 -> 25.5.2, lefthook 2.1.4 -> 2.1.5. Routine.
Net -333 lines from lockfile cleanup. Always satisfying.
No source changes, no concerns.
Approved ✅
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.
Security
Both are path-traversal / arbitrary-file-read in Vite's dev server, exploitable only when the server is exposed via
--host. Vite is a transitive dev dependency via vitest — no dev server is ever exposed here. Fixed viapnpmoverrides inpnpm-workspace.yaml.Dependencies (patch)
lefthook@types/nodeSkipped (major)
typescript5 → 6esbuild0.27 → 0.28knip5 → 6npm-check-updates19 → 20@js-joda/core5 → 6