From dce4797c37c5b446828fbd5092b1fd5ea5987ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:42:42 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) and [@google/genai](https://github.com/googleapis/js-genai). Updates `@typescript-eslint/typescript-estree` from 8.59.2 to 8.59.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-estree) Updates `@google/genai` from 1.52.0 to 2.2.0 - [Release notes](https://github.com/googleapis/js-genai/releases) - [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/js-genai/compare/v1.52.0...v2.2.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-version: 8.59.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@google/genai" dependency-version: 2.2.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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/js-x-ray-ai/package.json b/workspaces/js-x-ray-ai/package.json index 9b82914c..04027767 100644 --- a/workspaces/js-x-ray-ai/package.json +++ b/workspaces/js-x-ray-ai/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/tracer#readme", "dependencies": { - "@google/genai": "^1.21.0", + "@google/genai": "^2.2.0", "@nodesecure/js-x-ray": "^15.0.0", "openai": "^6.4.0" } diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index 897b2c64..e6105eff 100644 --- a/workspaces/js-x-ray/package.json +++ b/workspaces/js-x-ray/package.json @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/NodeSecure/js-x-ray#readme", "dependencies": { - "@typescript-eslint/typescript-estree": "8.59.2", + "@typescript-eslint/typescript-estree": "8.59.3", "combine-async-iterators": "3.0.0", "digraph-js": "2.2.4", "ipaddr.js": "2.4.0",