From b48262fb7fbba624665f4c52ff3e3375375a9b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:17:07 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray/tree/HEAD/workspaces/js-x-ray) and [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist). Updates `@nodesecure/js-x-ray` from 13.0.0 to 14.0.0 - [Release notes](https://github.com/NodeSecure/js-x-ray/releases) - [Changelog](https://github.com/NodeSecure/js-x-ray/blob/master/workspaces/js-x-ray/CHANGELOG.md) - [Commits](https://github.com/NodeSecure/js-x-ray/commits/@nodesecure/js-x-ray@14.0.0/workspaces/js-x-ray) Updates `@npmcli/arborist` from 9.3.1 to 9.4.0 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v9.4.0/workspaces/arborist) --- updated-dependencies: - dependency-name: "@nodesecure/js-x-ray" dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@npmcli/arborist" dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/rc/package.json | 2 +- workspaces/scanner/package.json | 2 +- workspaces/tarball/package.json | 2 +- workspaces/tree-walker/package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/workspaces/rc/package.json b/workspaces/rc/package.json index 5321f49f..b7635a93 100644 --- a/workspaces/rc/package.json +++ b/workspaces/rc/package.json @@ -45,7 +45,7 @@ "ajv": "6.12.6" }, "dependencies": { - "@nodesecure/js-x-ray": "13.0.0", + "@nodesecure/js-x-ray": "14.0.0", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/vulnera": "^2.0.1", "@openally/config": "^1.0.1", diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 118498d5..bece5a70 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -68,7 +68,7 @@ "@nodesecure/contact": "^3.0.0", "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", - "@nodesecure/js-x-ray": "13.0.0", + "@nodesecure/js-x-ray": "14.0.0", "@nodesecure/mama": "^2.1.1", "@nodesecure/npm-registry-sdk": "^4.4.0", "@nodesecure/npm-types": "^1.3.0", diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index b64d8025..62d93bbc 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -47,7 +47,7 @@ "dependencies": { "@nodesecure/conformance": "^1.2.1", "@nodesecure/fs-walk": "^2.0.0", - "@nodesecure/js-x-ray": "13.0.0", + "@nodesecure/js-x-ray": "14.0.0", "@nodesecure/mama": "^2.1.1", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/utils": "^2.3.0", diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 7b816c38..c6273aac 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -37,10 +37,10 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme", "dependencies": { - "@nodesecure/js-x-ray": "13.0.0", + "@nodesecure/js-x-ray": "14.0.0", "@nodesecure/npm-registry-sdk": "^4.0.0", "@nodesecure/npm-types": "^1.1.0", - "@npmcli/arborist": "9.3.1", + "@npmcli/arborist": "9.4.0", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^11.0.1",