From 554762dfc419c5147484ae6e23c1df30c3de5a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:10:23 +0000 Subject: [PATCH] chore(deps): bump openai in the dependencies group across 1 directory Bumps the dependencies group with 1 update in the / directory: [openai](https://github.com/openai/openai-node). Updates `openai` from 5.23.2 to 6.4.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/v5.23.2...v6.4.0) --- updated-dependencies: - dependency-name: openai dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/js-x-ray-ai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/js-x-ray-ai/package.json b/workspaces/js-x-ray-ai/package.json index 9b098fc..b30c1c7 100644 --- a/workspaces/js-x-ray-ai/package.json +++ b/workspaces/js-x-ray-ai/package.json @@ -25,6 +25,6 @@ "dependencies": { "@google/genai": "^1.21.0", "@nodesecure/js-x-ray": "^10.0.0", - "openai": "^5.23.1" + "openai": "^6.4.0" } }