From 29e117052c7068ea1697a0dd68a696f70e2ced94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Nov 2024 15:52:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9a53d3..b1e0ad2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@supabase/supabase-js": "^2.44.3", "bottleneck": "^2.19.5", "cheerio": "^1.0.0-rc.12", - "langchain": "^0.2.8", + "langchain": "^0.0.141", "next": "13.1.6", "node-spider": "^1.4.1", "react": "18.3.1",