diff --git a/package-lock.json b/package-lock.json index 0313cc02..d938d7eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "next-translate-plugin": "^2.6.2", - "openai": "^4.22.0", + "openai": "^4.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.33.1", @@ -8399,9 +8399,9 @@ } }, "node_modules/openai": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.22.0.tgz", - "integrity": "sha512-HrRx5pvkeG5H8ihaI8GmG1ls+H2pkLaFewIFmvh9Dnwz9GNcGQS6CSh5PjgalnYxE5Vu9jvz2ikRgw8xhOFweg==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.24.0.tgz", + "integrity": "sha512-h8fsas4lu0ul18oDzFIZpEQryh2SJEUJWanyfEwjME/klcKWZM/blDz2cKiT+aFBqPJzcYdCUj/8E7n20f0jEw==", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/package.json b/package.json index 9a2ee02c..dc0ed3ee 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "next-translate-plugin": "^2.6.2", - "openai": "^4.22.0", + "openai": "^4.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.33.1",