chore: update dependencies to resolve Dependabot security alerts - #881
Open
Jasrags wants to merge 2 commits into
Open
chore: update dependencies to resolve Dependabot security alerts#881Jasrags wants to merge 2 commits into
Jasrags wants to merge 2 commits into
Conversation
Update low-risk dependencies to fix ~23 Dependabot alerts: - next 16.1.6 → 16.2.2 (10 alerts: image cache, request smuggling, CSRF, HMR) - vitest 4.0.18 → 4.1.3, @vitest/coverage-v8, @vitest/ui (5 alerts: vite path traversal/file read, flatted prototype pollution, yaml stack overflow) - @vitejs/plugin-react 5.1.3 → 5.2.0 - @sentry/nextjs 10.38.0 → 10.47.0 (up to 6 alerts: picomatch ReDoS, serialize-javascript, brace-expansion) - @modelcontextprotocol/sdk 1.25.3 → 1.29.0 (2 alerts: path-to-regexp DoS)
…dit vulnerabilities Add pnpm.overrides for transitive dependencies that can't be updated via their parent packages: undici, flatted, minimatch, brace-expansion, picomatch, smol-toml, ajv, yaml, nodemailer, mailparser. Add vite 7.3.2 as direct dev dependency to satisfy security patches (vitest 4.1.3 peers to vite 7.2.7 which has 3 high vulnerabilities). Result: pnpm audit reports 0 vulnerabilities (was 33).
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
next16.1.6 → 16.2.2 (fixes 10 alerts: image disk cache, request smuggling, CSRF bypass, HMR CSRF)vitest4.0.18 → 4.1.3,@vitest/coverage-v8→ 4.1.3,@vitest/ui→ 4.1.3,@vitejs/plugin-react→ 5.2.0 (fixes 5 alerts: vite path traversal/file read/fs.deny bypass, flatted prototype pollution, yaml stack overflow)@sentry/nextjs10.38.0 → 10.47.0 (fixes up to 6 alerts: picomatch ReDoS, serialize-javascript CPU exhaustion, brace-expansion DoS)@modelcontextprotocol/sdk1.25.3 → 1.29.0 (fixes 2 alerts: path-to-regexp DoS)All updates are minor/patch versions (low risk). Resolves ~23 of 30 open Dependabot alerts.
Remaining alerts (for a follow-up PR)
nodemailer7.x → 8.x (major bump, 2 alerts)knip5.x → 6.x (major bump, 1 alert)undicivianext-devtools-mcp(needs pnpm override, 5 alerts)Test plan
pnpm type-checkpasses🤖 Generated with Claude Code