diff --git a/chatbot-ui/package-lock.json b/chatbot-ui/package-lock.json index 9cc6552..8d990d4 100644 --- a/chatbot-ui/package-lock.json +++ b/chatbot-ui/package-lock.json @@ -14,7 +14,7 @@ "@testing-library/user-event": "^14.5.2", "axios": "^1.6.8", "nth-check": "^2.1.1", - "openai": "^4.29.2", + "openai": "^4.31.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", @@ -16176,9 +16176,9 @@ } }, "node_modules/openai": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.29.2.tgz", - "integrity": "sha512-cPkT6zjEcE4qU5OW/SoDDuXEsdOLrXlAORhzmaguj5xZSPlgKvLhi27sFWhLKj07Y6WKNWxcwIbzm512FzTBNQ==", + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.31.0.tgz", + "integrity": "sha512-JebkRnRGEGLnJt3+bJ5B7au8nBeZvJjs9baVxDmUZ5+BgafAdy6KDxJGSuyaw/IA+ErqY3jmOH5cDC2mCDJF2w==", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/chatbot-ui/package.json b/chatbot-ui/package.json index 1617716..2b644e8 100644 --- a/chatbot-ui/package.json +++ b/chatbot-ui/package.json @@ -9,7 +9,7 @@ "@testing-library/user-event": "^14.5.2", "axios": "^1.6.8", "nth-check": "^2.1.1", - "openai": "^4.29.2", + "openai": "^4.31.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1",