From 22ba7349fff818d55e9ec4ca510f7f244b5ed597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:47:36 +0000 Subject: [PATCH] chore(deps)(deps): bump openai Bumps the ai group with 1 update in the /apps/api directory: [openai](https://github.com/openai/openai-node). Updates `openai` from 6.39.1 to 6.41.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v6.39.1...v6.41.0) --- updated-dependencies: - dependency-name: openai dependency-version: 6.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai ... Signed-off-by: dependabot[bot] --- apps/api/bun.lock | 4 ++-- apps/api/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/bun.lock b/apps/api/bun.lock index 2a77427b..a23d4582 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -29,7 +29,7 @@ "handlebars": "4.7.9", "ioredis": "5.10.1", "nodemailer": "8.0.10", - "openai": "6.39.1", + "openai": "6.41.0", "otpauth": "9.5.1", "pg": "8.21.0", "pino": "10.3.1", @@ -1113,7 +1113,7 @@ "on-exit-leak-free": ["on-exit-leak-free@2.1.2", "", {}, "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA=="], - "openai": ["openai@6.39.1", "", { "peerDependencies": { "ws": "^8.18.0", "zod": "^3.25 || ^4.0" }, "optionalPeers": ["ws", "zod"], "bin": { "openai": "bin/cli" } }, "sha512-z3dO9fEWOXBzlXynVb/xZ/tujzUjFWQWn3C0n0mw6Vo0zJTbEkaN4b2cLWjhJ6haJQx8LlREoafHRl+Gu/Hl+A=="], + "openai": ["openai@6.41.0", "", { "peerDependencies": { "ws": "^8.18.0", "zod": "^3.25 || ^4.0" }, "optionalPeers": ["ws", "zod"] }, "sha512-IGWPopZq6Rjoynjfb3NSLf/z2MTw7UiOsm9TAjPGAjUESH7Uq41Trg4QWehBEn58p74i+m7uoRPV2vXcpPXhyA=="], "openapi-types": ["openapi-types@12.1.3", "", {}, "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw=="], diff --git a/apps/api/package.json b/apps/api/package.json index 5ef819ca..bb008d8e 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -74,7 +74,7 @@ "handlebars": "4.7.9", "ioredis": "5.10.1", "nodemailer": "8.0.10", - "openai": "6.39.1", + "openai": "6.41.0", "otpauth": "9.5.1", "pg": "8.21.0", "pino": "10.3.1",