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/tg-bot-starter/basic-tg-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@langchain/core": "^0.3.26",
"@langchain/core": "^0.3.80",
Copy link

Copilot AI Dec 26, 2025

Choose a reason for hiding this comment

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

This PR only updates @langchain/core in the example directory but misses updating the same dependency in the root package.json file (line 47), which is currently at version ^0.3.26. The security vulnerability affects both locations, so the root package.json should also be updated to version ^0.3.80 to ensure the vulnerability is fully addressed across the entire project.

Copilot uses AI. Check for mistakes.
"@langchain/langgraph": "^0.2.36",
"@langchain/openai": "^0.3.16",
"grammy": "^1.33.0",
Expand Down