diff --git a/web/package.json b/web/package.json index cb78157..1f197bd 100644 --- a/web/package.json +++ b/web/package.json @@ -17,14 +17,18 @@ "@ag-ui/client": "^0.0.42", "@ag-ui/langgraph": "0.0.18", "@auth0/nextjs-auth0": "^4.13.2", - "@copilotkit/react-core": "1.10.6", - "@copilotkit/react-ui": "1.10.6", - "@copilotkit/runtime": "1.10.6", - "next": "16.0.1", + "@copilotkit/react-core": "1.50.0", + "@copilotkit/react-ui": "1.50.0", + "@copilotkit/runtime": "1.50.0", + "next": "^16.0.8", "react": "^19.2.0", "react-dom": "^19.2.0", + "openai": "^5.9.0", "zod": "^3.24.4" }, + "overrides": { + "openai": "^5.9.0" + }, "devDependencies": { "@eslint/eslintrc": "^3", "@langchain/langgraph-cli": "^1.0.4",