From 73db89fe609246ec34111cf64b95521122cdd57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:36:22 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray/tree/HEAD/workspaces/js-x-ray), [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) and [@openally/httpie](https://github.com/OpenAlly/httpie). Updates `@nodesecure/js-x-ray` from 15.1.0 to 15.2.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@15.2.0/workspaces/js-x-ray) Updates `@npmcli/arborist` from 9.9.0 to 10.0.1 - [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/config-v10.0.1/workspaces/arborist) Updates `@openally/httpie` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/OpenAlly/httpie/releases) - [Commits](https://github.com/OpenAlly/httpie/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: "@nodesecure/js-x-ray" dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@npmcli/arborist" dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@openally/httpie" dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/conformance/package.json | 2 +- workspaces/github/package.json | 2 +- workspaces/gitlab/package.json | 2 +- workspaces/rc/package.json | 2 +- workspaces/scanner/package.json | 2 +- workspaces/tarball/package.json | 2 +- workspaces/tree-walker/package.json | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/workspaces/conformance/package.json b/workspaces/conformance/package.json index 7b850c9c..0c15aac4 100644 --- a/workspaces/conformance/package.json +++ b/workspaces/conformance/package.json @@ -41,7 +41,7 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/conformance#readme", "devDependencies": { - "@openally/httpie": "1.1.2", + "@openally/httpie": "1.1.3", "@types/spdx-expression-parse": "^4.0.0", "node-estree": "^4.0.0" }, diff --git a/workspaces/github/package.json b/workspaces/github/package.json index f44500c1..7d6cfdf6 100644 --- a/workspaces/github/package.json +++ b/workspaces/github/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/NodeSecure/scanner/tree/master/workspaces/github#readme", "dependencies": { - "@openally/httpie": "1.1.2", + "@openally/httpie": "1.1.3", "tar-fs": "^3.0.5" }, "devDependencies": { diff --git a/workspaces/gitlab/package.json b/workspaces/gitlab/package.json index 182a5d3a..698f780a 100644 --- a/workspaces/gitlab/package.json +++ b/workspaces/gitlab/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/NodeSecure/scanner/tree/master/workspaces/gitlab#readme", "dependencies": { - "@openally/httpie": "1.1.2", + "@openally/httpie": "1.1.3", "tar-fs": "^3.0.6" }, "devDependencies": { diff --git a/workspaces/rc/package.json b/workspaces/rc/package.json index 8a98d81f..5adf7879 100644 --- a/workspaces/rc/package.json +++ b/workspaces/rc/package.json @@ -45,7 +45,7 @@ "ajv": "8.20.0" }, "dependencies": { - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/vulnera": "3.1.0", "@openally/config": "^1.0.1", diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 81257ca3..08286d00 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -69,7 +69,7 @@ "@nodesecure/contact": "^3.3.0", "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/mama": "^2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 840247ef..6e63e21e 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": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/mama": "^2.3.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 aef10f13..a5cbc9d2 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -37,11 +37,11 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme", "dependencies": { - "@nodesecure/js-x-ray": "15.1.0", + "@nodesecure/js-x-ray": "15.2.0", "@nodesecure/mama": "2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", - "@npmcli/arborist": "9.9.0", + "@npmcli/arborist": "10.0.1", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^12.0.0",