diff --git a/package.json b/package.json index bcf52bd..8c68b14 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.2", "prompts": "^2.4.2" }, "bin": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e627c35..3b36105 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.2 + version: 5.0.2(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.2: + resolution: {integrity: sha512-NN7LAAImgBmd4RIe6WyRpLmwCbn+HQ1iaXeIG7K9DM3Auy/G2waKFhrDfRgaEeY0UUPnm6nohaCsqcS+zO8+2g==} + 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.2(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