From ecbc672fc5e4ede6fcf9eeffc2fd24883d4fe3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:03:19 +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 [ipaddr.js](https://github.com/whitequark/ipaddr.js). Updates `@typescript-eslint/typescript-estree` from 8.65.0 to 8.66.0 - [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.66.0/packages/typescript-estree) Updates `ipaddr.js` from 2.4.0 to 2.5.0 - [Changelog](https://github.com/whitequark/ipaddr.js/blob/main/Changes.md) - [Commits](https://github.com/whitequark/ipaddr.js/commits) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-version: 8.66.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ipaddr.js dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/js-x-ray/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index c39b7ee7..017dc0a2 100644 --- a/workspaces/js-x-ray/package.json +++ b/workspaces/js-x-ray/package.json @@ -57,10 +57,10 @@ }, "homepage": "https://github.com/NodeSecure/js-x-ray#readme", "dependencies": { - "@typescript-eslint/typescript-estree": "8.65.0", + "@typescript-eslint/typescript-estree": "8.66.0", "combine-async-iterators": "3.0.0", "digraph-js": "2.2.4", - "ipaddr.js": "2.4.0", + "ipaddr.js": "2.5.0", "is-svg": "6.1.0", "meriyah": "7.3.0", "safe-regex": "^2.1.1"