diff --git a/gitnexus-web/package-lock.json b/gitnexus-web/package-lock.json index 2ec38bf68..4a4b73349 100644 --- a/gitnexus-web/package-lock.json +++ b/gitnexus-web/package-lock.json @@ -26,7 +26,7 @@ "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", "graphology-utils": "^2.3.0", - "langchain": "^1.3.4", + "langchain": "^1.3.5", "lru-cache": "^11.2.4", "lucide-react": "^1.14.0", "mermaid": "^11.14.0", @@ -5644,35 +5644,21 @@ "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" }, "node_modules/langchain": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.3.4.tgz", - "integrity": "sha512-umrD+ZC6vr0Q0U1lC5PoIMMQqgnP+7QhaIdAXCeZiSX2GPVBiVR7Ed2ZR+3MPvz1yWrRtIm17wPaovkND+wOXg==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.3.5.tgz", + "integrity": "sha512-QSB8TEo6G1tWupgNt1Osm8ylLLoOMq1lLw5NeijnIwRPI5BqdBjUn4/U8usbjEJJcQnbXSK2qTKgTx7zvblnBw==", "license": "MIT", "dependencies": { "@langchain/langgraph": "^1.2.9", "@langchain/langgraph-checkpoint": "^1.0.1", "langsmith": ">=0.5.0 <1.0.0", - "uuid": "^11.1.0", "zod": "^3.25.76 || ^4" }, "engines": { "node": ">=20" }, "peerDependencies": { - "@langchain/core": "^1.1.41" - } - }, - "node_modules/langchain/node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" + "@langchain/core": "^1.1.42" } }, "node_modules/langium": { diff --git a/gitnexus-web/package.json b/gitnexus-web/package.json index e7c0971a3..5913749b0 100644 --- a/gitnexus-web/package.json +++ b/gitnexus-web/package.json @@ -36,7 +36,7 @@ "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", "graphology-utils": "^2.3.0", - "langchain": "^1.3.4", + "langchain": "^1.3.5", "lru-cache": "^11.2.4", "lucide-react": "^1.14.0", "mermaid": "^11.14.0",