Skip to content
Open
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
2 changes: 1 addition & 1 deletion examples/agent-kit-nextjs-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^9.1.3",
"solana-agent-kit": "^1.3.0",
"solana-agent-kit": "^2.0.1",
Copy link

Copilot AI Jan 24, 2026

Choose a reason for hiding this comment

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

This bumps solana-agent-kit to ^2.0.1 in package.json, but pnpm-lock.yaml in this package is still locking solana-agent-kit@1.3.0, so installs/builds will continue using the vulnerable version. Please regenerate and commit the updated lockfile for this workspace (e.g., run pnpm install in examples/agent-kit-nextjs-langchain) so the upgrade actually takes effect.

Copilot uses AI. Check for mistakes.
"tailwindcss": "3.3.3",
"typescript": "5.9.3",
"zod": "^3.22.3",
Expand Down