Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
},
"dependencies": {
"eciesjs": "^0.5.0",
"jose": "^6.2.9"
"jose": "^6.2.10"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.234",
"@anthropic-ai/sdk": "^0.117.1",
"@anthropic-ai/claude-agent-sdk": "^0.3.241",
"@anthropic-ai/sdk": "^0.120.0",
"@clack/prompts": "^1.7.0",
"@effect/atom-react": "catalog:",
"@effect/platform-bun": "catalog:",
Expand Down Expand Up @@ -86,7 +86,7 @@
"ink-spinner": "^5.0.0",
"pg": "^8.23.0",
"pg-copy-streams": "^7.0.0",
"posthog-node": "^5.49.1",
"posthog-node": "^5.50.0",
"prettier": "3.9.6",
"react": "^19.2.8",
"react-devtools-core": "^7.0.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"types:check": "pnpm exec fumadocs-mdx source.config.ts .source && tsc --noEmit --incremental false"
},
"dependencies": {
"fumadocs-core": "^16.14.4",
"fumadocs-mdx": "^15.2.3",
"fumadocs-ui": "^16.14.4",
"next": "16.3.1",
"fumadocs-core": "^16.15.1",
"fumadocs-mdx": "^15.3.1",
"fumadocs-ui": "^16.15.1",
"next": "16.3.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Severity: MEDIUM

Next.js 16.3.2 is in CVE-2026-75604’s affected range (>=16.0, <16.3.3). On a Windows-hosted app using both Pages and App Routers without Cache Components, an unauthenticated attacker’s crafted HTTP request reaches vulnerable filesystem handling and can execute code with server privileges. GHSA-p293-qw3h-jr36
Helpful? Add 👍 / 👎

💡 Fix Suggestion

Suggestion: Upgrade Next.js from 16.3.2 to 16.3.3 (or later) to remediate CVE-2026-75604. Version 16.3.2 falls within the affected range (>=16.0, <16.3.3) for a path traversal vulnerability that can allow unauthenticated remote code execution on Windows-hosted apps. Change the next dependency version to "16.3.3" (or use "^16.3.3" to allow future patch updates).

⚠️ Experimental Feature: This code suggestion is automatically generated. Please review carefully.

Suggested change
"next": "16.3.2",
"next": "16.3.3",

"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/mdx": "^2.0.14",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/react-dom": "^19.2.5",
"typescript": "catalog:"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pkg-pr-new": "0.0.88",
"turbo": "catalog:",
"typescript": "catalog:",
"verdaccio": "^6.9.3"
"verdaccio": "^6.10.0"
},
"devEngines": {
"runtime": {
Expand Down
Loading
Loading