diff --git a/package-lock.json b/package-lock.json index 17df8538..4624aadc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "next-pwa": "^5.6.0", "next-themes": "^0.4.4", "next-translate-plugin": "^2.6.2", - "openai": "^4.79.0", + "openai": "^4.80.0", "react": "^18.2.0", "react-dom": "^18.3.1", "sharp": "^0.33.5", @@ -9693,9 +9693,10 @@ } }, "node_modules/openai": { - "version": "4.79.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.79.0.tgz", - "integrity": "sha512-IweDKoFbTlm7ME+K0HRMPovpdJsiAkjy31H8EysZyZoXpMCKSN8LttG3/t3sNsSS3Si/TJVW0VsqYUqKXdAiGQ==", + "version": "4.80.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.80.0.tgz", + "integrity": "sha512-5TqdNQgjOMxo3CkCvtjzuSwuznO/o3q5aak0MTy6IjRvPtvVA1wAFGJU3eZT1JHzhs2wFb/xtDG0o6Y/2KGCfw==", + "license": "Apache-2.0", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/package.json b/package.json index f64a5f78..38cb078a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "next-pwa": "^5.6.0", "next-themes": "^0.4.4", "next-translate-plugin": "^2.6.2", - "openai": "^4.79.0", + "openai": "^4.80.0", "react": "^18.2.0", "react-dom": "^18.3.1", "sharp": "^0.33.5",