fix: lock

This commit is contained in:
Pepe Fagoaga
2025-06-04 18:04:42 +02:00
parent 3b36ac63c5
commit 6694736ff9
+4 -4
View File
@@ -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",