From 320c7cb259a55f6bb5a434b74fed4711d0b64f6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 18:32:14 +0000 Subject: [PATCH] fix: ai-assistants-samples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LANGCHAIN-8310293 - https://snyk.io/vuln/SNYK-JS-LANGCHAIN-8310492 --- ai-assistants-samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-assistants-samples/package.json b/ai-assistants-samples/package.json index 2f3cbfda..4336ba03 100644 --- a/ai-assistants-samples/package.json +++ b/ai-assistants-samples/package.json @@ -9,7 +9,7 @@ "@twilio/runtime-handler": "1.3.0", "exa-js": "^1.0.12", "jsonwebtoken": "^9.0.2", - "langchain": "^0.1.21", + "langchain": "^0.3.3", "twilio": "^3.56" } }