From 83dad60d1e866acfc561af328b7cea37ee17da38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:24:24 +0000 Subject: [PATCH] Bump openai from 4.29.2 to 4.30.0 Bumps [openai](https://github.com/openai/openai-node) from 4.29.2 to 4.30.0. - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.29.2...v4.30.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"