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
2 changes: 1 addition & 1 deletion examples/tg-bot-starter/basic-tg-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@langchain/openai": "^0.3.16",
"grammy": "^1.33.0",
"messages": "link:@langchain/core/messages",
"next": "15.1.3",
"next": "15.5.6",
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

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

The upgraded version of Next.js (15.5.6) is marked as deprecated in the lock file with a security vulnerability warning (CVE-2025-66478). This PR should be updating to a newer, patched version instead of 15.5.6. Please upgrade to a version that addresses this vulnerability rather than this deprecated version.

Suggested change
"next": "15.5.6",
"next": "^15.5.7",

Copilot uses AI. Check for mistakes.
"prebuilt": "link:@langchain/langgraph/prebuilt",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
Loading