From b9f3fa06ab4498314c3c5e7edab254eb4dbd0794 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Dec 2025 07:19:12 +0000 Subject: [PATCH] fix: examples/tg-bot-starter/basic-tg-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LANGCHAINCORE-14563113 --- examples/tg-bot-starter/basic-tg-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tg-bot-starter/basic-tg-bot/package.json b/examples/tg-bot-starter/basic-tg-bot/package.json index fc71fb866..254c8e8ea 100644 --- a/examples/tg-bot-starter/basic-tg-bot/package.json +++ b/examples/tg-bot-starter/basic-tg-bot/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@langchain/core": "^0.3.26", + "@langchain/core": "^0.3.80", "@langchain/langgraph": "^0.2.36", "@langchain/openai": "^0.3.16", "grammy": "^1.33.0",