chore(security): clear 18 open Dependabot alerts#468
Merged
Conversation
Bring transitive deps in line with the latest patched versions: app/: - postcss 8.5.8 -> 8.5.12 (CVE-2026-41305) - @xmldom/xmldom 0.8.12 -> 0.8.13 (CVE-2026-41672/41674/41675) - fast-xml-parser 5.5.7 -> 5.7.2 via override (CVE-2026-41650) - uuid 8.3.2 -> 14.0.0 via override (GHSA-w5hq-g745-h8pq) app/sidecar/: - vite 7.3.1 -> 8.0.10 (CVE-2026-39363/39364/39365) - postcss 8.5.6 -> 8.5.12 (CVE-2026-41305) - hono 4.12.9 -> 4.12.15 (CVE-2026-39407/39408/39409/39410, GHSA-26pp-/-458j-) - @hono/node-server 1.19.12 -> 1.19.14 (CVE-2026-39406) docs/: - postcss 8.5.6 -> 8.5.12 (CVE-2026-41305) - vite stays at 5.4.21 (Dependabot range >= 8.0.0 doesn't actually match; alert can be dismissed) Skipping the rand low alert — it's a soundness issue scoped to rand 0.10.0 with a custom logger, and we're on rand 0.9.2. Verified: cd app/sidecar && npm run build && npx vitest run (350 passed), cd app && npx tsc --noEmit && npm run test:unit (649 passed) && npm run test:agents:structural (51 passed). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c1ecef0 to
d5d532e
Compare
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 transitive dependencies to clear 18 of the 21 open Dependabot alerts (5 high · 13 medium). The other 3 are either non-applicable (docs/vite — Dependabot's range starts at 8.0.0; we're on 5.4.21) or out-of-scope here (rand low — soundness only at 0.10.0, we're on 0.9.2).
Changes
app/postcss8.5.8 → 8.5.12 —CVE-2026-41305@xmldom/xmldom0.8.12 → 0.8.13 —CVE-2026-41672/41674/41675fast-xml-parser5.5.7 → 5.7.2 (override widened from>=5.5.7to^5.7.0) —CVE-2026-41650uuid8.3.2 → 14.0.0 via new override —GHSA-w5hq-g745-h8pq. Only used transitively by@azure/msal-nodeandnatural, both via thepromptfoodevDep — no app or sidecar runtime usage.app/sidecar/vite7.3.1 → 8.0.10 (vianpm update, vitest 4.x supports both) —CVE-2026-39363/39364/39365postcss8.5.6 → 8.5.12 —CVE-2026-41305hono4.12.9 → 4.12.15 —CVE-2026-39407/39408/39409/39410,GHSA-26pp-…,GHSA-458j-…@hono/node-server1.19.12 → 1.19.14 —CVE-2026-39406docs/postcss8.5.6 → 8.5.12 —CVE-2026-41305Not addressed
docs/vite(alert Add global workspace persona to CLAUDE.md #42): vulnerable range is>= 8.0.0, <= 8.0.4; docs is on 5.4.21 (vitepress). Not affected — the alert can be dismissed.rand(low, alerts docs: codify canonical format contract enforcement gates #69/VU-455: fix Windows CRLF line endings breaking canonical-format test regex #70): vulnerable at= 0.10.0; we're on 0.9.2. Not affected.Test plan
cd app && npm install(lock withuuid: ^14,fast-xml-parser: ^5.7.0overrides resolves cleanly)cd app/sidecar && npm ci && npm run build(sidecar binary still built)cd app/sidecar && npx vitest run— 350 passedcd app && npx tsc --noEmitcd app && npm run test:unit— 649 passedcd app && npm run test:agents:structural— 51 passed🤖 Generated with Claude Code