From e97e88dd8a0904b92a63c0696deee73ac77a7c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:06:38 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [frequency-set](https://github.com/fraxken/FrequencySet) and [openai](https://github.com/openai/openai-node). Updates `frequency-set` from 1.0.2 to 2.0.0 - [Release notes](https://github.com/fraxken/FrequencySet/releases) - [Commits](https://github.com/fraxken/FrequencySet/compare/v1.0.2...v2.0.0) Updates `openai` from 5.23.2 to 6.1.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.1.0) --- updated-dependencies: - dependency-name: frequency-set dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: openai dependency-version: 6.1.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 +- workspaces/js-x-ray/package.json | 2 +- workspaces/sec-literal/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/js-x-ray-ai/package.json b/workspaces/js-x-ray-ai/package.json index 9b098fc..2856da0 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.1.0" } } diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index 1d37e9d..5ff965a 100644 --- a/workspaces/js-x-ray/package.json +++ b/workspaces/js-x-ray/package.json @@ -49,7 +49,7 @@ "@nodesecure/sec-literal": "^1.2.0", "@nodesecure/tracer": "^3.0.0", "digraph-js": "^2.2.3", - "frequency-set": "^1.0.2", + "frequency-set": "^2.0.0", "is-minified-code": "^2.0.0", "meriyah": "^6.0.0", "safe-regex": "^2.1.1", diff --git a/workspaces/sec-literal/package.json b/workspaces/sec-literal/package.json index c2608a3..c71b952 100644 --- a/workspaces/sec-literal/package.json +++ b/workspaces/sec-literal/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/sec-literal#readme", "dependencies": { - "frequency-set": "^1.0.2", + "frequency-set": "^2.0.0", "is-base64": "^1.1.0", "is-svg": "^6.0.0", "string-width": "^8.0.0"