From ba5696f15453ceaf04cb530e5e51b2056b12b3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 12:11:37 +0000 Subject: [PATCH] Bump openai from 4.103.0 to 5.0.1 Bumps [openai](https://github.com/openai/openai-node) from 4.103.0 to 5.0.1. - [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.103.0...v5.0.1) --- updated-dependencies: - dependency-name: openai dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bcf52bd..9c67638 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "commander": "^10.0.0", "dotenv": "^16.0.3", - "openai": "^4.26.0", + "openai": "^5.0.1", "prompts": "^2.4.2" }, "bin": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e627c35..d4969ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^16.0.3 version: 16.5.0 openai: - specifier: ^4.26.0 - version: 4.104.0(ws@8.18.1)(zod@3.25.28) + specifier: ^5.0.1 + version: 5.0.1(ws@8.18.1)(zod@3.25.28) prompts: specifier: ^2.4.2 version: 2.4.2 @@ -2731,6 +2731,18 @@ packages: zod: optional: true + openai@5.0.1: + resolution: {integrity: sha512-Do6vxhbDv7cXhji/4ct1lrpZYMAOmjYbhyA9LJTuG7OfpbWMpuS+EIXkRT7R+XxpRB1OZhU/op4FU3p3uxU6gw==} + hasBin: true + peerDependencies: + ws: ^8.18.0 + zod: ^3.23.8 + peerDependenciesMeta: + ws: + optional: true + zod: + optional: true + optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} @@ -6560,6 +6572,11 @@ snapshots: transitivePeerDependencies: - encoding + openai@5.0.1(ws@8.18.1)(zod@3.25.28): + optionalDependencies: + ws: 8.18.1 + zod: 3.25.28 + optionator@0.9.4: dependencies: deep-is: 0.1.4