diff --git a/package.json b/package.json index 6ab48b6..add13a6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "frames.js": "^0.9.3", "lucide-react": "^0.331.0", "next": "^14.1.0", - "openai": "^4.29.2", + "openai": "^4.30.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.33.3", diff --git a/yarn.lock b/yarn.lock index ebdcc5b..8d07196 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7452,10 +7452,10 @@ open@^8.4.0: is-docker "^2.1.1" is-wsl "^2.2.0" -openai@^4.29.2: - version "4.29.2" - resolved "https://registry.npmjs.org/openai/-/openai-4.29.2.tgz" - integrity sha512-cPkT6zjEcE4qU5OW/SoDDuXEsdOLrXlAORhzmaguj5xZSPlgKvLhi27sFWhLKj07Y6WKNWxcwIbzm512FzTBNQ== +openai@^4.30.0: + version "4.30.0" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.30.0.tgz#fafa30cc8d2a8570f258f0a8609ec4a3080022fa" + integrity sha512-jOaT4u7DpWzvuOuSxw5skuBbSuagw91Vd4IU/zP9qdgu6C19AAq4wzx+24e59wdEmsAG58enOUNf6t5V2WwN9g== dependencies: "@types/node" "^18.11.18" "@types/node-fetch" "^2.6.4"