chore(deps): patch dependabot-flagged dev tooling - #110
Merged
Conversation
Resolves all 7 open Dependabot alerts (4 high, 3 moderate) — every finding was in build-time devDependencies, not in code that ships to users. - vite: 6.4.1 → 6.4.2 (path traversal in optimized deps `.map`, arbitrary file read via dev-server WebSocket) - vitest: 2.1.9 → 4.1.5 (dropped vitest's vite-5 / rollup-4.57.1 subtree; no test files exist yet, so no risk) - rollup: 4.57.1 → 4.60.2 via vite (arbitrary file write via path traversal) - picomatch: pinned via pnpm overrides — `<2.3.2` to 2.3.2 and `>=4.0.0 <4.0.4` to 4.0.4 (ReDoS + method injection in POSIX character classes). Transitive only; tailwindcss + vite chains. Verified with `tsc --noEmit` and `pnpm build`.
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
Closes all 7 open Dependabot alerts (4 high, 3 moderate). Every finding was in build-time devDependencies, so nothing in the shipped Tauri binary is affected — but worth keeping the dev-server attack surface clean since it's exposed during
pnpm dev.6.4.1 → 6.4.2— path traversal in optimized deps.maphandling; arbitrary file read via dev-server WebSocket2.1.9 → 4.1.5— drops vitest's old vite 5 / rollup 4.57.1 subtree. No test files exist yet, so the bump can't break anything4.57.1 → 4.60.2(transitive via vite) — arbitrary file write via path traversalpnpm.overrides—<2.3.2 → 2.3.2and>=4.0.0 <4.0.4 → 4.0.4. Fixes ReDoS via extglob quantifiers + method injection in POSIX character classes. Transitive only (tailwindcss / vite chains)Test plan
tsc --noEmitcleanpnpm buildcleanpnpm list ... | grepconfirms no vulnerable versions remain in the resolved treepnpm devstarts and the app loads