diff --git a/api/package.json b/api/package.json index 66fb877060..ac254dfcb7 100644 --- a/api/package.json +++ b/api/package.json @@ -40,7 +40,7 @@ "@keyv/redis": "^2.8.1", "@langchain/community": "^0.0.46", "@langchain/google-genai": "^0.0.11", - "@langchain/google-vertexai": "^0.0.5", + "@langchain/google-vertexai": "^0.0.17", "agenda": "^5.0.0", "axios": "^1.3.4", "bcryptjs": "^2.4.3", diff --git a/package-lock.json b/package-lock.json index 0362d771ce..71326648ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@keyv/redis": "^2.8.1", "@langchain/community": "^0.0.46", "@langchain/google-genai": "^0.0.11", - "@langchain/google-vertexai": "^0.0.5", + "@langchain/google-vertexai": "^0.0.17", "agenda": "^5.0.0", "axios": "^1.3.4", "bcryptjs": "^2.4.3", @@ -7093,11 +7093,11 @@ } }, "node_modules/@langchain/google-common": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/@langchain/google-common/-/google-common-0.0.9.tgz", - "integrity": "sha512-jP7vIgsigUSYYVyT5hej4rg8fV8sutxI6Vm2B2xQGNwUXiCQIDPfA9bmlGyXPWomILKB21dRUqNkun/AMYAWvA==", + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/@langchain/google-common/-/google-common-0.0.17.tgz", + "integrity": "sha512-Lly1EZHAGD+nPchS6tbUgN0i7thN34viCgFksr3bTexEjeobKA89K2daDdvvT29tnTEgGLsyqRfyN6pDt1WYmQ==", "dependencies": { - "@langchain/core": "~0.1.56", + "@langchain/core": ">0.1.56 <0.3.0", "uuid": "^9.0.0", "zod-to-json-schema": "^3.22.4" }, @@ -7106,12 +7106,12 @@ } }, "node_modules/@langchain/google-gauth": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@langchain/google-gauth/-/google-gauth-0.0.5.tgz", - "integrity": "sha512-kSMqFnNcoRA5yq4WMbqh4OwRNnV/yJ9+U+tppBeL4rwFyrWSTPDxqnIQ0yJz72khu7hzfoxKag+GUiGGSTNiVQ==", + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/@langchain/google-gauth/-/google-gauth-0.0.17.tgz", + "integrity": "sha512-WM9QIaPxYcvq5xruPcvcVFp1uzKQh6ZiKeoABzqn1pA8hfXqGYNTRZfeLQxB/8JaCRwhSyARTDf2TgLmGsal6g==", "dependencies": { - "@langchain/core": "~0.1.56", - "@langchain/google-common": "~0.0.5", + "@langchain/core": ">0.1.56 <0.3.0", + "@langchain/google-common": "~0.0.17", "google-auth-library": "^8.9.0" }, "engines": { @@ -7131,12 +7131,12 @@ } }, "node_modules/@langchain/google-vertexai": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@langchain/google-vertexai/-/google-vertexai-0.0.5.tgz", - "integrity": "sha512-prtF/lo0I0KQligTdSH1UJA1jSlqHco6UbQ19RrwkNq9N6cnB5SE25a0qTrvZygf6+VEI9qMBw1y0UMQUGpHMQ==", + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/@langchain/google-vertexai/-/google-vertexai-0.0.17.tgz", + "integrity": "sha512-dAZbt5w8frJeS5vUMJeX2wbJQnRDtDvdQ6tkPjDIXeE9T4hnI6d7/GCFWnANnFJE9w6hABg9N/fxLabSTssflw==", "dependencies": { - "@langchain/core": "~0.1.56", - "@langchain/google-gauth": "~0.0.5" + "@langchain/core": ">0.1.56 <0.3.0", + "@langchain/google-gauth": "~0.0.17" }, "engines": { "node": ">=18" @@ -29269,7 +29269,7 @@ }, "packages/data-provider": { "name": "librechat-data-provider", - "version": "0.6.4", + "version": "0.6.6", "license": "ISC", "dependencies": { "@types/js-yaml": "^4.0.9",