Skip to content
Closed
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
6 changes: 3 additions & 3 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/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
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"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.0",
"fumadocs-mdx": "^15.3.1",
"fumadocs-ui": "^16.15.0",
"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: CRITICAL

Next.js 16.3.2 is affected by GHSA-p293-qw3h-jr36 for versions below 16.3.3. On a Windows-hosted App Router server, unauthenticated crafted requests can reach vulnerable filesystem handling and execute code with server privileges, compromising the docs service.
Helpful? Add 👍 / 👎

💡 Fix Suggestion

Suggestion: Upgrade Next.js from version 16.3.2 to 16.3.3 or later in apps/docs/package.json. Version 16.3.2 is affected by GHSA-p293-qw3h-jr36, which allows unauthenticated remote code execution via vulnerable filesystem handling on App Router servers running on Windows. Bumping the pinned version to 16.3.3 (the first patched release) eliminates the vulnerability.

⚠️ 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"
},
Expand Down
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