diff --git a/package-lock.json b/package-lock.json index 97a378c2..cf20cf54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@codemirror/lang-yaml": "^6.1.1", "@ducanh2912/next-pwa": "^10.0.0", "@duckdb/duckdb-wasm": "^1.29.0", - "@langchain/community": "^0.3.21", + "@langchain/community": "^0.3.22", "@langchain/core": "^0.3.27", "@langchain/langgraph": "^0.2.36", "@langchain/ollama": "^0.1.4", @@ -3714,9 +3714,9 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.21", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.21.tgz", - "integrity": "sha512-nEY0/kqza9+WwEa4teNpBdF3Y1Lhqn6aSHwbuApvmI12X5Y9SWgKm8l5zCSvrSOcfbUfjuLN5oivrGuhEWJ+YA==", + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.22.tgz", + "integrity": "sha512-RGfmG3sfJhVpdFHyPwdQhrzGXdGoCoBh6zWB79/4WaMVU0q0Uo1Y/NeeslSxp778sWEeJkRcXZC73dR8lwOFjw==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.2.0 <0.4.0", @@ -3792,8 +3792,8 @@ "@upstash/ratelimit": "^1.1.3 || ^2.0.3", "@upstash/redis": "^1.20.6", "@upstash/vector": "^1.1.1", - "@vercel/kv": "^0.2.3", - "@vercel/postgres": "^0.5.0", + "@vercel/kv": "*", + "@vercel/postgres": "*", "@writerai/writer-sdk": "^0.40.2", "@xata.io/client": "^0.28.0", "@zilliz/milvus2-sdk-node": ">=2.3.5", diff --git a/package.json b/package.json index a29b21c0..7309391d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@codemirror/lang-yaml": "^6.1.1", "@ducanh2912/next-pwa": "^10.0.0", "@duckdb/duckdb-wasm": "^1.29.0", - "@langchain/community": "^0.3.21", + "@langchain/community": "^0.3.22", "@langchain/core": "^0.3.27", "@langchain/langgraph": "^0.2.36", "@langchain/ollama": "^0.1.4",