diff --git a/ui/package-lock.json b/ui/package-lock.json index 8c511fae91..6cfa6f95b9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@hookform/resolvers": "^3.9.0", "@langchain/langgraph-supervisor": "^0.0.12", - "@langchain/openai": "^0.5.10", + "@langchain/openai": "0.5.10", "@nextui-org/react": "2.4.8", "@nextui-org/system": "2.2.1", "@nextui-org/theme": "2.2.5", @@ -1258,9 +1258,9 @@ } }, "node_modules/@langchain/openai": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.11.tgz", - "integrity": "sha512-DAp7x+NfjSqDvKVMle8yb85nzz+3ctP7zGJaeRS0vLmvkY9qf/jRkowsM0mcsIiEUKhG/AHzWqvxbhktb/jJ6Q==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.10.tgz", + "integrity": "sha512-hBQIWjcVxGS7tgVvgBBmrZ5jSaJ8nu9g6V64/Tx6KGjkW7VdGmUvqCO+koiQCOZVL7PBJkHWAvDsbghPYXiZEA==", "license": "MIT", "dependencies": { "js-tiktoken": "^1.0.12",