chore(deps): bump vite to 6.4.2 and picomatch to 4.0.4 in /web (security)#1098
Merged
zbigniewsobiecki merged 1 commit intodevfrom Apr 14, 2026
Merged
chore(deps): bump vite to 6.4.2 and picomatch to 4.0.4 in /web (security)#1098zbigniewsobiecki merged 1 commit intodevfrom
zbigniewsobiecki merged 1 commit intodevfrom
Conversation
Security patches for two advisories blocked on Dependabot: - vite 6.4.1 → 6.4.2: path traversal in optimize deps sourcemap handler, server.fs check for env transport (vitejs/vite#22161, #22159) - picomatch 4.0.3 → 4.0.4: CVE-2026-33671, CVE-2026-33672 Replaces #1088 and #1058, which were stuck on CI because Dependabot's lockfile regeneration produced a divergent lockfile vs. dev (dropped @trpc/server and react-is resolved entries, added platform-specific tailwindcss-oxide-wasm32-wasi nested entries). Rather than iterate on @dependabot recreate, bundled both bumps into a single manual PR with a lockfile regenerated from dev's current state. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Apr 14, 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
6.4.1 → 6.4.2in/web— path traversal / server.fs hardening (vitejs/vite#22161, #22159)4.0.3 → 4.0.4in/web— CVE-2026-33671, CVE-2026-33672Why not Dependabot?
This replaces #1088 and #1058, which were both stuck on CI's
lint-and-teststep withMissing: @trpc/server@11.16.0 / react-is@19.2.5 from lock file. Dependabot's lockfile regeneration produced a divergentweb/package-lock.jsonvs.dev— it added platform-specificnode_modules/@tailwindcss/oxide-wasm32-wasi/**nested entries and dropped the resolved@trpc/serverandreact-isentries thatdev's lockfile has.@dependabot recreatereproduced the same divergence, so both bumps were bundled into this one manual PR against currentdevwith a cleanly regenerated lockfile.Test plan
cd web && npm ciexits cleannpm run typechecknpm test— 7313 unit tests passCloses #1088
Closes #1058